Color Hex Logo

#10069f Color Hex

#10069F
(16,6,159)
0 Favorites   0 Comments

Color spaces of #10069f

RGB 166159
HSL0.680.930.32
HSV244°96°62°
CMYK 0.900.960.00   0.38
XYZ6.53682.743632.9859
Yxy2.74360.15470.0649
Hunter Lab16.563841.4572-106.4780
CIE-Lab18.986354.0514-74.0025

#10069f color RGB value is (16,6,159).

#10069f hex color red value is 16, green value is 6 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #10069f hue: 0.68 , saturation: 0.93 and the lightness value of 10069f is 0.32.

The process color (four color CMYK) of #10069f color hex is 0.90, 0.96, 0.00, 0.38. Web safe color of #10069f is #000099. Color #10069f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000110 10011111
Octal 20 6 237
Decimal 16 6 159
Hex 10 6 9F

RGB Percentages of Color #10069f

%8.84
%3.31
%87.85

CMYK Percentages of Color #10069f

%90
%96
%0
%38

Triadic Colors of #10069f

#10069f #9f1006 #069f10

Analogous Colors of #10069f

#10069f #5d069f #06499f

Monochromatic Colors of #10069f

#10069f

Complementary Color

#10069f #959f06

#10069f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10069f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10069f Color CSS Codes

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

#10069f Text Font Color

<p style="color:#10069f">Text here</p>

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


#10069f Background Color

<div style="background-color:#10069f">
Div content here</div>

This div background color is #10069f


#10069f Border Color

<div style="border:3px solid #10069f">
Div here</div>

This div border color is #10069f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,6,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10069f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10069f;
  -webkit-box-shadow: 1px 1px 3px 2px #10069f;
  box-shadow:         1px 1px 3px 2px #10069f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,6,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10069f


Comments

No comments written yet.

Please login to write comment.