#04147E

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

Shades of Navy #04147E

Tints of Navy #04147E

Color information

#04147E (or 0x04147E) is unknown color: approx Navy. HEX triplet: 04, 14 and 7E. RGB value is (4,20,126). Sum of RGB (Red+Green+Blue) = 4+20+126=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 126 (49.61% from 255 or 84% from 150); Max value from RGB is 126 - color contains mainly: blue. Hex color #04147E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04147E is #FBEB81. Grayscale: #1A1A1A. Windows color (decimal): -16509826 or 8262660. OLE color: 8262660.

HSL color Cylindrical-coordinate representation of color #04147E: hue angle of 232.13º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04147E is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB420126-
CMYK0.970.8400.51
HSL232.13º93.85%25.49%-
HSV(B)232.13º96.83%49.41%-
XYZ4.072.0319.92-
YUV27.3183.7111.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 126 (49.61% from 255) = 84%
R=2.67%
G=13.33%
B=84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4201260.970.8400.51232.1393.8525.49
Hex4147E6154033e85e19
Octal42417614112406335013631
Binary10010100111111011000011010100011001111101000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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