#0A0439

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

Shades of Midnight Express #0A0439

Tints of Midnight Express #0A0439

Color information

#0A0439 (or 0x0A0439) is unknown color: approx Midnight Express. HEX triplet: 0A, 04 and 39. RGB value is (10,4,57). Sum of RGB (Red+Green+Blue) = 10+4+57=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 57 (22.66% from 255 or 80.28% from 71); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A0439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0439 is #F5FBC6. Grayscale: #0B0B0B. Windows color (decimal): -16120775 or 3736586. OLE color: 3736586.

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

Color convert

RGB10457-
CMYK0.820.9300.78
HSL246.79º86.89%11.96%-
HSV(B)246.79º92.98%22.35%-
XYZ0.910.453.91-
YUV11.84153.49126.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.08%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 57 (22.66% from 255) = 80.28%
R=14.08%
G=5.63%
B=80.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal104570.820.9300.78246.7986.8911.96
HexA439525D04Ef757c
Octal12471122135011636712714
Binary101010011100110100101011101010011101111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,4,57); }

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

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

 a { background-color: rgb(10,4,57); }

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

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

 span { border-color: rgb(10,4,57); }

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