#12143F

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

Shades of Midnight Express #12143F

Tints of Midnight Express #12143F

Color information

#12143F (or 0x12143F) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 3F. RGB value is (18,20,63). Sum of RGB (Red+Green+Blue) = 18+20+63=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #12143F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12143F is #EDEBC0. Grayscale: #181818. Windows color (decimal): -15592385 or 4133906. OLE color: 4133906.

HSL color Cylindrical-coordinate representation of color #12143F: hue angle of 237.33º 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 #12143F is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB182063-
CMYK0.710.6800.75
HSL237.33º55.56%15.88%-
HSV(B)237.33º71.43%24.71%-
XYZ1.40.994.82-
YUV24.3149.84123.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 63 (25% from 255) = 62.38%
R=17.82%
G=19.80%
B=62.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1820630.710.6800.75237.3355.5615.88
Hex12143F474404Bed3810
Octal22247710710401133557020
Binary100101010011111110001111000100010010111110110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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