#10213C

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

Shades of Midnight Express #10213C

Tints of Midnight Express #10213C

Color information

#10213C (or 0x10213C) is unknown color: approx Midnight Express. HEX triplet: 10, 21 and 3C. RGB value is (16,33,60). Sum of RGB (Red+Green+Blue) = 16+33+60=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #10213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10213C is #EFDEC3. Grayscale: #1E1E1E. Windows color (decimal): -15720132 or 3940624. OLE color: 3940624.

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

Color convert

RGB163360-
CMYK0.730.4500.76
HSL216.82º57.89%14.9%-
HSV(B)216.82º73.33%23.53%-
XYZ1.571.524.49-
YUV30.99144.37117.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 60 (23.83% from 255) = 55.05%
R=14.68%
G=30.28%
B=55.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1633600.730.4500.76216.8257.8914.9
Hex10213C492D04Cd93af
Octal2041741115501143317217
Binary10000100001111100100100110110101001100110110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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