Color Hex Logo

#1265cf Color Hex

#1265CF
(18,101,207)
0 Favorites   0 Comments

Color spaces of #1265cf

RGB 18101207
HSL0.590.840.44
HSV214°91°81°
CMYK 0.910.510.00   0.19
XYZ16.165613.941060.8703
Yxy13.94100.17770.1532
Hunter Lab37.337611.9420-70.5221
CIE-Lab44.148217.7669-61.0537

#1265cf color RGB value is (18,101,207).

#1265cf hex color red value is 18, green value is 101 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1265cf hue: 0.59 , saturation: 0.84 and the lightness value of 1265cf is 0.44.

The process color (four color CMYK) of #1265cf color hex is 0.91, 0.51, 0.00, 0.19. Web safe color of #1265cf is #0066cc. Color #1265cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100101 11001111
Octal 22 145 317
Decimal 18 101 207
Hex 12 65 CF

RGB Percentages of Color #1265cf

%5.52
%30.98
%63.50

CMYK Percentages of Color #1265cf

%91
%51
%0
%19

Triadic Colors of #1265cf

#1265cf #cf1265 #65cf12

Analogous Colors of #1265cf

#1265cf #1e12cf #12c4cf

Monochromatic Colors of #1265cf

#1265cf

Complementary Color

#1265cf #cf7c12

#1265cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1265cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1265cf Color CSS Codes

.mybgcolor {background-color:#1265cf; } 
.myforecolor {color:#1265cf; }
.mybordercolor {border:3px solid #1265cf; }

#1265cf Text Font Color

<p style="color:#1265cf">Text here</p>

This sample text font color is #1265cf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1265cf Background Color

<div style="background-color:#1265cf">
Div content here</div>

This div background color is #1265cf


#1265cf Border Color

<div style="border:3px solid #1265cf">
Div here</div>

This div border color is #1265cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,101,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1265cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1265cf;
  -webkit-box-shadow: 1px 1px 3px 2px #1265cf;
  box-shadow:         1px 1px 3px 2px #1265cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,101,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1265cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1265cf;
  -webkit-box-shadow: 1px 1px 3px 2px #1265cf;
  box-shadow:         1px 1px 3px 2px #1265cf;">
Div content here</div>

This div box has shadow with color #1265cf


Comments

No comments written yet.

Please login to write comment.