#12144A

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

Shades of Midnight Express #12144A

Tints of Midnight Express #12144A

Color information

#12144A (or 0x12144A) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 4A. RGB value is (18,20,74). Sum of RGB (Red+Green+Blue) = 18+20+74=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #12144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12144A is #EDEBB5. Grayscale: #191919. Windows color (decimal): -15592374 or 4854802. OLE color: 4854802.

HSL color Cylindrical-coordinate representation of color #12144A: hue angle of 237.86º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12144A is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB182074-
CMYK0.760.7300.71
HSL237.86º60.87%18.04%-
HSV(B)237.86º75.68%29.02%-
XYZ1.741.126.6-
YUV25.56155.34122.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 20 (8.20% from 255) = 17.86%
BLUE value IS 74 (29.30% from 255) = 66.07%
R=16.07%
G=17.86%
B=66.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1820740.760.7300.71237.8660.8718.04
Hex12144A4C49047ee3d12
Octal222411211411101073567522
Binary1001010100100101010011001001001010001111110111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12144A; }

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

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

<style>
 a { background-color: #12144A; }

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

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

<style>
 span { border-color: #12144A; }

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

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