Html Css Color HEX #011893 Dark Blue

📋 copy color: '#011893'

red 1 ◦ green 24 ◦ blue 147

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

Shades of Dark Blue #011893

Tints of Dark Blue #011893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 85.47%

R = 0.58%
G = 13.95%
B = 85.47%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011893 (or 0x011893) is known color: Dark Blue. HEX triplet: 01, 18 and 93. RGB value is (1,24,147). Sum of RGB (Red+Green+Blue) = 1+24+147=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 147 (57.81% from 255 or 85.47% from 172); Max value from RGB is 147 - color contains mainly: blue. Hex color #011893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011893 is #FEE76C. Grayscale: #1E1E1E. Windows color (decimal): -16705389 or 9639937. OLE color: 9639937.

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

Color convert

RGB 1 24 147 -
CMYK 0.99 0.84 0 0.42
HSL 230.55º 0.99% 0.29% -
HSV(B) 230.55º 0.99% 0.58% -
XYZ 5.61 2.77 27.84 -
YUV 31.15 193.38 106.5 -
System Red Green Blue C M Y K H S L
Decimal 1 24 147 0.99 0.84 0 0.42 230.55 0.99 0.29
Hex 1 18 93 63 54 0 2A E7 63 1D
Octal 1 30 223 143 124 0 52 347 143 35
Binary 1 11000 10010011 1100011 1010100 0 101010 11100111 1100011 11101

Color Harmonies of #011893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011893

Black with #011893

Text Example


Text Example

White with #011893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011893; }

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

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

background-color css

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

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

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

border-color css

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

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

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