Html Css Color HEX #050170 Navy

📋 copy color: '#050170'

red 5 ◦ green 1 ◦ blue 112

#050170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #050170

Tints of Navy #050170

RGB

 RED value IS 5 (2.34% from 255) = 4.24%

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 112 (44.14% from 255) = 94.92%

R = 4.24%
G = 0.85%
B = 94.92%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050170 (or 0x050170) is known color: Navy. HEX triplet: 05, 01 and 70. RGB value is (5,1,112). Sum of RGB (Red+Green+Blue) = 5+1+112=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 112 (44.14% from 255 or 94.92% from 118); Max value from RGB is 112 - color contains mainly: blue. Hex color #050170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050170 is #FAFE8F. Grayscale: #0E0E0E. Windows color (decimal): -16449168 or 7340293. OLE color: 7340293.

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

Color convert

RGB 5 1 112 -
CMYK 0.96 0.99 0 0.56
HSL 242.16º 0.98% 0.22% -
HSV(B) 242.16º 0.99% 0.44% -
XYZ 3 1.22 15.41 -
YUV 14.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 5 1 112 0.96 0.99 0 0.56 242.16 0.98 0.22
Hex 5 1 70 60 63 0 38 F2 62 16
Octal 5 1 160 140 143 0 70 362 142 26
Binary 101 1 1110000 1100000 1100011 0 111000 11110010 1100010 10110

Color Harmonies of #050170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050170

Black with #050170

Text Example


Text Example

White with #050170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050170; }

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

 H1.HeaderClassName
 {
   color: #050170;
 }
 .AnyTagClassName
 {
   color: #050170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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