#0A0759

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

Shades of Midnight Blue #0A0759

Tints of Midnight Blue #0A0759

Color information

#0A0759 (or 0x0A0759) is unknown color: approx Midnight Blue. HEX triplet: 0A, 07 and 59. RGB value is (10,7,89). Sum of RGB (Red+Green+Blue) = 10+7+89=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 89 (35.16% from 255 or 83.96% from 106); Max value from RGB is 89 - color contains mainly: blue. Hex color #0A0759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0759 is #F5F8A6. Grayscale: #101010. Windows color (decimal): -16119975 or 5834506. OLE color: 5834506.

HSL color Cylindrical-coordinate representation of color #0A0759: hue angle of 242.2º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0759 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB10789-
CMYK0.890.9200.65
HSL242.2º85.42%18.82%-
HSV(B)242.2º92.13%34.9%-
XYZ20.949.53-
YUV17.24168.49122.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 89 (35.16% from 255) = 83.96%
R=9.43%
G=6.60%
B=83.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal107890.890.9200.65242.285.4218.82
HexA759595C041f25513
Octal127131131134010136212523
Binary10101111011001101100110111000100000111110010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,7,89); }

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

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

 a { background-color: rgb(10,7,89); }

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

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

 span { border-color: rgb(10,7,89); }

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