#04147C

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

Shades of Navy #04147C

Tints of Navy #04147C

Color information

#04147C (or 0x04147C) is unknown color: approx Navy. HEX triplet: 04, 14 and 7C. RGB value is (4,20,124). Sum of RGB (Red+Green+Blue) = 4+20+124=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 124 (48.83% from 255 or 83.78% from 148); Max value from RGB is 124 - color contains mainly: blue. Hex color #04147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04147C is #FBEB83. Grayscale: #1A1A1A. Windows color (decimal): -16509828 or 8131588. OLE color: 8131588.

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

Color convert

RGB420124-
CMYK0.970.8400.51
HSL232º93.75%25.1%-
HSV(B)232º96.77%48.63%-
XYZ3.941.9819.24-
YUV27.07182.7111.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 124 (48.83% from 255) = 83.78%
R=2.70%
G=13.51%
B=83.78%

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
Decimal4201240.970.8400.5123293.7525.1
Hex4147C6154033e85e19
Octal42417414112406335013631
Binary10010100111110011000011010100011001111101000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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