#050070

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

Shades of Navy #050070

Tints of Navy #050070

Color information

#050070 (or 0x050070) is unknown color: approx Navy. HEX triplet: 05, 00 and 70. RGB value is (5,0,112). Sum of RGB (Red+Green+Blue) = 5+0+112=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 112 (44.14% from 255 or 95.73% from 117); Max value from RGB is 112 - color contains mainly: blue. Hex color #050070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050070 is #FAFF8F. Grayscale: #0D0D0D. Windows color (decimal): -16449424 or 7340037. OLE color: 7340037.

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

Color convert

RGB50112-
CMYK0.96100.56
HSL242.68º100%21.96%-
HSV(B)242.68º100%43.92%-
XYZ2.991.215.4-
YUV14.26183.16121.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 95.73%
R=4.27%
G=0%
B=95.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501120.96100.56242.6810021.96
Hex50706064038f36416
Octal5016014014407036314426
Binary1010111000011000001100100011100011110011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050070; }

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

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

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

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

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

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

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

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