#12103C

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

Shades of Midnight Express #12103C

Tints of Midnight Express #12103C

Color information

#12103C (or 0x12103C) is unknown color: approx Midnight Express. HEX triplet: 12, 10 and 3C. RGB value is (18,16,60). Sum of RGB (Red+Green+Blue) = 18+16+60=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #12103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12103C is #EDEFC3. Grayscale: #151515. Windows color (decimal): -15593412 or 3936274. OLE color: 3936274.

HSL color Cylindrical-coordinate representation of color #12103C: hue angle of 242.73º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12103C is Cyan = 0.7, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB181660-
CMYK0.70.7300.76
HSL242.73º57.89%14.9%-
HSV(B)242.73º73.33%23.53%-
XYZ1.250.834.37-
YUV21.61149.66125.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 60 (23.83% from 255) = 63.83%
R=19.15%
G=17.02%
B=63.83%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1816600.70.7300.76242.7357.8914.9
Hex12103C464904Cf33af
Octal22207410611101143637217
Binary10010100001111001000110100100101001100111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12103C; }

 p { color: rgb(18,16,60); }

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

<style>
 a { background-color: #12103C; }

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

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

<style>
 span { border-color: #12103C; }

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

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