#12143B

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

Shades of Midnight Express #12143B

Tints of Midnight Express #12143B

Color information

#12143B (or 0x12143B) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 3B. RGB value is (18,20,59). Sum of RGB (Red+Green+Blue) = 18+20+59=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #12143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12143B is #EDEBC4. Grayscale: #171717. Windows color (decimal): -15592389 or 3871762. OLE color: 3871762.

HSL color Cylindrical-coordinate representation of color #12143B: hue angle of 237.07º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12143B is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB182059-
CMYK0.690.6600.77
HSL237.07º53.25%15.1%-
HSV(B)237.07º69.49%23.14%-
XYZ1.290.944.25-
YUV23.85147.84123.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 59 (23.44% from 255) = 60.82%
R=18.56%
G=20.62%
B=60.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1820590.690.6600.77237.0753.2515.1
Hex12143B454204Ded35f
Octal22247310510201153556517
Binary10010101001110111000101100001001001101111011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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