Html Css Color HEX #011584 Navy

📋 copy color: '#011584'

red 1 ◦ green 21 ◦ blue 132

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

Shades of Navy #011584

Tints of Navy #011584

RGB

 RED value IS 1 (0.78% from 255) = 0.65%

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

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

R = 0.65%
G = 13.64%
B = 85.71%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011584 (or 0x011584) is known color: Navy. HEX triplet: 01, 15 and 84. RGB value is (1,21,132). Sum of RGB (Red+Green+Blue) = 1+21+132=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 132 (51.95% from 255 or 85.71% from 154); Max value from RGB is 132 - color contains mainly: blue. Hex color #011584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011584 is #FEEA7B. Grayscale: #1B1B1B. Windows color (decimal): -16706172 or 8656129. OLE color: 8656129.

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

Color convert

RGB 1 21 132 -
CMYK 0.99 0.84 0 0.48
HSL 230.84º 0.98% 0.26% -
HSV(B) 230.84º 0.99% 0.52% -
XYZ 4.45 2.21 22.02 -
YUV 27.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 1 21 132 0.99 0.84 0 0.48 230.84 0.98 0.26
Hex 1 15 84 63 54 0 30 E7 62 1A
Octal 1 25 204 143 124 0 60 347 142 32
Binary 1 10101 10000100 1100011 1010100 0 110000 11100111 1100010 11010

Color Harmonies of #011584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011584

Black with #011584

Text Example


Text Example

White with #011584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011584; }

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

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

background-color css

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

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

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

border-color css

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

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

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