#101363

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

Shades of Midnight Blue #101363

Tints of Midnight Blue #101363

Color information

#101363 (or 0x101363) is unknown color: approx Midnight Blue. HEX triplet: 10, 13 and 63. RGB value is (16,19,99). Sum of RGB (Red+Green+Blue) = 16+19+99=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #101363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101363 is #EFEC9C. Grayscale: #1A1A1A. Windows color (decimal): -15723677 or 6492944. OLE color: 6492944.

HSL color Cylindrical-coordinate representation of color #101363: hue angle of 237.83º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101363 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB161999-
CMYK0.840.8100.61
HSL237.83º72.17%22.55%-
HSV(B)237.83º83.84%38.82%-
XYZ2.71.4811.95-
YUV27.22168.51120-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 99 (39.06% from 255) = 73.88%
R=11.94%
G=14.18%
B=73.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1619990.840.8100.61237.8372.1722.55
Hex101363545103Dee4817
Octal202314312412107535611027
Binary1000010011110001110101001010001011110111101110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101363; }

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

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

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

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

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

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

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

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