Html Css Color HEX #050970 Navy

📋 copy color: '#050970'

red 5 ◦ green 9 ◦ blue 112

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

Shades of Navy #050970

Tints of Navy #050970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 3.97%
G = 7.14%
B = 88.89%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050970 (or 0x050970) is known color: Navy. HEX triplet: 05, 09 and 70. RGB value is (5,9,112). Sum of RGB (Red+Green+Blue) = 5+9+112=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 112 (44.14% from 255 or 88.89% from 126); Max value from RGB is 112 - color contains mainly: blue. Hex color #050970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050970 is #FAF68F. Grayscale: #131313. Windows color (decimal): -16447120 or 7342341. OLE color: 7342341.

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

Color convert

RGB 5 9 112 -
CMYK 0.96 0.92 0 0.56
HSL 237.76º 0.91% 0.23% -
HSV(B) 237.76º 0.96% 0.44% -
XYZ 3.08 1.4 15.44 -
YUV 19.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 5 9 112 0.96 0.92 0 0.56 237.76 0.91 0.23
Hex 5 9 70 60 5C 0 38 EE 5B 17
Octal 5 11 160 140 134 0 70 356 133 27
Binary 101 1001 1110000 1100000 1011100 0 111000 11101110 1011011 10111

Color Harmonies of #050970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050970

Black with #050970

Text Example


Text Example

White with #050970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050970; }

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

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

background-color css

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

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

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

border-color css

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

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

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