#12234E

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

Shades of Midnight Express #12234E

Tints of Midnight Express #12234E

Color information

#12234E (or 0x12234E) is unknown color: approx Midnight Express. HEX triplet: 12, 23 and 4E. RGB value is (18,35,78). Sum of RGB (Red+Green+Blue) = 18+35+78=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #12234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12234E is #EDDCB1. Grayscale: #222222. Windows color (decimal): -15588530 or 5120786. OLE color: 5120786.

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

Color convert

RGB183578-
CMYK0.770.5500.69
HSL223º62.5%18.82%-
HSV(B)223º76.92%30.59%-
XYZ2.231.887.45-
YUV34.82152.37116-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=13.74%
G=26.72%
B=59.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1835780.770.5500.6922362.518.82
Hex12234E4D37045df3e13
Octal22431161156701053377623
Binary1001010001110011101001101110111010001011101111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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