#050072

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

Shades of Navy #050072

Tints of Navy #050072

Color information

#050072 (or 0x050072) is unknown color: approx Navy. HEX triplet: 05, 00 and 72. RGB value is (5,0,114). Sum of RGB (Red+Green+Blue) = 5+0+114=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 114 (44.92% from 255 or 95.80% from 119); Max value from RGB is 114 - color contains mainly: blue. Hex color #050072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050072 is #FAFF8D. Grayscale: #0E0E0E. Windows color (decimal): -16449422 or 7471109. OLE color: 7471109.

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

Color convert

RGB50114-
CMYK0.96100.55
HSL242.63º100%22.35%-
HSV(B)242.63º100%44.71%-
XYZ3.11.2516-
YUV14.49184.16121.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 95.80%
R=4.20%
G=0%
B=95.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501140.96100.55242.6310022.35
Hex50726064037f36416
Octal5016214014406736314426
Binary1010111001011000001100100011011111110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050072; }

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

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

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

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

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

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

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

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