#0A093E

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

Shades of Midnight Express #0A093E

Tints of Midnight Express #0A093E

Color information

#0A093E (or 0x0A093E) is unknown color: approx Midnight Express. HEX triplet: 0A, 09 and 3E. RGB value is (10,9,62). Sum of RGB (Red+Green+Blue) = 10+9+62=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 62 (24.61% from 255 or 76.54% from 81); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A093E is #F5F6C1. Grayscale: #0F0F0F. Windows color (decimal): -16119490 or 4065546. OLE color: 4065546.

HSL color Cylindrical-coordinate representation of color #0A093E: hue angle of 241.13º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A093E is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB10962-
CMYK0.840.8500.76
HSL241.13º74.65%13.92%-
HSV(B)241.13º85.48%24.31%-
XYZ1.090.614.62-
YUV15.34154.33124.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.35%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 62 (24.61% from 255) = 76.54%
R=12.35%
G=11.11%
B=76.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal109620.840.8500.76241.1374.6513.92
HexA93E545504Cf14be
Octal121176124125011436111316
Binary1010100111111010101001010101010011001111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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