#041478

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

Shades of Navy #041478

Tints of Navy #041478

Color information

#041478 (or 0x041478) is unknown color: approx Navy. HEX triplet: 04, 14 and 78. RGB value is (4,20,120). Sum of RGB (Red+Green+Blue) = 4+20+120=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 120 (47.27% from 255 or 83.33% from 144); Max value from RGB is 120 - color contains mainly: blue. Hex color #041478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041478 is #FBEB87. Grayscale: #1A1A1A. Windows color (decimal): -16509832 or 7869444. OLE color: 7869444.

HSL color Cylindrical-coordinate representation of color #041478: hue angle of 231.72º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041478 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB420120-
CMYK0.970.8300.53
HSL231.72º93.55%24.31%-
HSV(B)231.72º96.67%47.06%-
XYZ3.691.8817.94-
YUV26.62180.7111.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 120 (47.27% from 255) = 83.33%
R=2.78%
G=13.89%
B=83.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4201200.970.8300.53231.7293.5524.31
Hex414786153035e85e18
Octal42417014112306535013630
Binary10010100111100011000011010011011010111101000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041478; }

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

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

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

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

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

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

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

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