#0A0941

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

Shades of Midnight Express #0A0941

Tints of Midnight Express #0A0941

Color information

#0A0941 (or 0x0A0941) is unknown color: approx Midnight Express. HEX triplet: 0A, 09 and 41. RGB value is (10,9,65). Sum of RGB (Red+Green+Blue) = 10+9+65=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #0A0941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0941 is #F5F6BE. Grayscale: #0F0F0F. Windows color (decimal): -16119487 or 4262154. OLE color: 4262154.

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

Color convert

RGB10965-
CMYK0.850.8600.75
HSL241.07º75.68%14.51%-
HSV(B)241.07º86.15%25.49%-
XYZ1.180.645.06-
YUV15.68155.83123.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 65 (25.78% from 255) = 77.38%
R=11.90%
G=10.71%
B=77.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal109650.850.8600.75241.0775.6814.51
HexA941555604Bf14cf
Octal1211101125126011336111417
Binary10101001100000110101011010110010010111111000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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