Html Css Color HEX #050677 Navy

📋 copy color: '#050677'

red 5 ◦ green 6 ◦ blue 119

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

Shades of Navy #050677

Tints of Navy #050677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.62%

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

R = 3.85%
G = 4.62%
B = 91.54%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050677 (or 0x050677) is known color: Navy. HEX triplet: 05, 06 and 77. RGB value is (5,6,119). Sum of RGB (Red+Green+Blue) = 5+6+119=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 119 (46.88% from 255 or 91.54% from 130); Max value from RGB is 119 - color contains mainly: blue. Hex color #050677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050677 is #FAF988. Grayscale: #121212. Windows color (decimal): -16447881 or 7800325. OLE color: 7800325.

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

Color convert

RGB 5 6 119 -
CMYK 0.96 0.95 0 0.53
HSL 239.47º 0.92% 0.24% -
HSV(B) 239.47º 0.96% 0.47% -
XYZ 3.46 1.49 17.56 -
YUV 18.58 184.67 118.31 -
System Red Green Blue C M Y K H S L
Decimal 5 6 119 0.96 0.95 0 0.53 239.47 0.92 0.24
Hex 5 6 77 60 5F 0 35 EF 5C 18
Octal 5 6 167 140 137 0 65 357 134 30
Binary 101 110 1110111 1100000 1011111 0 110101 11101111 1011100 11000

Color Harmonies of #050677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050677

Black with #050677

Text Example


Text Example

White with #050677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050677; }

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

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

background-color css

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

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

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

border-color css

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

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

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