#06167D

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

Shades of Navy #06167D

Tints of Navy #06167D

Color information

#06167D (or 0x06167D) is unknown color: approx Navy. HEX triplet: 06, 16 and 7D. RGB value is (6,22,125). Sum of RGB (Red+Green+Blue) = 6+22+125=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #06167D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06167D is #F9E982. Grayscale: #1C1C1C. Windows color (decimal): -16378243 or 8197638. OLE color: 8197638.

HSL color Cylindrical-coordinate representation of color #06167D: hue angle of 231.93º 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 #06167D is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB622125-
CMYK0.950.8200.51
HSL231.93º90.84%25.69%-
HSV(B)231.93º95.2%49.02%-
XYZ4.062.0919.59-
YUV28.96182.2111.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 125 (49.22% from 255) = 81.70%
R=3.92%
G=14.38%
B=81.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6221250.950.8200.51231.9390.8425.69
Hex6167D5F52033e85b1a
Octal62617513712206335013332
Binary11010110111110110111111010010011001111101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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