#101261

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

Shades of Midnight Blue #101261

Tints of Midnight Blue #101261

Color information

#101261 (or 0x101261) is unknown color: approx Midnight Blue. HEX triplet: 10, 12 and 61. RGB value is (16,18,97). Sum of RGB (Red+Green+Blue) = 16+18+97=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #101261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101261 is #EFED9E. Grayscale: #1A1A1A. Windows color (decimal): -15723935 or 6361616. OLE color: 6361616.

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

Color convert

RGB161897-
CMYK0.840.8100.62
HSL238.52º71.68%22.16%-
HSV(B)238.52º83.51%38.04%-
XYZ2.591.4111.44-
YUV26.41167.84120.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 97 (38.28% from 255) = 74.05%
R=12.21%
G=13.74%
B=74.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1618970.840.8100.62238.5271.6822.16
Hex101261545103Eef4816
Octal202214112412107635711026
Binary1000010010110000110101001010001011111011101111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101261; }

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

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

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

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

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

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

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

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