#10123E

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

Shades of Midnight Express #10123E

Tints of Midnight Express #10123E

Color information

#10123E (or 0x10123E) is unknown color: approx Midnight Express. HEX triplet: 10, 12 and 3E. RGB value is (16,18,62). Sum of RGB (Red+Green+Blue) = 16+18+62=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #10123E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10123E is #EFEDC1. Grayscale: #161616. Windows color (decimal): -15723970 or 4067856. OLE color: 4067856.

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

Color convert

RGB161862-
CMYK0.740.7100.76
HSL237.39º58.97%15.29%-
HSV(B)237.39º74.19%24.31%-
XYZ1.30.894.66-
YUV22.42150.34123.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 62 (24.61% from 255) = 64.58%
R=16.67%
G=18.75%
B=64.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1618620.740.7100.76237.3958.9715.29
Hex10123E4A4704Ced3bf
Octal20227611210701143557317
Binary10000100101111101001010100011101001100111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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