#0A093A

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

Shades of Midnight Express #0A093A

Tints of Midnight Express #0A093A

Color information

#0A093A (or 0x0A093A) is unknown color: approx Midnight Express. HEX triplet: 0A, 09 and 3A. RGB value is (10,9,58). Sum of RGB (Red+Green+Blue) = 10+9+58=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 58 (23.05% from 255 or 75.32% from 77); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A093A is #F5F6C5. Grayscale: #0E0E0E. Windows color (decimal): -16119494 or 3803402. OLE color: 3803402.

HSL color Cylindrical-coordinate representation of color #0A093A: hue angle of 241.22º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A093A is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB10958-
CMYK0.830.8400.77
HSL241.22º73.13%13.14%-
HSV(B)241.22º84.48%22.75%-
XYZ0.990.574.06-
YUV14.88152.33124.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.99%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 58 (23.05% from 255) = 75.32%
R=12.99%
G=11.69%
B=75.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal109580.830.8400.77241.2273.1313.14
HexA93A535404Df149d
Octal121172123124011536111115
Binary1010100111101010100111010100010011011111000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,9,58); }

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

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

 a { background-color: rgb(10,9,58); }

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

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

 span { border-color: rgb(10,9,58); }

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