#040277

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

Shades of Navy #040277

Tints of Navy #040277

Color information

#040277 (or 0x040277) is unknown color: approx Navy. HEX triplet: 04, 02 and 77. RGB value is (4,2,119). Sum of RGB (Red+Green+Blue) = 4+2+119=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 119 (46.88% from 255 or 95.2% from 125); Max value from RGB is 119 - color contains mainly: blue. Hex color #040277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040277 is #FBFD88. Grayscale: #0F0F0F. Windows color (decimal): -16514441 or 7799300. OLE color: 7799300.

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

Color convert

RGB42119-
CMYK0.970.9800.53
HSL241.03º96.69%23.73%-
HSV(B)241.03º98.32%46.67%-
XYZ3.41.417.54-
YUV15.94186.16119.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 119 (46.88% from 255) = 95.2%
R=3.2%
G=1.6%
B=95.2%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal421190.970.9800.53241.0396.6923.73
Hex42776162035f16118
Octal4216714114206536114130
Binary10010111011111000011100010011010111110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040277; }

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

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

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

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

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

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

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

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