Html Css Color HEX #011889 Dark Blue

📋 copy color: '#011889'

red 1 ◦ green 24 ◦ blue 137

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

Shades of Dark Blue #011889

Tints of Dark Blue #011889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

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

R = 0.62%
G = 14.81%
B = 84.57%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#011889 (or 0x011889) is known color: Dark Blue. HEX triplet: 01, 18 and 89. RGB value is (1,24,137). Sum of RGB (Red+Green+Blue) = 1+24+137=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 137 (53.91% from 255 or 84.57% from 162); Max value from RGB is 137 - color contains mainly: blue. Hex color #011889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011889 is #FEE776. Grayscale: #1D1D1D. Windows color (decimal): -16705399 or 8984577. OLE color: 8984577.

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

Color convert

RGB 1 24 137 -
CMYK 0.99 0.82 0 0.46
HSL 229.85º 0.99% 0.27% -
HSV(B) 229.85º 0.99% 0.54% -
XYZ 4.85 2.47 23.89 -
YUV 30.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 1 24 137 0.99 0.82 0 0.46 229.85 0.99 0.27
Hex 1 18 89 63 52 0 2E E6 63 1B
Octal 1 30 211 143 122 0 56 346 143 33
Binary 1 11000 10001001 1100011 1010010 0 101110 11100110 1100011 11011

Color Harmonies of #011889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011889

Black with #011889

Text Example


Text Example

White with #011889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011889; }

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

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

background-color css

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

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

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

border-color css

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

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

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