#101265

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

Shades of Midnight Blue #101265

Tints of Midnight Blue #101265

Color information

#101265 (or 0x101265) is unknown color: approx Midnight Blue. HEX triplet: 10, 12 and 65. RGB value is (16,18,101). Sum of RGB (Red+Green+Blue) = 16+18+101=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #101265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101265 is #EFED9A. Grayscale: #1A1A1A. Windows color (decimal): -15723931 or 6623760. OLE color: 6623760.

HSL color Cylindrical-coordinate representation of color #101265: hue angle of 238.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101265 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1618101-
CMYK0.840.8200.60
HSL238.59º72.65%22.94%-
HSV(B)238.59º84.16%39.61%-
XYZ2.781.4812.45-
YUV26.86169.84120.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 101 (39.84% from 255) = 74.81%
R=11.85%
G=13.33%
B=74.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16181010.840.8200.60238.5972.6522.94
Hex101265545203Cef4917
Octal202214512412207435711127
Binary1000010010110010110101001010010011110011101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101265; }

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

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

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

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

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

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

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

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