#101360

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

Shades of Midnight Blue #101360

Tints of Midnight Blue #101360

Color information

#101360 (or 0x101360) is unknown color: approx Midnight Blue. HEX triplet: 10, 13 and 60. RGB value is (16,19,96). Sum of RGB (Red+Green+Blue) = 16+19+96=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 96 (37.89% from 255 or 73.28% from 131); Max value from RGB is 96 - color contains mainly: blue. Hex color #101360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101360 is #EFEC9F. Grayscale: #1A1A1A. Windows color (decimal): -15723680 or 6296336. OLE color: 6296336.

HSL color Cylindrical-coordinate representation of color #101360: hue angle of 237.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #101360 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB161996-
CMYK0.830.8000.62
HSL237.75º71.43%21.96%-
HSV(B)237.75º83.33%37.65%-
XYZ2.561.4211.21-
YUV26.88167.01120.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 96 (37.89% from 255) = 73.28%
R=12.21%
G=14.50%
B=73.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1619960.830.8000.62237.7571.4321.96
Hex101360535003Eee4716
Octal202314012312007635610726
Binary1000010011110000010100111010000011111011101110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101360; }

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

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

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

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

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

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

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

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