Html Css Color HEX #051982 Navy

📋 copy color: '#051982'

red 5 ◦ green 25 ◦ blue 130

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

Shades of Navy #051982

Tints of Navy #051982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 3.13%
G = 15.63%
B = 81.25%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051982 (or 0x051982) is known color: Navy. HEX triplet: 05, 19 and 82. RGB value is (5,25,130). Sum of RGB (Red+Green+Blue) = 5+25+130=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 130 (51.17% from 255 or 81.25% from 160); Max value from RGB is 130 - color contains mainly: blue. Hex color #051982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051982 is #FAE67D. Grayscale: #1E1E1E. Windows color (decimal): -16443006 or 8526085. OLE color: 8526085.

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

Color convert

RGB 5 25 130 -
CMYK 0.96 0.81 0 0.49
HSL 230.4º 0.93% 0.26% -
HSV(B) 230.4º 0.96% 0.51% -
XYZ 4.44 2.34 21.34 -
YUV 30.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 5 25 130 0.96 0.81 0 0.49 230.4 0.93 0.26
Hex 5 19 82 60 51 0 31 E6 5D 1A
Octal 5 31 202 140 121 0 61 346 135 32
Binary 101 11001 10000010 1100000 1010001 0 110001 11100110 1011101 11010

Color Harmonies of #051982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051982

Black with #051982

Text Example


Text Example

White with #051982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051982; }

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

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

background-color css

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

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

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

border-color css

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

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

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