#04147F

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

Shades of Navy #04147F

Tints of Navy #04147F

Color information

#04147F (or 0x04147F) is unknown color: approx Navy. HEX triplet: 04, 14 and 7F. RGB value is (4,20,127). Sum of RGB (Red+Green+Blue) = 4+20+127=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 127 (50% from 255 or 84.11% from 151); Max value from RGB is 127 - color contains mainly: blue. Hex color #04147F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04147F is #FBEB80. Grayscale: #1A1A1A. Windows color (decimal): -16509825 or 8328196. OLE color: 8328196.

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

Color convert

RGB420127-
CMYK0.970.8400.50
HSL232.2º93.89%25.69%-
HSV(B)232.2º96.85%49.8%-
XYZ4.132.0620.26-
YUV27.41184.2111.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 127 (50% from 255) = 84.11%
R=2.65%
G=13.25%
B=84.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4201270.970.8400.50232.293.8925.69
Hex4147F6154032e85e1a
Octal42417714112406235013632
Binary10010100111111111000011010100011001011101000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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