#0A1830

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

Shades of Midnight Express #0A1830

Tints of Midnight Express #0A1830

Color information

#0A1830 (or 0x0A1830) is unknown color: approx Midnight Express. HEX triplet: 0A, 18 and 30. RGB value is (10,24,48). Sum of RGB (Red+Green+Blue) = 10+24+48=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A1830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1830 is #F5E7CF. Grayscale: #161616. Windows color (decimal): -16115664 or 3151882. OLE color: 3151882.

HSL color Cylindrical-coordinate representation of color #0A1830: hue angle of 217.89º 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 #0A1830 is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB102448-
CMYK0.790.500.81
HSL217.89º65.52%11.37%-
HSV(B)217.89º79.17%18.82%-
XYZ0.990.932.92-
YUV22.55142.36119.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.20%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 48 (19.14% from 255) = 58.54%
R=12.20%
G=29.27%
B=58.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1024480.790.500.81217.8965.5211.37
HexA18304F32051da42b
Octal12306011762012133210213
Binary1010110001100001001111110010010100011101101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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