#10113C

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

Shades of Midnight Express #10113C

Tints of Midnight Express #10113C

Color information

#10113C (or 0x10113C) is unknown color: approx Midnight Express. HEX triplet: 10, 11 and 3C. RGB value is (16,17,60). Sum of RGB (Red+Green+Blue) = 16+17+60=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #10113C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10113C is #EFEEC3. Grayscale: #151515. Windows color (decimal): -15724228 or 3936528. OLE color: 3936528.

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

Color convert

RGB161760-
CMYK0.730.7200.76
HSL238.64º57.89%14.9%-
HSV(B)238.64º73.33%23.53%-
XYZ1.230.844.37-
YUV21.6149.67124-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 60 (23.83% from 255) = 64.52%
R=17.20%
G=18.28%
B=64.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1617600.730.7200.76238.6457.8914.9
Hex10113C494804Cef3af
Octal20217411111001143577217
Binary10000100011111001001001100100001001100111011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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