#10113D

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

Shades of Midnight Express #10113D

Tints of Midnight Express #10113D

Color information

#10113D (or 0x10113D) is unknown color: approx Midnight Express. HEX triplet: 10, 11 and 3D. RGB value is (16,17,61). Sum of RGB (Red+Green+Blue) = 16+17+61=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #10113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10113D is #EFEEC2. Grayscale: #151515. Windows color (decimal): -15724227 or 4002064. OLE color: 4002064.

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

Color convert

RGB161761-
CMYK0.740.7200.76
HSL238.67º58.44%15.1%-
HSV(B)238.67º73.77%23.92%-
XYZ1.260.854.51-
YUV21.72150.17123.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 61 (24.22% from 255) = 64.89%
R=17.02%
G=18.09%
B=64.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1617610.740.7200.76238.6758.4415.1
Hex10113D4A4804Cef3af
Octal20217511211001143577217
Binary10000100011111011001010100100001001100111011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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