#101262

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

Shades of Midnight Blue #101262

Tints of Midnight Blue #101262

Color information

#101262 (or 0x101262) is unknown color: approx Midnight Blue. HEX triplet: 10, 12 and 62. RGB value is (16,18,98). Sum of RGB (Red+Green+Blue) = 16+18+98=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #101262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101262 is #EFED9D. Grayscale: #1A1A1A. Windows color (decimal): -15723934 or 6427152. OLE color: 6427152.

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

Color convert

RGB161898-
CMYK0.840.8200.62
HSL238.54º71.93%22.35%-
HSV(B)238.54º83.67%38.43%-
XYZ2.631.4211.69-
YUV26.52168.34120.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 98 (38.67% from 255) = 74.24%
R=12.12%
G=13.64%
B=74.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1618980.840.8200.62238.5471.9322.35
Hex101262545203Eef4816
Octal202214212412207635711026
Binary1000010010110001010101001010010011111011101111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101262; }

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

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

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

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

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

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

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

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