#050274

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

Shades of Navy #050274

Tints of Navy #050274

Color information

#050274 (or 0x050274) is unknown color: approx Navy. HEX triplet: 05, 02 and 74. RGB value is (5,2,116). Sum of RGB (Red+Green+Blue) = 5+2+116=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 116 (45.70% from 255 or 94.31% from 123); Max value from RGB is 116 - color contains mainly: blue. Hex color #050274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050274 is #FAFD8B. Grayscale: #0F0F0F. Windows color (decimal): -16448908 or 7602693. OLE color: 7602693.

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

Color convert

RGB52116-
CMYK0.960.9800.55
HSL241.58º96.61%23.14%-
HSV(B)241.58º98.28%45.49%-
XYZ3.241.3416.61-
YUV15.89184.49120.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 116 (45.70% from 255) = 94.31%
R=4.07%
G=1.63%
B=94.31%

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
Decimal521160.960.9800.55241.5896.6123.14
Hex52746062037f26117
Octal5216414014206736214127
Binary10110111010011000001100010011011111110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050274; }

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

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

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

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

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

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

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

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