#10103E

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

Shades of Midnight Express #10103E

Tints of Midnight Express #10103E

Color information

#10103E (or 0x10103E) is unknown color: approx Midnight Express. HEX triplet: 10, 10 and 3E. RGB value is (16,16,62). Sum of RGB (Red+Green+Blue) = 16+16+62=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #10103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10103E is #EFEFC1. Grayscale: #151515. Windows color (decimal): -15724482 or 4067344. OLE color: 4067344.

HSL color Cylindrical-coordinate representation of color #10103E: hue angle of 240º degrees, saturation: 0.59, 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 #10103E is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB161662-
CMYK0.740.7400.76
HSL240º58.97%15.29%-
HSV(B)240º74.19%24.31%-
XYZ1.270.834.65-
YUV21.24151124.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 62 (24.61% from 255) = 65.96%
R=17.02%
G=17.02%
B=65.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1616620.740.7400.7624058.9715.29
Hex10103E4A4A04Cf03bf
Octal20207611211201143607317
Binary10000100001111101001010100101001001100111100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10103E; }

 p { color: rgb(16,16,62); }

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

<style>
 a { background-color: #10103E; }

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

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

<style>
 span { border-color: #10103E; }

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

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