Html Css Color HEX #011489 Dark Blue

📋 copy color: '#011489'

red 1 ◦ green 20 ◦ blue 137

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

Shades of Dark Blue #011489

Tints of Dark Blue #011489

RGB

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

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

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

R = 0.63%
G = 12.66%
B = 86.71%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#011489 (or 0x011489) is known color: Dark Blue. HEX triplet: 01, 14 and 89. RGB value is (1,20,137). Sum of RGB (Red+Green+Blue) = 1+20+137=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 20 (8.20% from 255 or 12.66% 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 #011489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011489 is #FEEB76. Grayscale: #1B1B1B. Windows color (decimal): -16706423 or 8983553. OLE color: 8983553.

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

Color convert

RGB 1 20 137 -
CMYK 0.99 0.85 0 0.46
HSL 231.62º 0.99% 0.27% -
HSV(B) 231.62º 0.99% 0.54% -
XYZ 4.78 2.31 23.86 -
YUV 27.66 189.71 108.99 -
System Red Green Blue C M Y K H S L
Decimal 1 20 137 0.99 0.85 0 0.46 231.62 0.99 0.27
Hex 1 14 89 63 55 0 2E E8 63 1B
Octal 1 24 211 143 125 0 56 350 143 33
Binary 1 10100 10001001 1100011 1010101 0 101110 11101000 1100011 11011

Color Harmonies of #011489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011489

Black with #011489

Text Example


Text Example

White with #011489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011489; }

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

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

background-color css

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

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

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

border-color css

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

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

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