#10123C

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

Shades of Midnight Express #10123C

Tints of Midnight Express #10123C

Color information

#10123C (or 0x10123C) is unknown color: approx Midnight Express. HEX triplet: 10, 12 and 3C. RGB value is (16,18,60). Sum of RGB (Red+Green+Blue) = 16+18+60=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 18 (7.42% from 255 or 19.15% 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 #10123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10123C is #EFEDC3. Grayscale: #161616. Windows color (decimal): -15723972 or 3936784. OLE color: 3936784.

HSL color Cylindrical-coordinate representation of color #10123C: hue angle of 237.27º 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 #10123C is Cyan = 0.73, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB161860-
CMYK0.730.700.76
HSL237.27º57.89%14.9%-
HSV(B)237.27º73.33%23.53%-
XYZ1.250.874.38-
YUV22.19149.34123.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1618600.730.700.76237.2757.8914.9
Hex10123C494604Ced3af
Octal20227411110601143557217
Binary10000100101111001001001100011001001100111011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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