#0A1248

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

Shades of Midnight Express #0A1248

Tints of Midnight Express #0A1248

Color information

#0A1248 (or 0x0A1248) is unknown color: approx Midnight Express. HEX triplet: 0A, 12 and 48. RGB value is (10,18,72). Sum of RGB (Red+Green+Blue) = 10+18+72=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A1248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1248 is #F5EDB7. Grayscale: #151515. Windows color (decimal): -16117176 or 4723210. OLE color: 4723210.

HSL color Cylindrical-coordinate representation of color #0A1248: hue angle of 232.26º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1248 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB101872-
CMYK0.860.7500.72
HSL232.26º75.61%16.08%-
HSV(B)232.26º86.11%28.24%-
XYZ1.510.976.24-
YUV21.76156.35119.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 72 (28.52% from 255) = 72%
R=10%
G=18%
B=72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1018720.860.7500.72232.2675.6116.08
HexA1248564B048e84c10
Octal1222110126113011035011420
Binary1010100101001000101011010010110100100011101000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,18,72); }

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

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

 a { background-color: rgb(10,18,72); }

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

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

 span { border-color: rgb(10,18,72); }

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