Html Css Color HEX #001589 Dark Blue

📋 copy color: '#001589'

red 0 ◦ green 21 ◦ blue 137

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

Shades of Dark Blue #001589

Tints of Dark Blue #001589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 86.71%

R = 0%
G = 13.29%
B = 86.71%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#001589 (or 0x001589) is known color: Dark Blue. HEX triplet: 00, 15 and 89. RGB value is (0,21,137). Sum of RGB (Red+Green+Blue) = 0+21+137=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 137 (53.91% from 255 or 86.71% from 158); Max value from RGB is 137 - color contains mainly: blue. Hex color #001589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001589 is #FFEA76. Grayscale: #1B1B1B. Windows color (decimal): -16771703 or 8983808. OLE color: 8983808.

HSL color Cylindrical-coordinate representation of color #001589: hue angle of 230.8º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001589 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 21 137 -
CMYK 1 0.85 0 0.46
HSL 230.8º 1% 0.27% -
HSV(B) 230.8º 1% 0.54% -
XYZ 4.78 2.34 23.87 -
YUV 27.95 189.54 108.07 -
System Red Green Blue C M Y K H S L
Decimal 0 21 137 1 0.85 0 0.46 230.8 1 0.27
Hex 0 15 89 64 55 0 2E E7 64 1B
Octal 0 25 211 144 125 0 56 347 144 33
Binary 0 10101 10001001 1100100 1010101 0 101110 11100111 1100100 11011

Color Harmonies of #001589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001589

Black with #001589

Text Example


Text Example

White with #001589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001589; }

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

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

background-color css

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

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

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

border-color css

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

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

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