#101263

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

Shades of Midnight Blue #101263

Tints of Midnight Blue #101263

Color information

#101263 (or 0x101263) is unknown color: approx Midnight Blue. HEX triplet: 10, 12 and 63. RGB value is (16,18,99). Sum of RGB (Red+Green+Blue) = 16+18+99=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #101263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101263 is #EFED9C. Grayscale: #1A1A1A. Windows color (decimal): -15723933 or 6492688. OLE color: 6492688.

HSL color Cylindrical-coordinate representation of color #101263: hue angle of 238.55º 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 #101263 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB161899-
CMYK0.840.8200.61
HSL238.55º72.17%22.55%-
HSV(B)238.55º83.84%38.82%-
XYZ2.681.4411.94-
YUV26.64168.84120.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 99 (39.06% from 255) = 74.44%
R=12.03%
G=13.53%
B=74.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1618990.840.8200.61238.5572.1722.55
Hex101263545203Def4817
Octal202214312412207535711027
Binary1000010010110001110101001010010011110111101111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101263; }

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

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

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

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

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

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

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

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