#040877

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

Shades of Navy #040877

Tints of Navy #040877

Color information

#040877 (or 0x040877) is unknown color: approx Navy. HEX triplet: 04, 08 and 77. RGB value is (4,8,119). Sum of RGB (Red+Green+Blue) = 4+8+119=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 119 (46.88% from 255 or 90.84% from 131); Max value from RGB is 119 - color contains mainly: blue. Hex color #040877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040877 is #FBF788. Grayscale: #131313. Windows color (decimal): -16512905 or 7800836. OLE color: 7800836.

HSL color Cylindrical-coordinate representation of color #040877: hue angle of 237.91º degrees, saturation: 0.93, 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 #040877 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB48119-
CMYK0.970.9300.53
HSL237.91º93.5%24.12%-
HSV(B)237.91º96.64%46.67%-
XYZ3.471.5317.57-
YUV19.46184.17116.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 119 (46.88% from 255) = 90.84%
R=3.05%
G=6.11%
B=90.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481190.970.9300.53237.9193.524.12
Hex4877615D035ee5d18
Octal41016714113506535613530
Binary1001000111011111000011011101011010111101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040877; }

 p { color: rgb(4,8,119); }

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

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

 a { background-color: rgb(4,8,119); }

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

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

 span { border-color: rgb(4,8,119); }

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