#10213D

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

Shades of Midnight Express #10213D

Tints of Midnight Express #10213D

Color information

#10213D (or 0x10213D) is unknown color: approx Midnight Express. HEX triplet: 10, 21 and 3D. RGB value is (16,33,61). Sum of RGB (Red+Green+Blue) = 16+33+61=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #10213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10213D is #EFDEC2. Grayscale: #1E1E1E. Windows color (decimal): -15720131 or 4006160. OLE color: 4006160.

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

Color convert

RGB163361-
CMYK0.740.4600.76
HSL217.33º58.44%15.1%-
HSV(B)217.33º73.77%23.92%-
XYZ1.61.534.63-
YUV31.11144.87117.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.55%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 61 (24.22% from 255) = 55.45%
R=14.55%
G=30%
B=55.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1633610.740.4600.76217.3358.4415.1
Hex10213D4A2E04Cd93af
Octal2041751125601143317217
Binary10000100001111101100101010111001001100110110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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