#12204C

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

Shades of Midnight Express #12204C

Tints of Midnight Express #12204C

Color information

#12204C (or 0x12204C) is unknown color: approx Midnight Express. HEX triplet: 12, 20 and 4C. RGB value is (18,32,76). Sum of RGB (Red+Green+Blue) = 18+32+76=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #12204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12204C is #EDDFB3. Grayscale: #202020. Windows color (decimal): -15589300 or 4988946. OLE color: 4988946.

HSL color Cylindrical-coordinate representation of color #12204C: hue angle of 225.52º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12204C is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB183276-
CMYK0.760.5800.70
HSL225.52º61.7%18.43%-
HSV(B)225.52º76.32%29.8%-
XYZ2.071.687.05-
YUV32.83152.36117.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 76 (30.08% from 255) = 60.32%
R=14.29%
G=25.40%
B=60.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1832760.760.5800.70225.5261.718.43
Hex12204C4C3A046e23e12
Octal22401141147201063427622
Binary1001010000010011001001100111010010001101110001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,32,76); }

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

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

 a { background-color: rgb(18,32,76); }

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

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

 span { border-color: rgb(18,32,76); }

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