#040276

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

Shades of Navy #040276

Tints of Navy #040276

Color information

#040276 (or 0x040276) is unknown color: approx Navy. HEX triplet: 04, 02 and 76. RGB value is (4,2,118). Sum of RGB (Red+Green+Blue) = 4+2+118=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 118 (46.48% from 255 or 95.16% from 124); Max value from RGB is 118 - color contains mainly: blue. Hex color #040276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040276 is #FBFD89. Grayscale: #0F0F0F. Windows color (decimal): -16514442 or 7733764. OLE color: 7733764.

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

Color convert

RGB42118-
CMYK0.970.9800.54
HSL241.03º96.67%23.53%-
HSV(B)241.03º98.31%46.27%-
XYZ3.341.3817.23-
YUV15.82185.66119.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 118 (46.48% from 255) = 95.16%
R=3.23%
G=1.61%
B=95.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal421180.970.9800.54241.0396.6723.53
Hex42766162036f16118
Octal4216614114206636114130
Binary10010111011011000011100010011011011110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040276; }

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

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

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

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

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

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

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

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