#041880

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

Shades of Navy #041880

Tints of Navy #041880

Color information

#041880 (or 0x041880) is unknown color: approx Navy. HEX triplet: 04, 18 and 80. RGB value is (4,24,128). Sum of RGB (Red+Green+Blue) = 4+24+128=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 128 (50.39% from 255 or 82.05% from 156); Max value from RGB is 128 - color contains mainly: blue. Hex color #041880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041880 is #FBE77F. Grayscale: #1D1D1D. Windows color (decimal): -16508800 or 8394756. OLE color: 8394756.

HSL color Cylindrical-coordinate representation of color #041880: hue angle of 230.32º 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 #041880 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB424128-
CMYK0.970.8100.50
HSL230.32º93.94%25.88%-
HSV(B)230.32º96.88%50.2%-
XYZ4.272.2420.63-
YUV29.88183.37109.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 128 (50.39% from 255) = 82.05%
R=2.56%
G=15.38%
B=82.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4241280.970.8100.50230.3293.9425.88
Hex418806151032e65e1a
Octal43020014112106234613632
Binary100110001000000011000011010001011001011100110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041880; }

 p { color: rgb(4,24,128); }

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

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

 a { background-color: rgb(4,24,128); }

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

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

 span { border-color: rgb(4,24,128); }

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