#12103F

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

Shades of Midnight Express #12103F

Tints of Midnight Express #12103F

Color information

#12103F (or 0x12103F) is unknown color: approx Midnight Express. HEX triplet: 12, 10 and 3F. RGB value is (18,16,63). Sum of RGB (Red+Green+Blue) = 18+16+63=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #12103F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12103F is #EDEFC0. Grayscale: #151515. Windows color (decimal): -15593409 or 4132882. OLE color: 4132882.

HSL color Cylindrical-coordinate representation of color #12103F: hue angle of 242.55º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12103F is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB181663-
CMYK0.710.7500.75
HSL242.55º59.49%15.49%-
HSV(B)242.55º74.6%24.71%-
XYZ1.330.864.8-
YUV21.96151.16125.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 63 (25% from 255) = 64.95%
R=18.56%
G=16.49%
B=64.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1816630.710.7500.75242.5559.4915.49
Hex12103F474B04Bf33bf
Octal22207710711301133637317
Binary10010100001111111000111100101101001011111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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