Html Css Color HEX #050982 Navy

📋 copy color: '#050982'

red 5 ◦ green 9 ◦ blue 130

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

Shades of Navy #050982

Tints of Navy #050982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 3.47%
G = 6.25%
B = 90.28%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#050982 (or 0x050982) is known color: Navy. HEX triplet: 05, 09 and 82. RGB value is (5,9,130). Sum of RGB (Red+Green+Blue) = 5+9+130=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 130 (51.17% from 255 or 90.28% from 144); Max value from RGB is 130 - color contains mainly: blue. Hex color #050982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050982 is #FAF67D. Grayscale: #151515. Windows color (decimal): -16447102 or 8521989. OLE color: 8521989.

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

Color convert

RGB 5 9 130 -
CMYK 0.96 0.93 0 0.49
HSL 238.08º 0.93% 0.26% -
HSV(B) 238.08º 0.96% 0.51% -
XYZ 4.19 1.84 21.25 -
YUV 21.6 189.17 116.16 -
System Red Green Blue C M Y K H S L
Decimal 5 9 130 0.96 0.93 0 0.49 238.08 0.93 0.26
Hex 5 9 82 60 5D 0 31 EE 5D 1A
Octal 5 11 202 140 135 0 61 356 135 32
Binary 101 1001 10000010 1100000 1011101 0 110001 11101110 1011101 11010

Color Harmonies of #050982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050982

Black with #050982

Text Example


Text Example

White with #050982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050982; }

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

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

background-color css

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

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

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

border-color css

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

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

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