#01108E

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

Shades of Dark Blue #01108E

Tints of Dark Blue #01108E

Color information

#01108E (or 0x01108E) is unknown color: approx Dark Blue. HEX triplet: 01, 10 and 8E. RGB value is (1,16,142). Sum of RGB (Red+Green+Blue) = 1+16+142=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #01108E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01108E is #FEEF71. Grayscale: #191919. Windows color (decimal): -16707442 or 9310209. OLE color: 9310209.

HSL color Cylindrical-coordinate representation of color #01108E: hue angle of 233.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01108E is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116142-
CMYK0.990.8900.44
HSL233.62º98.6%28.04%-
HSV(B)233.62º99.3%55.69%-
XYZ5.082.3325.77-
YUV25.88193.53110.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 142 (55.86% from 255) = 89.31%
R=0.63%
G=10.06%
B=89.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161420.990.8900.44233.6298.628.04
Hex1108E635902Cea631c
Octal12021614313105435214334
Binary1100001000111011000111011001010110011101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01108E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01108E; }

 p { color: rgb(1,16,142); }

 H1.HeaderClassName
 {
   color: #01108E;
 }
 .AnyTagClassName
 {
   color: #01108E;
 }
</style>
background-color css

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

 a { background-color: rgb(1,16,142); }

 div.DivClassName
 {
   background-color: #01108E;
 }
 .BgClassName
 {
   background-color: #01108E;
 }
</style>
border-color css

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

 span { border-color: rgb(1,16,142); }

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