#041076

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

Shades of Navy #041076

Tints of Navy #041076

Color information

#041076 (or 0x041076) is unknown color: approx Navy. HEX triplet: 04, 10 and 76. RGB value is (4,16,118). Sum of RGB (Red+Green+Blue) = 4+16+118=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #041076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041076 is #FBEF89. Grayscale: #171717. Windows color (decimal): -16510858 or 7737348. OLE color: 7737348.

HSL color Cylindrical-coordinate representation of color #041076: hue angle of 233.68º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041076 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB416118-
CMYK0.970.8600.54
HSL233.68º93.44%23.92%-
HSV(B)233.68º96.61%46.27%-
XYZ3.511.717.28-
YUV24.04181.02113.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 118 (46.48% from 255) = 85.51%
R=2.90%
G=11.59%
B=85.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4161180.970.8600.54233.6893.4423.92
Hex410766156036ea5d18
Octal42016614112606635213530
Binary10010000111011011000011010110011011011101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041076; }

 p { color: rgb(4,16,118); }

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

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

 a { background-color: rgb(4,16,118); }

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

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

 span { border-color: rgb(4,16,118); }

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