Html Css Color HEX #050A77 Navy

📋 copy color: '#050A77'

red 5 ◦ green 10 ◦ blue 119

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

Shades of Navy #050A77

Tints of Navy #050A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.46%

 BLUE value IS 119 (46.88% from 255) = 88.81%

R = 3.73%
G = 7.46%
B = 88.81%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050A77 (or 0x050A77) is known color: Navy. HEX triplet: 05, 0A and 77. RGB value is (5,10,119). Sum of RGB (Red+Green+Blue) = 5+10+119=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 119 (46.88% from 255 or 88.81% from 134); Max value from RGB is 119 - color contains mainly: blue. Hex color #050A77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A77 is #FAF588. Grayscale: #141414. Windows color (decimal): -16446857 or 7801349. OLE color: 7801349.

HSL color Cylindrical-coordinate representation of color #050A77: hue angle of 237.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050A77 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 10 119 -
CMYK 0.96 0.92 0 0.53
HSL 237.37º 0.92% 0.24% -
HSV(B) 237.37º 0.96% 0.47% -
XYZ 3.5 1.58 17.57 -
YUV 20.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 5 10 119 0.96 0.92 0 0.53 237.37 0.92 0.24
Hex 5 A 77 60 5C 0 35 ED 5C 18
Octal 5 12 167 140 134 0 65 355 134 30
Binary 101 1010 1110111 1100000 1011100 0 110101 11101101 1011100 11000

Color Harmonies of #050A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A77

Black with #050A77

Text Example


Text Example

White with #050A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050A77; }

 p { color: rgb(5,10,119); }

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

background-color css

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

 a { background-color: rgb(5,10,119); }

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

border-color css

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

 span { border-color: rgb(5,10,119); }

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