#10123F

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

Shades of Midnight Express #10123F

Tints of Midnight Express #10123F

Color information

#10123F (or 0x10123F) is unknown color: approx Midnight Express. HEX triplet: 10, 12 and 3F. RGB value is (16,18,63). Sum of RGB (Red+Green+Blue) = 16+18+63=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #10123F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10123F is #EFEDC0. Grayscale: #161616. Windows color (decimal): -15723969 or 4133392. OLE color: 4133392.

HSL color Cylindrical-coordinate representation of color #10123F: hue angle of 237.45º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10123F is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB161863-
CMYK0.750.7100.75
HSL237.45º59.49%15.49%-
HSV(B)237.45º74.6%24.71%-
XYZ1.330.94.81-
YUV22.53150.84123.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 63 (25% from 255) = 64.95%
R=16.49%
G=18.56%
B=64.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1618630.750.7100.75237.4559.4915.49
Hex10123F4B4704Bed3bf
Octal20227711310701133557317
Binary10000100101111111001011100011101001011111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10123F; }

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

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

<style>
 a { background-color: #10123F; }

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

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

<style>
 span { border-color: #10123F; }

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

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