#10224B

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

Shades of Midnight Express #10224B

Tints of Midnight Express #10224B

Color information

#10224B (or 0x10224B) is unknown color: approx Midnight Express. HEX triplet: 10, 22 and 4B. RGB value is (16,34,75). Sum of RGB (Red+Green+Blue) = 16+34+75=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #10224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10224B is #EFDDB4. Grayscale: #212121. Windows color (decimal): -15719861 or 4923920. OLE color: 4923920.

HSL color Cylindrical-coordinate representation of color #10224B: hue angle of 221.69º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10224B is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB163475-
CMYK0.790.5500.71
HSL221.69º64.84%17.84%-
HSV(B)221.69º78.67%29.41%-
XYZ2.061.766.89-
YUV33.29151.54115.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 75 (29.69% from 255) = 60%
R=12.8%
G=27.2%
B=60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1634750.790.5500.71221.6964.8417.84
Hex10224B4F37047de4112
Octal204211311767010733610122
Binary10000100010100101110011111101110100011111011110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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