#12203A

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

Shades of Midnight Express #12203A

Tints of Midnight Express #12203A

Color information

#12203A (or 0x12203A) is unknown color: approx Midnight Express. HEX triplet: 12, 20 and 3A. RGB value is (18,32,58). Sum of RGB (Red+Green+Blue) = 18+32+58=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #12203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12203A is #EDDFC5. Grayscale: #1E1E1E. Windows color (decimal): -15589318 or 3809298. OLE color: 3809298.

HSL color Cylindrical-coordinate representation of color #12203A: hue angle of 219º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12203A is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB183258-
CMYK0.690.4500.77
HSL219º52.63%14.9%-
HSV(B)219º68.97%22.75%-
XYZ1.531.474.21-
YUV30.78143.36118.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=16.67%
G=29.63%
B=53.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1832580.690.4500.7721952.6314.9
Hex12203A452D04Ddb35f
Octal2240721055501153336517
Binary10010100000111010100010110110101001101110110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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