#0A1543

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

Shades of Midnight Express #0A1543

Tints of Midnight Express #0A1543

Color information

#0A1543 (or 0x0A1543) is unknown color: approx Midnight Express. HEX triplet: 0A, 15 and 43. RGB value is (10,21,67). Sum of RGB (Red+Green+Blue) = 10+21+67=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 67 (26.56% from 255 or 68.37% from 98); Max value from RGB is 67 - color contains mainly: blue. Hex color #0A1543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1543 is #F5EABC. Grayscale: #161616. Windows color (decimal): -16116413 or 4396298. OLE color: 4396298.

HSL color Cylindrical-coordinate representation of color #0A1543: hue angle of 228.42º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A1543 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB102167-
CMYK0.850.6900.74
HSL228.42º74.03%15.1%-
HSV(B)228.42º85.07%26.27%-
XYZ1.411.015.43-
YUV22.96152.86118.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.20%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 67 (26.56% from 255) = 68.37%
R=10.20%
G=21.43%
B=68.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1021670.850.6900.74228.4274.0315.1
HexA1543554504Ae44af
Octal1225103125105011234411217
Binary101010101100001110101011000101010010101110010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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