#050276

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

Shades of Navy #050276

Tints of Navy #050276

Color information

#050276 (or 0x050276) is unknown color: approx Navy. HEX triplet: 05, 02 and 76. RGB value is (5,2,118). Sum of RGB (Red+Green+Blue) = 5+2+118=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 118 (46.48% from 255 or 94.4% from 125); Max value from RGB is 118 - color contains mainly: blue. Hex color #050276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050276 is #FAFD89. Grayscale: #0F0F0F. Windows color (decimal): -16448906 or 7733765. OLE color: 7733765.

HSL color Cylindrical-coordinate representation of color #050276: hue angle of 241.55º 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 #050276 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB52118-
CMYK0.960.9800.54
HSL241.55º96.67%23.53%-
HSV(B)241.55º98.31%46.27%-
XYZ3.351.3817.23-
YUV16.12185.49120.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 118 (46.48% from 255) = 94.4%
R=4%
G=1.6%
B=94.4%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521180.960.9800.54241.5596.6723.53
Hex52766062036f26118
Octal5216614014206636214130
Binary10110111011011000001100010011011011110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050276; }

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

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

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

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

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

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

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

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