#0A0937

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

Shades of Midnight Express #0A0937

Tints of Midnight Express #0A0937

Color information

#0A0937 (or 0x0A0937) is unknown color: approx Midnight Express. HEX triplet: 0A, 09 and 37. RGB value is (10,9,55). Sum of RGB (Red+Green+Blue) = 10+9+55=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 55 (21.88% from 255 or 74.32% from 74); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A0937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0937 is #F5F6C8. Grayscale: #0E0E0E. Windows color (decimal): -16119497 or 3606794. OLE color: 3606794.

HSL color Cylindrical-coordinate representation of color #0A0937: hue angle of 241.3º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A0937 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB10955-
CMYK0.820.8400.78
HSL241.3º71.88%12.55%-
HSV(B)241.3º83.64%21.57%-
XYZ0.910.543.67-
YUV14.54150.83124.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.51%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 55 (21.88% from 255) = 74.32%
R=13.51%
G=12.16%
B=74.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal109550.820.8400.78241.371.8812.55
HexA937525404Ef148d
Octal121167122124011636111015
Binary1010100111011110100101010100010011101111000110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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