Html Css Color HEX #011582 Navy

📋 copy color: '#011582'

red 1 ◦ green 21 ◦ blue 130

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

Shades of Navy #011582

Tints of Navy #011582

RGB

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

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

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

R = 0.66%
G = 13.82%
B = 85.53%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011582 (or 0x011582) is known color: Navy. HEX triplet: 01, 15 and 82. RGB value is (1,21,130). Sum of RGB (Red+Green+Blue) = 1+21+130=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 130 (51.17% from 255 or 85.53% from 152); Max value from RGB is 130 - color contains mainly: blue. Hex color #011582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011582 is #FEEA7D. Grayscale: #1A1A1A. Windows color (decimal): -16706174 or 8525057. OLE color: 8525057.

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

Color convert

RGB 1 21 130 -
CMYK 0.99 0.84 0 0.49
HSL 230.7º 0.98% 0.26% -
HSV(B) 230.7º 0.99% 0.51% -
XYZ 4.31 2.15 21.31 -
YUV 27.45 185.87 109.14 -
System Red Green Blue C M Y K H S L
Decimal 1 21 130 0.99 0.84 0 0.49 230.7 0.98 0.26
Hex 1 15 82 63 54 0 31 E7 62 1A
Octal 1 25 202 143 124 0 61 347 142 32
Binary 1 10101 10000010 1100011 1010100 0 110001 11100111 1100010 11010

Color Harmonies of #011582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011582

Black with #011582

Text Example


Text Example

White with #011582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011582; }

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

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

background-color css

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

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

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

border-color css

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

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

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