#100159

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

Shades of Midnight Blue #100159

Tints of Midnight Blue #100159

Color information

#100159 (or 0x100159) is unknown color: approx Midnight Blue. HEX triplet: 10, 01 and 59. RGB value is (16,1,89). Sum of RGB (Red+Green+Blue) = 16+1+89=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 89 (35.16% from 255 or 83.96% from 106); Max value from RGB is 89 - color contains mainly: blue. Hex color #100159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100159 is #EFFEA6. Grayscale: #0F0F0F. Windows color (decimal): -15728295 or 5832976. OLE color: 5832976.

HSL color Cylindrical-coordinate representation of color #100159: hue angle of 250.23º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100159 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB16189-
CMYK0.820.9900.65
HSL250.23º97.78%17.65%-
HSV(B)250.23º98.88%34.9%-
XYZ2.030.859.51-
YUV15.52169.47128.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 89 (35.16% from 255) = 83.96%
R=15.09%
G=0.94%
B=83.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal161890.820.9900.65250.2397.7817.65
Hex101595263041fa6212
Octal201131122143010137214222
Binary1000011011001101001011000110100000111111010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100159; }

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

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

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

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

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

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

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

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