#10224D

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

Shades of Midnight Express #10224D

Tints of Midnight Express #10224D

Color information

#10224D (or 0x10224D) is unknown color: approx Midnight Express. HEX triplet: 10, 22 and 4D. RGB value is (16,34,77). Sum of RGB (Red+Green+Blue) = 16+34+77=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #10224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10224D is #EFDDB2. Grayscale: #212121. Windows color (decimal): -15719859 or 5054992. OLE color: 5054992.

HSL color Cylindrical-coordinate representation of color #10224D: hue angle of 222.3º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10224D is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB163477-
CMYK0.790.5600.70
HSL222.3º65.59%18.24%-
HSV(B)222.3º79.22%30.2%-
XYZ2.131.797.25-
YUV33.52152.54115.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 77 (30.47% from 255) = 60.63%
R=12.60%
G=26.77%
B=60.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1634770.790.5600.70222.365.5918.24
Hex10224D4F38046de4212
Octal204211511770010633610222
Binary10000100010100110110011111110000100011011011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,34,77); }

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

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

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

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

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

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

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