Html Css Color HEX #050B77 Navy

📋 copy color: '#050B77'

red 5 ◦ green 11 ◦ blue 119

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

Shades of Navy #050B77

Tints of Navy #050B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.15%

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

R = 3.7%
G = 8.15%
B = 88.15%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050B77 (or 0x050B77) is known color: Navy. HEX triplet: 05, 0B and 77. RGB value is (5,11,119). Sum of RGB (Red+Green+Blue) = 5+11+119=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 119 (46.88% from 255 or 88.15% from 135); Max value from RGB is 119 - color contains mainly: blue. Hex color #050B77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B77 is #FAF488. Grayscale: #151515. Windows color (decimal): -16446601 or 7801605. OLE color: 7801605.

HSL color Cylindrical-coordinate representation of color #050B77: hue angle of 236.84º 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 #050B77 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 11 119 -
CMYK 0.96 0.91 0 0.53
HSL 236.84º 0.92% 0.24% -
HSV(B) 236.84º 0.96% 0.47% -
XYZ 3.51 1.6 17.58 -
YUV 21.52 183.01 116.22 -
System Red Green Blue C M Y K H S L
Decimal 5 11 119 0.96 0.91 0 0.53 236.84 0.92 0.24
Hex 5 B 77 60 5B 0 35 ED 5C 18
Octal 5 13 167 140 133 0 65 355 134 30
Binary 101 1011 1110111 1100000 1011011 0 110101 11101101 1011100 11000

Color Harmonies of #050B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B77

Black with #050B77

Text Example


Text Example

White with #050B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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