#04147B

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

Shades of Navy #04147B

Tints of Navy #04147B

Color information

#04147B (or 0x04147B) is unknown color: approx Navy. HEX triplet: 04, 14 and 7B. RGB value is (4,20,123). Sum of RGB (Red+Green+Blue) = 4+20+123=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #04147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04147B is #FBEB84. Grayscale: #1A1A1A. Windows color (decimal): -16509829 or 8066052. OLE color: 8066052.

HSL color Cylindrical-coordinate representation of color #04147B: hue angle of 231.93º 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 #04147B is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB420123-
CMYK0.970.8400.52
HSL231.93º93.7%24.9%-
HSV(B)231.93º96.75%48.24%-
XYZ3.881.9618.91-
YUV26.96182.2111.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.72%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 123 (48.44% from 255) = 83.67%
R=2.72%
G=13.61%
B=83.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4201230.970.8400.52231.9393.724.9
Hex4147B6154034e85e19
Octal42417314112406435013631
Binary10010100111101111000011010100011010011101000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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