#10244A

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

Shades of Midnight Express #10244A

Tints of Midnight Express #10244A

Color information

#10244A (or 0x10244A) is unknown color: approx Midnight Express. HEX triplet: 10, 24 and 4A. RGB value is (16,36,74). Sum of RGB (Red+Green+Blue) = 16+36+74=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #10244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10244A is #EFDBB5. Grayscale: #222222. Windows color (decimal): -15719350 or 4858896. OLE color: 4858896.

HSL color Cylindrical-coordinate representation of color #10244A: hue angle of 219.31º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10244A is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB163674-
CMYK0.780.5100.71
HSL219.31º64.44%17.65%-
HSV(B)219.31º78.38%29.02%-
XYZ2.081.876.73-
YUV34.35150.37114.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 74 (29.30% from 255) = 58.73%
R=12.70%
G=28.57%
B=58.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1636740.780.5100.71219.3164.4417.65
Hex10244A4E33047db4012
Octal204411211663010733310022
Binary10000100100100101010011101100110100011111011011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10244A; }

 p { color: rgb(16,36,74); }

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

<style>
 a { background-color: #10244A; }

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

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

<style>
 span { border-color: #10244A; }

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

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