#04167B

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

Shades of Navy #04167B

Tints of Navy #04167B

Color information

#04167B (or 0x04167B) is unknown color: approx Navy. HEX triplet: 04, 16 and 7B. RGB value is (4,22,123). Sum of RGB (Red+Green+Blue) = 4+22+123=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #04167B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04167B is #FBE984. Grayscale: #1B1B1B. Windows color (decimal): -16509317 or 8066564. OLE color: 8066564.

HSL color Cylindrical-coordinate representation of color #04167B: hue angle of 230.92º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04167B is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB422123-
CMYK0.970.8200.52
HSL230.92º93.7%24.9%-
HSV(B)230.92º96.75%48.24%-
XYZ3.912.0318.92-
YUV28.13181.54110.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 123 (48.44% from 255) = 82.55%
R=2.68%
G=14.77%
B=82.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4221230.970.8200.52230.9293.724.9
Hex4167B6152034e75e19
Octal42617314112206434713631
Binary10010110111101111000011010010011010011100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04167B; }

 p { color: rgb(4,22,123); }

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

<style>
 a { background-color: #04167B; }

 a { background-color: rgb(4,22,123); }

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

<style>
 span { border-color: #04167B; }

 span { border-color: rgb(4,22,123); }

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