#10103D

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

Shades of Midnight Express #10103D

Tints of Midnight Express #10103D

Color information

#10103D (or 0x10103D) is unknown color: approx Midnight Express. HEX triplet: 10, 10 and 3D. RGB value is (16,16,61). Sum of RGB (Red+Green+Blue) = 16+16+61=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #10103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10103D is #EFEFC2. Grayscale: #141414. Windows color (decimal): -15724483 or 4001808. OLE color: 4001808.

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

Color convert

RGB161661-
CMYK0.740.7400.76
HSL240º58.44%15.1%-
HSV(B)240º73.77%23.92%-
XYZ1.240.824.51-
YUV21.13150.5124.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 61 (24.22% from 255) = 65.59%
R=17.20%
G=17.20%
B=65.59%

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
Decimal1616610.740.7400.7624058.4415.1
Hex10103D4A4A04Cf03af
Octal20207511211201143607217
Binary10000100001111011001010100101001001100111100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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