#12016A

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

Shades of Midnight Blue #12016A

Tints of Midnight Blue #12016A

Color information

#12016A (or 0x12016A) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 6A. RGB value is (18,1,106). Sum of RGB (Red+Green+Blue) = 18+1+106=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 106 (41.80% from 255 or 84.8% from 125); Max value from RGB is 106 - color contains mainly: blue. Hex color #12016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12016A is #EDFE95. Grayscale: #111111. Windows color (decimal): -15597206 or 6947090. OLE color: 6947090.

HSL color Cylindrical-coordinate representation of color #12016A: hue angle of 249.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12016A is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB181106-
CMYK0.830.9900.58
HSL249.71º98.13%20.98%-
HSV(B)249.71º99.06%41.57%-
XYZ2.861.1913.71-
YUV18.05177.63127.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 106 (41.80% from 255) = 84.8%
R=14.4%
G=0.8%
B=84.8%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1811060.830.9900.58249.7198.1320.98
Hex1216A536303Afa6215
Octal22115212314307237214225
Binary100101110101010100111100011011101011111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12016A; }

 p { color: rgb(18,1,106); }

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

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

 a { background-color: rgb(18,1,106); }

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

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

 span { border-color: rgb(18,1,106); }

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