#101370

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

Shades of Midnight Blue #101370

Tints of Midnight Blue #101370

Color information

#101370 (or 0x101370) is unknown color: approx Midnight Blue. HEX triplet: 10, 13 and 70. RGB value is (16,19,112). Sum of RGB (Red+Green+Blue) = 16+19+112=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #101370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101370 is #EFEC8F. Grayscale: #1C1C1C. Windows color (decimal): -15723664 or 7344912. OLE color: 7344912.

HSL color Cylindrical-coordinate representation of color #101370: hue angle of 238.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101370 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1619112-
CMYK0.860.8300.56
HSL238.12º75%25.1%-
HSV(B)238.12º85.71%43.92%-
XYZ3.371.7515.49-
YUV28.7175.01118.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 112 (44.14% from 255) = 76.19%
R=10.88%
G=12.93%
B=76.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16191120.860.8300.56238.127525.1
Hex1013705653038ee4b19
Octal202316012612307035611331
Binary1000010011111000010101101010011011100011101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101370; }

 p { color: rgb(16,19,112); }

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

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

 a { background-color: rgb(16,19,112); }

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

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

 span { border-color: rgb(16,19,112); }

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