#06107D

Color #06107D Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #06107D

Tints of Navy #06107D

Color information

#06107D (or 0x06107D) is unknown color: approx Navy. HEX triplet: 06, 10 and 7D. RGB value is (6,16,125). Sum of RGB (Red+Green+Blue) = 6+16+125=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #06107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06107D is #F9EF82. Grayscale: #181818. Windows color (decimal): -16379779 or 8196102. OLE color: 8196102.

HSL color Cylindrical-coordinate representation of color #06107D: hue angle of 234.96º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06107D is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB616125-
CMYK0.950.8700.51
HSL234.96º90.84%25.69%-
HSV(B)234.96º95.2%49.02%-
XYZ3.961.8919.56-
YUV25.44184.19114.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 125 (49.22% from 255) = 85.03%
R=4.08%
G=10.88%
B=85.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6161250.950.8700.51234.9690.8425.69
Hex6107D5F57033eb5b1a
Octal62017513712706335313332
Binary11010000111110110111111010111011001111101011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06107D; }

 p { color: rgb(6,16,125); }

 H1.HeaderClassName
 {
   color: #06107D;
 }
 .AnyTagClassName
 {
   color: #06107D;
 }
</style>
background-color css

<style>
 a { background-color: #06107D; }

 a { background-color: rgb(6,16,125); }

 div.DivClassName
 {
   background-color: #06107D;
 }
 .BgClassName
 {
   background-color: #06107D;
 }
</style>
border-color css

<style>
 span { border-color: #06107D; }

 span { border-color: rgb(6,16,125); }

 td.TdClassName
 {
   border-color: #06107D;
 }
 .TagClassName
 {
   border-color: #06107D;
 }
</style>