#0A0339

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

Shades of Midnight Express #0A0339

Tints of Midnight Express #0A0339

Color information

#0A0339 (or 0x0A0339) is unknown color: approx Midnight Express. HEX triplet: 0A, 03 and 39. RGB value is (10,3,57). Sum of RGB (Red+Green+Blue) = 10+3+57=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 57 (22.66% from 255 or 81.43% from 70); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A0339 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0339 is #F5FCC6. Grayscale: #0B0B0B. Windows color (decimal): -16121031 or 3736330. OLE color: 3736330.

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

Color convert

RGB10357-
CMYK0.820.9500.78
HSL247.78º90%11.76%-
HSV(B)247.78º94.74%22.35%-
XYZ0.90.433.91-
YUV11.25153.82127.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.29%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 57 (22.66% from 255) = 81.43%
R=14.29%
G=4.29%
B=81.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal103570.820.9500.78247.789011.76
HexA339525F04Ef85ac
Octal12371122137011637013214
Binary10101111100110100101011111010011101111100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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