#10124B

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

Shades of Midnight Express #10124B

Tints of Midnight Express #10124B

Color information

#10124B (or 0x10124B) is unknown color: approx Midnight Express. HEX triplet: 10, 12 and 4B. RGB value is (16,18,75). Sum of RGB (Red+Green+Blue) = 16+18+75=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #10124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10124B is #EFEDB4. Grayscale: #171717. Windows color (decimal): -15723957 or 4919824. OLE color: 4919824.

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

Color convert

RGB161875-
CMYK0.790.7600.71
HSL237.97º64.84%17.84%-
HSV(B)237.97º78.67%29.41%-
XYZ1.71.056.77-
YUV23.9156.84122.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.68%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 75 (29.69% from 255) = 68.81%
R=14.68%
G=16.51%
B=68.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1618750.790.7600.71237.9764.8417.84
Hex10124B4F4C047ee4112
Octal2022113117114010735610122
Binary10000100101001011100111110011000100011111101110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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