#041280

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

Shades of Navy #041280

Tints of Navy #041280

Color information

#041280 (or 0x041280) is unknown color: approx Navy. HEX triplet: 04, 12 and 80. RGB value is (4,18,128). Sum of RGB (Red+Green+Blue) = 4+18+128=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 128 (50.39% from 255 or 85.33% from 150); Max value from RGB is 128 - color contains mainly: blue. Hex color #041280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041280 is #FBED7F. Grayscale: #191919. Windows color (decimal): -16510336 or 8393220. OLE color: 8393220.

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

Color convert

RGB418128-
CMYK0.970.8600.50
HSL233.23º93.94%25.88%-
HSV(B)233.23º96.88%50.2%-
XYZ4.162.0220.59-
YUV26.35185.36112.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 128 (50.39% from 255) = 85.33%
R=2.67%
G=12%
B=85.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4181280.970.8600.50233.2393.9425.88
Hex412806156032e95e1a
Octal42220014112606235113632
Binary100100101000000011000011010110011001011101001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041280; }

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

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

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

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

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

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

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

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