Html Css Color HEX #050370 Navy

📋 copy color: '#050370'

red 5 ◦ green 3 ◦ blue 112

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

Shades of Navy #050370

Tints of Navy #050370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.5%

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

R = 4.17%
G = 2.5%
B = 93.33%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050370 (or 0x050370) is known color: Navy. HEX triplet: 05, 03 and 70. RGB value is (5,3,112). Sum of RGB (Red+Green+Blue) = 5+3+112=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 112 (44.14% from 255 or 93.33% from 120); Max value from RGB is 112 - color contains mainly: blue. Hex color #050370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050370 is #FAFC8F. Grayscale: #0F0F0F. Windows color (decimal): -16448656 or 7340805. OLE color: 7340805.

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

Color convert

RGB 5 3 112 -
CMYK 0.96 0.97 0 0.56
HSL 241.1º 0.95% 0.23% -
HSV(B) 241.1º 0.97% 0.44% -
XYZ 3.02 1.27 15.41 -
YUV 16.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 5 3 112 0.96 0.97 0 0.56 241.1 0.95 0.23
Hex 5 3 70 60 61 0 38 F1 5F 17
Octal 5 3 160 140 141 0 70 361 137 27
Binary 101 11 1110000 1100000 1100001 0 111000 11110001 1011111 10111

Color Harmonies of #050370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050370

Black with #050370

Text Example


Text Example

White with #050370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050370; }

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

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

background-color css

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

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

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

border-color css

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

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

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