#0A184A

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

Shades of Midnight Express #0A184A

Tints of Midnight Express #0A184A

Color information

#0A184A (or 0x0A184A) is unknown color: approx Midnight Express. HEX triplet: 0A, 18 and 4A. RGB value is (10,24,74). Sum of RGB (Red+Green+Blue) = 10+24+74=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A184A is #F5E7B5. Grayscale: #191919. Windows color (decimal): -16115638 or 4855818. OLE color: 4855818.

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

Color convert

RGB102474-
CMYK0.860.6800.71
HSL226.88º76.19%16.47%-
HSV(B)226.88º86.49%29.02%-
XYZ1.691.216.62-
YUV25.51155.36116.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.26%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 74 (29.30% from 255) = 68.52%
R=9.26%
G=22.22%
B=68.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1024740.860.6800.71226.8876.1916.47
HexA184A5644047e34c10
Octal1230112126104010734311420
Binary1010110001001010101011010001000100011111100011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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