Html Css Color HEX #051584 Navy

📋 copy color: '#051584'

red 5 ◦ green 21 ◦ blue 132

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

Shades of Navy #051584

Tints of Navy #051584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 83.54%

R = 3.16%
G = 13.29%
B = 83.54%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#051584 (or 0x051584) is known color: Navy. HEX triplet: 05, 15 and 84. RGB value is (5,21,132). Sum of RGB (Red+Green+Blue) = 5+21+132=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 132 (51.95% from 255 or 83.54% from 158); Max value from RGB is 132 - color contains mainly: blue. Hex color #051584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051584 is #FAEA7B. Grayscale: #1C1C1C. Windows color (decimal): -16444028 or 8656133. OLE color: 8656133.

HSL color Cylindrical-coordinate representation of color #051584: hue angle of 232.44º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051584 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 21 132 -
CMYK 0.96 0.84 0 0.48
HSL 232.44º 0.93% 0.27% -
HSV(B) 232.44º 0.96% 0.52% -
XYZ 4.5 2.23 22.02 -
YUV 28.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 5 21 132 0.96 0.84 0 0.48 232.44 0.93 0.27
Hex 5 15 84 60 54 0 30 E8 5D 1B
Octal 5 25 204 140 124 0 60 350 135 33
Binary 101 10101 10000100 1100000 1010100 0 110000 11101000 1011101 11011

Color Harmonies of #051584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051584

Black with #051584

Text Example


Text Example

White with #051584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051584; }

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

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

background-color css

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

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

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

border-color css

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

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

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