#12123A

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

Shades of Midnight Express #12123A

Tints of Midnight Express #12123A

Color information

#12123A (or 0x12123A) is unknown color: approx Midnight Express. HEX triplet: 12, 12 and 3A. RGB value is (18,18,58). Sum of RGB (Red+Green+Blue) = 18+18+58=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #12123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12123A is #EDEDC5. Grayscale: #161616. Windows color (decimal): -15592902 or 3805714. OLE color: 3805714.

HSL color Cylindrical-coordinate representation of color #12123A: hue angle of 240º 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 #12123A is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB181858-
CMYK0.690.6900.77
HSL240º52.63%14.9%-
HSV(B)240º68.97%22.75%-
XYZ1.230.874.11-
YUV22.56148124.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=19.15%
G=19.15%
B=61.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1818580.690.6900.7724052.6314.9
Hex12123A454504Df035f
Octal22227210510501153606517
Binary10010100101110101000101100010101001101111100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,18,58); }

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

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

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

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

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

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

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