#12106C

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

Shades of Midnight Blue #12106C

Tints of Midnight Blue #12106C

Color information

#12106C (or 0x12106C) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 6C. RGB value is (18,16,108). Sum of RGB (Red+Green+Blue) = 18+16+108=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #12106C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12106C is #EDEF93. Grayscale: #1A1A1A. Windows color (decimal): -15593364 or 7082002. OLE color: 7082002.

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

Color convert

RGB1816108-
CMYK0.830.8500.58
HSL241.3º74.19%24.31%-
HSV(B)241.3º85.19%42.35%-
XYZ3.141.5814.33-
YUV27.09173.66121.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 108 (42.58% from 255) = 76.06%
R=12.68%
G=11.27%
B=76.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18161080.830.8500.58241.374.1924.31
Hex12106C535503Af14a18
Octal222015412312507236111230
Binary1001010000110110010100111010101011101011110001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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