#12213A

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

Shades of Midnight Express #12213A

Tints of Midnight Express #12213A

Color information

#12213A (or 0x12213A) is unknown color: approx Midnight Express. HEX triplet: 12, 21 and 3A. RGB value is (18,33,58). Sum of RGB (Red+Green+Blue) = 18+33+58=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #12213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12213A is #EDDEC5. Grayscale: #1F1F1F. Windows color (decimal): -15589062 or 3809554. OLE color: 3809554.

HSL color Cylindrical-coordinate representation of color #12213A: hue angle of 217.5º 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 #12213A is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB183358-
CMYK0.690.4300.77
HSL217.5º52.63%14.9%-
HSV(B)217.5º68.97%22.75%-
XYZ1.561.524.21-
YUV31.36143.03118.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=16.51%
G=30.28%
B=53.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1833580.690.4300.77217.552.6314.9
Hex12213A452B04Dda35f
Octal2241721055301153326517
Binary10010100001111010100010110101101001101110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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