#0A152D

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

Shades of Midnight Express #0A152D

Tints of Midnight Express #0A152D

Color information

#0A152D (or 0x0A152D) is unknown color: approx Midnight Express. HEX triplet: 0A, 15 and 2D. RGB value is (10,21,45). Sum of RGB (Red+Green+Blue) = 10+21+45=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #0A152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A152D is #F5EAD2. Grayscale: #141414. Windows color (decimal): -16116435 or 2954506. OLE color: 2954506.

HSL color Cylindrical-coordinate representation of color #0A152D: hue angle of 221.14º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A152D is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB102145-
CMYK0.780.5300.82
HSL221.14º63.64%10.78%-
HSV(B)221.14º77.78%17.65%-
XYZ0.870.792.59-
YUV20.45141.86120.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.16%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 45 (17.97% from 255) = 59.21%
R=13.16%
G=27.63%
B=59.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1021450.780.5300.82221.1463.6410.78
HexA152D4E35052dd40b
Octal12255511665012233510013
Binary1010101011011011001110110101010100101101110110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A152D; }

 p { color: rgb(10,21,45); }

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

<style>
 a { background-color: #0A152D; }

 a { background-color: rgb(10,21,45); }

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

<style>
 span { border-color: #0A152D; }

 span { border-color: rgb(10,21,45); }

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