#10124A

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

Shades of Midnight Express #10124A

Tints of Midnight Express #10124A

Color information

#10124A (or 0x10124A) is unknown color: approx Midnight Express. HEX triplet: 10, 12 and 4A. RGB value is (16,18,74). Sum of RGB (Red+Green+Blue) = 16+18+74=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #10124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10124A is #EFEDB5. Grayscale: #171717. Windows color (decimal): -15723958 or 4854288. OLE color: 4854288.

HSL color Cylindrical-coordinate representation of color #10124A: hue angle of 237.93º 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 #10124A is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB161874-
CMYK0.780.7600.71
HSL237.93º64.44%17.65%-
HSV(B)237.93º78.38%29.02%-
XYZ1.671.046.59-
YUV23.79156.34122.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.81%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 74 (29.30% from 255) = 68.52%
R=14.81%
G=16.67%
B=68.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1618740.780.7600.71237.9364.4417.65
Hex10124A4E4C047ee4012
Octal2022112116114010735610022
Binary10000100101001010100111010011000100011111101110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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