#12133F

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

Shades of Midnight Express #12133F

Tints of Midnight Express #12133F

Color information

#12133F (or 0x12133F) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 3F. RGB value is (18,19,63). Sum of RGB (Red+Green+Blue) = 18+19+63=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #12133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12133F is #EDECC0. Grayscale: #171717. Windows color (decimal): -15592641 or 4133650. OLE color: 4133650.

HSL color Cylindrical-coordinate representation of color #12133F: hue angle of 238.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12133F is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB181963-
CMYK0.710.7000.75
HSL238.67º55.56%15.88%-
HSV(B)238.67º71.43%24.71%-
XYZ1.380.954.81-
YUV23.72150.17123.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 63 (25% from 255) = 63%
R=18%
G=19%
B=63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1819630.710.7000.75238.6755.5615.88
Hex12133F474604Bef3810
Octal22237710710601133577020
Binary100101001111111110001111000110010010111110111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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