#101253

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

Shades of Midnight Blue #101253

Tints of Midnight Blue #101253

Color information

#101253 (or 0x101253) is unknown color: approx Midnight Blue. HEX triplet: 10, 12 and 53. RGB value is (16,18,83). Sum of RGB (Red+Green+Blue) = 16+18+83=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #101253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101253 is #EFEDAC. Grayscale: #181818. Windows color (decimal): -15723949 or 5444112. OLE color: 5444112.

HSL color Cylindrical-coordinate representation of color #101253: hue angle of 238.21º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101253 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB161883-
CMYK0.810.7800.67
HSL238.21º67.68%19.41%-
HSV(B)238.21º80.72%32.55%-
XYZ1.991.178.3-
YUV24.81160.84121.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 83 (32.81% from 255) = 70.94%
R=13.68%
G=15.38%
B=70.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1618830.810.7800.67238.2167.6819.41
Hex101253514E043ee4413
Octal2022123121116010335610423
Binary10000100101010011101000110011100100001111101110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101253; }

 p { color: rgb(16,18,83); }

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

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

 a { background-color: rgb(16,18,83); }

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

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

 span { border-color: rgb(16,18,83); }

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