Html Css Color HEX #050878 Navy

📋 copy color: '#050878'

red 5 ◦ green 8 ◦ blue 120

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

Shades of Navy #050878

Tints of Navy #050878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.02%

 BLUE value IS 120 (47.27% from 255) = 90.23%

R = 3.76%
G = 6.02%
B = 90.23%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050878 (or 0x050878) is known color: Navy. HEX triplet: 05, 08 and 78. RGB value is (5,8,120). Sum of RGB (Red+Green+Blue) = 5+8+120=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 120 (47.27% from 255 or 90.23% from 133); Max value from RGB is 120 - color contains mainly: blue. Hex color #050878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050878 is #FAF787. Grayscale: #131313. Windows color (decimal): -16447368 or 7866373. OLE color: 7866373.

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

Color convert

RGB 5 8 120 -
CMYK 0.96 0.93 0 0.53
HSL 238.43º 0.92% 0.25% -
HSV(B) 238.43º 0.96% 0.47% -
XYZ 3.54 1.56 17.88 -
YUV 19.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 5 8 120 0.96 0.93 0 0.53 238.43 0.92 0.25
Hex 5 8 78 60 5D 0 35 EE 5C 19
Octal 5 10 170 140 135 0 65 356 134 31
Binary 101 1000 1111000 1100000 1011101 0 110101 11101110 1011100 11001

Color Harmonies of #050878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050878

Black with #050878

Text Example


Text Example

White with #050878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050878; }

 p { color: rgb(5,8,120); }

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

background-color css

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

 a { background-color: rgb(5,8,120); }

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

border-color css

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

 span { border-color: rgb(5,8,120); }

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