Html Css Color HEX #011891 Dark Blue

📋 copy color: '#011891'

red 1 ◦ green 24 ◦ blue 145

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

Shades of Dark Blue #011891

Tints of Dark Blue #011891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 85.29%

R = 0.59%
G = 14.12%
B = 85.29%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#011891 (or 0x011891) is known color: Dark Blue. HEX triplet: 01, 18 and 91. RGB value is (1,24,145). Sum of RGB (Red+Green+Blue) = 1+24+145=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 145 (57.03% from 255 or 85.29% from 170); Max value from RGB is 145 - color contains mainly: blue. Hex color #011891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011891 is #FEE76E. Grayscale: #1E1E1E. Windows color (decimal): -16705391 or 9508865. OLE color: 9508865.

HSL color Cylindrical-coordinate representation of color #011891: hue angle of 230.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011891 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 24 145 -
CMYK 0.99 0.83 0 0.43
HSL 230.42º 0.99% 0.29% -
HSV(B) 230.42º 0.99% 0.57% -
XYZ 5.45 2.7 27.02 -
YUV 30.92 192.38 106.66 -
System Red Green Blue C M Y K H S L
Decimal 1 24 145 0.99 0.83 0 0.43 230.42 0.99 0.29
Hex 1 18 91 63 53 0 2B E6 63 1D
Octal 1 30 221 143 123 0 53 346 143 35
Binary 1 11000 10010001 1100011 1010011 0 101011 11100110 1100011 11101

Color Harmonies of #011891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011891

Black with #011891

Text Example


Text Example

White with #011891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011891; }

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

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

background-color css

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

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

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

border-color css

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

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

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