#101361

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

Shades of Midnight Blue #101361

Tints of Midnight Blue #101361

Color information

#101361 (or 0x101361) is unknown color: approx Midnight Blue. HEX triplet: 10, 13 and 61. RGB value is (16,19,97). Sum of RGB (Red+Green+Blue) = 16+19+97=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #101361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101361 is #EFEC9E. Grayscale: #1A1A1A. Windows color (decimal): -15723679 or 6361872. OLE color: 6361872.

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

Color convert

RGB161997-
CMYK0.840.8000.62
HSL237.78º71.68%22.16%-
HSV(B)237.78º83.51%38.04%-
XYZ2.61.4411.45-
YUV26.99167.51120.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 97 (38.28% from 255) = 73.48%
R=12.12%
G=14.39%
B=73.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1619970.840.8000.62237.7871.6822.16
Hex101361545003Eee4816
Octal202314112412007635611026
Binary1000010011110000110101001010000011111011101110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101361; }

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

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

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

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

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

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

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

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