#0A1832

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

Shades of Midnight Express #0A1832

Tints of Midnight Express #0A1832

Color information

#0A1832 (or 0x0A1832) is unknown color: approx Midnight Express. HEX triplet: 0A, 18 and 32. RGB value is (10,24,50). Sum of RGB (Red+Green+Blue) = 10+24+50=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A1832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1832 is #F5E7CD. Grayscale: #161616. Windows color (decimal): -16115662 or 3282954. OLE color: 3282954.

HSL color Cylindrical-coordinate representation of color #0A1832: hue angle of 219º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A1832 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB102450-
CMYK0.800.5200.80
HSL219º66.67%11.76%-
HSV(B)219º80%19.61%-
XYZ1.030.953.15-
YUV22.78143.36118.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=11.90%
G=28.57%
B=59.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1024500.800.5200.8021966.6711.76
HexA18325034050db43c
Octal12306212064012033310314
Binary1010110001100101010000110100010100001101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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