#12133D

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

Shades of Midnight Express #12133D

Tints of Midnight Express #12133D

Color information

#12133D (or 0x12133D) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 3D. RGB value is (18,19,61). Sum of RGB (Red+Green+Blue) = 18+19+61=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #12133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12133D is #EDECC2. Grayscale: #171717. Windows color (decimal): -15592643 or 4002578. OLE color: 4002578.

HSL color Cylindrical-coordinate representation of color #12133D: hue angle of 238.6º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12133D is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB181961-
CMYK0.700.6900.76
HSL238.6º54.43%15.49%-
HSV(B)238.6º70.49%23.92%-
XYZ1.320.934.52-
YUV23.49149.17124.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 61 (24.22% from 255) = 62.24%
R=18.37%
G=19.39%
B=62.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1819610.700.6900.76238.654.4315.49
Hex12133D464504Cef36f
Octal22237510610501143576617
Binary10010100111111011000110100010101001100111011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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