#12103D

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

Shades of Midnight Express #12103D

Tints of Midnight Express #12103D

Color information

#12103D (or 0x12103D) is unknown color: approx Midnight Express. HEX triplet: 12, 10 and 3D. RGB value is (18,16,61). Sum of RGB (Red+Green+Blue) = 18+16+61=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #12103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12103D is #EDEFC2. Grayscale: #151515. Windows color (decimal): -15593411 or 4001810. OLE color: 4001810.

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

Color convert

RGB181661-
CMYK0.700.7400.76
HSL242.67º58.44%15.1%-
HSV(B)242.67º73.77%23.92%-
XYZ1.280.844.51-
YUV21.73150.16125.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 61 (24.22% from 255) = 64.21%
R=18.95%
G=16.84%
B=64.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1816610.700.7400.76242.6758.4415.1
Hex12103D464A04Cf33af
Octal22207510611201143637217
Binary10010100001111011000110100101001001100111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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