#050273

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

Shades of Navy #050273

Tints of Navy #050273

Color information

#050273 (or 0x050273) is unknown color: approx Navy. HEX triplet: 05, 02 and 73. RGB value is (5,2,115). Sum of RGB (Red+Green+Blue) = 5+2+115=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #050273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050273 is #FAFD8C. Grayscale: #0F0F0F. Windows color (decimal): -16448909 or 7537157. OLE color: 7537157.

HSL color Cylindrical-coordinate representation of color #050273: hue angle of 241.59º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050273 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB52115-
CMYK0.960.9800.55
HSL241.59º96.58%22.94%-
HSV(B)241.59º98.26%45.1%-
XYZ3.181.3116.31-
YUV15.78183.99120.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 115 (45.31% from 255) = 94.26%
R=4.10%
G=1.64%
B=94.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521150.960.9800.55241.5996.5822.94
Hex52736062037f26117
Octal5216314014206736214127
Binary10110111001111000001100010011011111110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050273; }

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

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

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

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

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

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

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

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