#10154D

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

Shades of Midnight Express #10154D

Tints of Midnight Express #10154D

Color information

#10154D (or 0x10154D) is unknown color: approx Midnight Express. HEX triplet: 10, 15 and 4D. RGB value is (16,21,77). Sum of RGB (Red+Green+Blue) = 16+21+77=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #10154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10154D is #EFEAB2. Grayscale: #191919. Windows color (decimal): -15723187 or 5051664. OLE color: 5051664.

HSL color Cylindrical-coordinate representation of color #10154D: hue angle of 235.08º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10154D is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB162177-
CMYK0.790.7300.70
HSL235.08º65.59%18.24%-
HSV(B)235.08º79.22%30.2%-
XYZ1.821.187.15-
YUV25.89156.84120.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 77 (30.47% from 255) = 67.54%
R=14.04%
G=18.42%
B=67.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1621770.790.7300.70235.0865.5918.24
Hex10154D4F49046eb4212
Octal2025115117111010635310222
Binary10000101011001101100111110010010100011011101011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10154D; }

 p { color: rgb(16,21,77); }

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

<style>
 a { background-color: #10154D; }

 a { background-color: rgb(16,21,77); }

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

<style>
 span { border-color: #10154D; }

 span { border-color: rgb(16,21,77); }

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