#011893

Color #011893 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #011893

Tints of Dark Blue #011893

Color information

#011893 (or 0x011893) is unknown color: approx 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

RGB124147-
CMYK0.990.8400.42
HSL230.55º98.65%29.02%-
HSV(B)230.55º99.32%57.65%-
XYZ5.612.7727.84-
YUV31.14193.38106.5-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241470.990.8400.42230.5598.6529.02
Hex11893635402Ae7631d
Octal13022314312405234714335
Binary1110001001001111000111010100010101011100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>