Html Css Color HEX #050882 Navy

📋 copy color: '#050882'

red 5 ◦ green 8 ◦ blue 130

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

Shades of Navy #050882

Tints of Navy #050882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 90.91%

R = 3.5%
G = 5.59%
B = 90.91%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#050882 (or 0x050882) is known color: Navy. HEX triplet: 05, 08 and 82. RGB value is (5,8,130). Sum of RGB (Red+Green+Blue) = 5+8+130=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 130 (51.17% from 255 or 90.91% from 143); Max value from RGB is 130 - color contains mainly: blue. Hex color #050882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050882 is #FAF77D. Grayscale: #141414. Windows color (decimal): -16447358 or 8521733. OLE color: 8521733.

HSL color Cylindrical-coordinate representation of color #050882: hue angle of 238.56º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050882 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 8 130 -
CMYK 0.96 0.94 0 0.49
HSL 238.56º 0.93% 0.26% -
HSV(B) 238.56º 0.96% 0.51% -
XYZ 4.18 1.82 21.25 -
YUV 21.01 189.51 116.58 -
System Red Green Blue C M Y K H S L
Decimal 5 8 130 0.96 0.94 0 0.49 238.56 0.93 0.26
Hex 5 8 82 60 5E 0 31 EF 5D 1A
Octal 5 10 202 140 136 0 61 357 135 32
Binary 101 1000 10000010 1100000 1011110 0 110001 11101111 1011101 11010

Color Harmonies of #050882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050882

Black with #050882

Text Example


Text Example

White with #050882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050882; }

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

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

background-color css

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

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

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

border-color css

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

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

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