Html Css Color HEX #051582 Navy

📋 copy color: '#051582'

red 5 ◦ green 21 ◦ blue 130

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

Shades of Navy #051582

Tints of Navy #051582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

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

R = 3.21%
G = 13.46%
B = 83.33%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051582 (or 0x051582) is known color: Navy. HEX triplet: 05, 15 and 82. RGB value is (5,21,130). Sum of RGB (Red+Green+Blue) = 5+21+130=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 130 (51.17% from 255 or 83.33% from 156); Max value from RGB is 130 - color contains mainly: blue. Hex color #051582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051582 is #FAEA7D. Grayscale: #1C1C1C. Windows color (decimal): -16444030 or 8525061. OLE color: 8525061.

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

Color convert

RGB 5 21 130 -
CMYK 0.96 0.84 0 0.49
HSL 232.32º 0.93% 0.26% -
HSV(B) 232.32º 0.96% 0.51% -
XYZ 4.36 2.18 21.31 -
YUV 28.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 5 21 130 0.96 0.84 0 0.49 232.32 0.93 0.26
Hex 5 15 82 60 54 0 31 E8 5D 1A
Octal 5 25 202 140 124 0 61 350 135 32
Binary 101 10101 10000010 1100000 1010100 0 110001 11101000 1011101 11010

Color Harmonies of #051582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051582

Black with #051582

Text Example


Text Example

White with #051582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051582; }

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

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

background-color css

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

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

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

border-color css

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

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

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