#12106D

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

Shades of Midnight Blue #12106D

Tints of Midnight Blue #12106D

Color information

#12106D (or 0x12106D) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 6D. RGB value is (18,16,109). Sum of RGB (Red+Green+Blue) = 18+16+109=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 109 (42.97% from 255 or 76.22% from 143); Max value from RGB is 109 - color contains mainly: blue. Hex color #12106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12106D is #EDEF92. Grayscale: #1A1A1A. Windows color (decimal): -15593363 or 7147538. OLE color: 7147538.

HSL color Cylindrical-coordinate representation of color #12106D: hue angle of 241.29º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12106D is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1816109-
CMYK0.830.8500.57
HSL241.29º74.4%24.51%-
HSV(B)241.29º85.32%42.75%-
XYZ3.21.614.61-
YUV27.2174.16121.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 109 (42.97% from 255) = 76.22%
R=12.59%
G=11.19%
B=76.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18161090.830.8500.57241.2974.424.51
Hex12106D5355039f14a19
Octal222015512312507136111231
Binary1001010000110110110100111010101011100111110001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12106D; }

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

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

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

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

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

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

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

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