#12086A

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

Shades of Midnight Blue #12086A

Tints of Midnight Blue #12086A

Color information

#12086A (or 0x12086A) is unknown color: approx Midnight Blue. HEX triplet: 12, 08 and 6A. RGB value is (18,8,106). Sum of RGB (Red+Green+Blue) = 18+8+106=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 106 (41.80% from 255 or 80.30% from 132); Max value from RGB is 106 - color contains mainly: blue. Hex color #12086A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12086A is #EDF795. Grayscale: #151515. Windows color (decimal): -15595414 or 6948882. OLE color: 6948882.

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

Color convert

RGB188106-
CMYK0.830.9200.58
HSL246.12º85.96%22.35%-
HSV(B)246.12º92.45%41.57%-
XYZ2.941.3413.74-
YUV22.16175.31125.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 106 (41.80% from 255) = 80.30%
R=13.64%
G=6.06%
B=80.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1881060.830.9200.58246.1285.9622.35
Hex1286A535C03Af65616
Octal221015212313407236612626
Binary100101000110101010100111011100011101011110110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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