Color Hex Logo

#1306cf Color Hex

#1306CF
(19,6,207)
0 Favorites   0 Comments

Color spaces of #1306cf

RGB 196207
HSL0.680.940.42
HSV244°97°81°
CMYK 0.910.970.00   0.19
XYZ11.59624.773759.3417
Yxy4.77370.15320.0631
Hunter Lab21.848856.5031-145.7385
CIE-Lab26.080166.6075-90.8148

#1306cf color RGB value is (19,6,207).

#1306cf hex color red value is 19, green value is 6 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1306cf hue: 0.68 , saturation: 0.94 and the lightness value of 1306cf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000110 11001111
Octal 23 6 317
Decimal 19 6 207
Hex 13 6 CF

RGB Percentages of Color #1306cf

%8.19
%2.59
%89.22

CMYK Percentages of Color #1306cf

%91
%97
%0
%19

Triadic Colors of #1306cf

#1306cf #cf1306 #06cf13

Analogous Colors of #1306cf

#1306cf #7806cf #065dcf

Monochromatic Colors of #1306cf

#1306cf

Complementary Color

#1306cf #c2cf06

#1306cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1306cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1306cf Color CSS Codes

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

#1306cf Text Font Color

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

This sample text font color is #1306cf
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.


#1306cf Background Color

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

This div background color is #1306cf


#1306cf Border Color

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

This div border color is #1306cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,6,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 #1306cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1306cf


Comments

No comments written yet.

Please login to write comment.