#10154F

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

Shades of Midnight Express #10154F

Tints of Midnight Express #10154F

Color information

#10154F (or 0x10154F) is unknown color: approx Midnight Express. HEX triplet: 10, 15 and 4F. RGB value is (16,21,79). Sum of RGB (Red+Green+Blue) = 16+21+79=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #10154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10154F is #EFEAB0. Grayscale: #191919. Windows color (decimal): -15723185 or 5182736. OLE color: 5182736.

HSL color Cylindrical-coordinate representation of color #10154F: hue angle of 235.24º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10154F is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB162179-
CMYK0.800.7300.69
HSL235.24º66.32%18.63%-
HSV(B)235.24º79.75%30.98%-
XYZ1.891.217.53-
YUV26.12157.84120.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 79 (31.25% from 255) = 68.10%
R=13.79%
G=18.10%
B=68.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1621790.800.7300.69235.2466.3218.63
Hex10154F5049045eb4213
Octal2025117120111010535310223
Binary10000101011001111101000010010010100010111101011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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