#0A0938

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

Shades of Midnight Express #0A0938

Tints of Midnight Express #0A0938

Color information

#0A0938 (or 0x0A0938) is unknown color: approx Midnight Express. HEX triplet: 0A, 09 and 38. RGB value is (10,9,56). Sum of RGB (Red+Green+Blue) = 10+9+56=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 56 (22.27% from 255 or 74.67% from 75); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A0938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0938 is #F5F6C7. Grayscale: #0E0E0E. Windows color (decimal): -16119496 or 3672330. OLE color: 3672330.

HSL color Cylindrical-coordinate representation of color #0A0938: hue angle of 241.28º 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 #0A0938 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB10956-
CMYK0.820.8400.78
HSL241.28º72.31%12.75%-
HSV(B)241.28º83.93%21.96%-
XYZ0.940.553.8-
YUV14.66151.33124.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.33%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 56 (22.27% from 255) = 74.67%
R=13.33%
G=12%
B=74.67%

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
Decimal109560.820.8400.78241.2872.3112.75
HexA938525404Ef148d
Octal121170122124011636111015
Binary1010100111100010100101010100010011101111000110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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