#12133E

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

Shades of Midnight Express #12133E

Tints of Midnight Express #12133E

Color information

#12133E (or 0x12133E) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 3E. RGB value is (18,19,62). Sum of RGB (Red+Green+Blue) = 18+19+62=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 62 (24.61% from 255 or 62.63% from 99); Max value from RGB is 62 - color contains mainly: blue. Hex color #12133E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12133E is #EDECC1. Grayscale: #171717. Windows color (decimal): -15592642 or 4068114. OLE color: 4068114.

HSL color Cylindrical-coordinate representation of color #12133E: hue angle of 238.64º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12133E is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB181962-
CMYK0.710.6900.76
HSL238.64º55%15.69%-
HSV(B)238.64º70.97%24.31%-
XYZ1.350.944.67-
YUV23.6149.67124-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 62 (24.61% from 255) = 62.63%
R=18.18%
G=19.19%
B=62.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1819620.710.6900.76238.645515.69
Hex12133E474504Cef3710
Octal22237610710501143576720
Binary100101001111111010001111000101010011001110111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,19,62); }

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

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

 a { background-color: rgb(18,19,62); }

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

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

 span { border-color: rgb(18,19,62); }

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