#050074

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

Shades of Navy #050074

Tints of Navy #050074

Color information

#050074 (or 0x050074) is unknown color: approx Navy. HEX triplet: 05, 00 and 74. RGB value is (5,0,116). Sum of RGB (Red+Green+Blue) = 5+0+116=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 116 (45.70% from 255 or 95.87% from 121); Max value from RGB is 116 - color contains mainly: blue. Hex color #050074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050074 is #FAFF8B. Grayscale: #0E0E0E. Windows color (decimal): -16449420 or 7602181. OLE color: 7602181.

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

Color convert

RGB50116-
CMYK0.96100.55
HSL242.59º100%22.75%-
HSV(B)242.59º100%45.49%-
XYZ3.211.2916.6-
YUV14.72185.16121.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 95.87%
R=4.13%
G=0%
B=95.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501160.96100.55242.5910022.75
Hex50746064037f36417
Octal5016414014406736314427
Binary1010111010011000001100100011011111110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050074; }

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

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

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

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

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

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

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

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