#12026E

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

Shades of Midnight Blue #12026E

Tints of Midnight Blue #12026E

Color information

#12026E (or 0x12026E) is unknown color: approx Midnight Blue. HEX triplet: 12, 02 and 6E. RGB value is (18,2,110). Sum of RGB (Red+Green+Blue) = 18+2+110=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 110 (43.36% from 255 or 84.62% from 130); Max value from RGB is 110 - color contains mainly: blue. Hex color #12026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12026E is #EDFD91. Grayscale: #121212. Windows color (decimal): -15596946 or 7209490. OLE color: 7209490.

HSL color Cylindrical-coordinate representation of color #12026E: hue angle of 248.89º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12026E is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB182110-
CMYK0.840.9800.57
HSL248.89º96.43%21.96%-
HSV(B)248.89º98.18%43.14%-
XYZ3.091.314.84-
YUV19.1179.3127.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 110 (43.36% from 255) = 84.62%
R=13.85%
G=1.54%
B=84.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1821100.840.9800.57248.8996.4321.96
Hex1226E5462039f96016
Octal22215612414207137114026
Binary1001010110111010101001100010011100111111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12026E; }

 p { color: rgb(18,2,110); }

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

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

 a { background-color: rgb(18,2,110); }

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

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

 span { border-color: rgb(18,2,110); }

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