#12213B

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

Shades of Midnight Express #12213B

Tints of Midnight Express #12213B

Color information

#12213B (or 0x12213B) is unknown color: approx Midnight Express. HEX triplet: 12, 21 and 3B. RGB value is (18,33,59). Sum of RGB (Red+Green+Blue) = 18+33+59=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #12213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12213B is #EDDEC4. Grayscale: #1F1F1F. Windows color (decimal): -15589061 or 3875090. OLE color: 3875090.

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

Color convert

RGB183359-
CMYK0.690.4400.77
HSL218.05º53.25%15.1%-
HSV(B)218.05º69.49%23.14%-
XYZ1.581.534.35-
YUV31.48143.53118.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 59 (23.44% from 255) = 53.64%
R=16.36%
G=30%
B=53.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1833590.690.4400.77218.0553.2515.1
Hex12213B452C04Dda35f
Octal2241731055401153326517
Binary10010100001111011100010110110001001101110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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