#0A1030

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

Shades of Midnight Express #0A1030

Tints of Midnight Express #0A1030

Color information

#0A1030 (or 0x0A1030) is unknown color: approx Midnight Express. HEX triplet: 0A, 10 and 30. RGB value is (10,16,48). Sum of RGB (Red+Green+Blue) = 10+16+48=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A1030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1030 is #F5EFCF. Grayscale: #111111. Windows color (decimal): -16117712 or 3149834. OLE color: 3149834.

HSL color Cylindrical-coordinate representation of color #0A1030: hue angle of 230.53º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A1030 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB101648-
CMYK0.790.6700.81
HSL230.53º65.52%11.37%-
HSV(B)230.53º79.17%18.82%-
XYZ0.840.652.88-
YUV17.85145.01122.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.51%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 48 (19.14% from 255) = 64.86%
R=13.51%
G=21.62%
B=64.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1016480.790.6700.81230.5365.5211.37
HexA10304F43051e742b
Octal122060117103012134710213
Binary10101000011000010011111000011010100011110011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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