#0A1047

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

Shades of Midnight Express #0A1047

Tints of Midnight Express #0A1047

Color information

#0A1047 (or 0x0A1047) is unknown color: approx Midnight Express. HEX triplet: 0A, 10 and 47. RGB value is (10,16,71). Sum of RGB (Red+Green+Blue) = 10+16+71=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A1047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1047 is #F5EFB8. Grayscale: #141414. Windows color (decimal): -16117689 or 4657162. OLE color: 4657162.

HSL color Cylindrical-coordinate representation of color #0A1047: hue angle of 234.1º degrees, saturation: 0.75, 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 #0A1047 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB101671-
CMYK0.860.7700.72
HSL234.1º75.31%15.88%-
HSV(B)234.1º85.92%27.84%-
XYZ1.450.896.06-
YUV20.48156.51120.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.31%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 71 (28.12% from 255) = 73.20%
R=10.31%
G=16.49%
B=73.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1016710.860.7700.72234.175.3115.88
HexA1047564D048ea4b10
Octal1220107126115011035211320
Binary1010100001000111101011010011010100100011101010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,16,71); }

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

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

 a { background-color: rgb(10,16,71); }

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

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

 span { border-color: rgb(10,16,71); }

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