Html Css Color HEX #051580 Navy

📋 copy color: '#051580'

red 5 ◦ green 21 ◦ blue 128

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

Shades of Navy #051580

Tints of Navy #051580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 83.12%

R = 3.25%
G = 13.64%
B = 83.12%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#051580 (or 0x051580) is known color: Navy. HEX triplet: 05, 15 and 80. RGB value is (5,21,128). Sum of RGB (Red+Green+Blue) = 5+21+128=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 128 (50.39% from 255 or 83.12% from 154); Max value from RGB is 128 - color contains mainly: blue. Hex color #051580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051580 is #FAEA7F. Grayscale: #1B1B1B. Windows color (decimal): -16444032 or 8393989. OLE color: 8393989.

HSL color Cylindrical-coordinate representation of color #051580: hue angle of 232.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051580 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 21 128 -
CMYK 0.96 0.84 0 0.50
HSL 232.2º 0.92% 0.26% -
HSV(B) 232.2º 0.96% 0.5% -
XYZ 4.23 2.13 20.61 -
YUV 28.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 5 21 128 0.96 0.84 0 0.50 232.2 0.92 0.26
Hex 5 15 80 60 54 0 32 E8 5C 1A
Octal 5 25 200 140 124 0 62 350 134 32
Binary 101 10101 10000000 1100000 1010100 0 110010 11101000 1011100 11010

Color Harmonies of #051580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051580

Black with #051580

Text Example


Text Example

White with #051580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051580; }

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

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

background-color css

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

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

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

border-color css

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

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

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