#12244E

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

Shades of Midnight Express #12244E

Tints of Midnight Express #12244E

Color information

#12244E (or 0x12244E) is unknown color: approx Midnight Express. HEX triplet: 12, 24 and 4E. RGB value is (18,36,78). Sum of RGB (Red+Green+Blue) = 18+36+78=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #12244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12244E is #EDDBB1. Grayscale: #232323. Windows color (decimal): -15588274 or 5121042. OLE color: 5121042.

HSL color Cylindrical-coordinate representation of color #12244E: hue angle of 222º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12244E is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB183678-
CMYK0.770.5400.69
HSL222º62.5%18.82%-
HSV(B)222º76.92%30.59%-
XYZ2.261.947.46-
YUV35.41152.04115.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=13.64%
G=27.27%
B=59.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1836780.770.5400.6922262.518.82
Hex12244E4D36045de3e13
Octal22441161156601053367623
Binary1001010010010011101001101110110010001011101111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,36,78); }

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

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

 a { background-color: rgb(18,36,78); }

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

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

 span { border-color: rgb(18,36,78); }

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