Html Css Color HEX #011189 Dark Blue

📋 copy color: '#011189'

red 1 ◦ green 17 ◦ blue 137

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

Shades of Dark Blue #011189

Tints of Dark Blue #011189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

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

R = 0.65%
G = 10.97%
B = 88.39%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#011189 (or 0x011189) is known color: Dark Blue. HEX triplet: 01, 11 and 89. RGB value is (1,17,137). Sum of RGB (Red+Green+Blue) = 1+17+137=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 137 (53.91% from 255 or 88.39% from 155); Max value from RGB is 137 - color contains mainly: blue. Hex color #011189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011189 is #FEEE76. Grayscale: #191919. Windows color (decimal): -16707191 or 8982785. OLE color: 8982785.

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

Color convert

RGB 1 17 137 -
CMYK 0.99 0.88 0 0.46
HSL 232.94º 0.99% 0.27% -
HSV(B) 232.94º 0.99% 0.54% -
XYZ 4.73 2.21 23.84 -
YUV 25.9 190.7 110.24 -
System Red Green Blue C M Y K H S L
Decimal 1 17 137 0.99 0.88 0 0.46 232.94 0.99 0.27
Hex 1 11 89 63 58 0 2E E9 63 1B
Octal 1 21 211 143 130 0 56 351 143 33
Binary 1 10001 10001001 1100011 1011000 0 101110 11101001 1100011 11011

Color Harmonies of #011189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011189

Black with #011189

Text Example


Text Example

White with #011189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011189; }

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

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

background-color css

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

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

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

border-color css

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

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

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