Html Css Color HEX #001489 Dark Blue

📋 copy color: '#001489'

red 0 ◦ green 20 ◦ blue 137

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

Shades of Dark Blue #001489

Tints of Dark Blue #001489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 0%
G = 12.74%
B = 87.26%

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

#001489 (or 0x001489) is known color: Dark Blue. HEX triplet: 00, 14 and 89. RGB value is (0,20,137). Sum of RGB (Red+Green+Blue) = 0+20+137=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 137 (53.91% from 255 or 87.26% from 157); Max value from RGB is 137 - color contains mainly: blue. Hex color #001489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001489 is #FFEB76. Grayscale: #1A1A1A. Windows color (decimal): -16771959 or 8983552. OLE color: 8983552.

HSL color Cylindrical-coordinate representation of color #001489: hue angle of 231.24º 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 #001489 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 20 137 -
CMYK 1 0.85 0 0.46
HSL 231.24º 1% 0.27% -
HSV(B) 231.24º 1% 0.54% -
XYZ 4.77 2.31 23.86 -
YUV 27.36 189.87 108.49 -
System Red Green Blue C M Y K H S L
Decimal 0 20 137 1 0.85 0 0.46 231.24 1 0.27
Hex 0 14 89 64 55 0 2E E7 64 1B
Octal 0 24 211 144 125 0 56 347 144 33
Binary 0 10100 10001001 1100100 1010101 0 101110 11100111 1100100 11011

Color Harmonies of #001489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001489

Black with #001489

Text Example


Text Example

White with #001489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001489; }

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

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

background-color css

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

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

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

border-color css

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

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

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