Html Css Color HEX #050470 Navy

📋 copy color: '#050470'

red 5 ◦ green 4 ◦ blue 112

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

Shades of Navy #050470

Tints of Navy #050470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

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

R = 4.13%
G = 3.31%
B = 92.56%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050470 (or 0x050470) is known color: Navy. HEX triplet: 05, 04 and 70. RGB value is (5,4,112). Sum of RGB (Red+Green+Blue) = 5+4+112=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 112 (44.14% from 255 or 92.56% from 121); Max value from RGB is 112 - color contains mainly: blue. Hex color #050470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050470 is #FAFB8F. Grayscale: #101010. Windows color (decimal): -16448400 or 7341061. OLE color: 7341061.

HSL color Cylindrical-coordinate representation of color #050470: hue angle of 240.56º degrees, saturation: 0.93, 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 #050470 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 4 112 -
CMYK 0.96 0.96 0 0.56
HSL 240.56º 0.93% 0.23% -
HSV(B) 240.56º 0.96% 0.44% -
XYZ 3.03 1.29 15.42 -
YUV 16.61 181.83 119.72 -
System Red Green Blue C M Y K H S L
Decimal 5 4 112 0.96 0.96 0 0.56 240.56 0.93 0.23
Hex 5 4 70 60 60 0 38 F1 5D 17
Octal 5 4 160 140 140 0 70 361 135 27
Binary 101 100 1110000 1100000 1100000 0 111000 11110001 1011101 10111

Color Harmonies of #050470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050470

Black with #050470

Text Example


Text Example

White with #050470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050470; }

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

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

background-color css

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

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

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

border-color css

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

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

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