Html Css Color HEX #001582 Navy

📋 copy color: '#001582'

red 0 ◦ green 21 ◦ blue 130

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

Shades of Navy #001582

Tints of Navy #001582

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 13.91%
B = 86.09%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#001582 (or 0x001582) is known color: Navy. HEX triplet: 00, 15 and 82. RGB value is (0,21,130). Sum of RGB (Red+Green+Blue) = 0+21+130=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 130 (51.17% from 255 or 86.09% from 151); Max value from RGB is 130 - color contains mainly: blue. Hex color #001582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001582 is #FFEA7D. Grayscale: #1A1A1A. Windows color (decimal): -16771710 or 8525056. OLE color: 8525056.

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

Color convert

RGB 0 21 130 -
CMYK 1 0.84 0 0.49
HSL 230.31º 1% 0.25% -
HSV(B) 230.31º 1% 0.51% -
XYZ 4.3 2.15 21.31 -
YUV 27.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 0 21 130 1 0.84 0 0.49 230.31 1 0.25
Hex 0 15 82 64 54 0 31 E6 64 19
Octal 0 25 202 144 124 0 61 346 144 31
Binary 0 10101 10000010 1100100 1010100 0 110001 11100110 1100100 11001

Color Harmonies of #001582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001582

Black with #001582

Text Example


Text Example

White with #001582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001582; }

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

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

background-color css

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

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

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

border-color css

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

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

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