Shades of Midnight Blue #080953
Tints of Midnight Blue #080953
RGB
CMYK
RGB Variations
Color information
#080953 (or 0x080953) is known color: Midnight Blue. HEX triplet: 08, 09 and 53. RGB value is (8,9,83). Sum of RGB (Red+Green+Blue) = 8+9+83=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 83 (32.81% from 255 or 83% from 100); Max value from RGB is 83 - color contains mainly: blue. Hex color #080953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080953 is #F7F6AC. Grayscale: #101010. Windows color (decimal): -16250541 or 5441800. OLE color: 5441800.
HSL color Cylindrical-coordinate representation of color #080953: hue angle of 239.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080953 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 9 | 83 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.67 |
| HSL | 239.2º | 0.82% | 0.18% | - |
| HSV(B) | 239.2º | 0.9% | 0.33% | - |
| XYZ | 1.76 | 0.87 | 8.26 | - |
| YUV | 17.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 83 | 0.90 | 0.89 | 0 | 0.67 | 239.2 | 0.82 | 0.18 |
| Hex | 8 | 9 | 53 | 5A | 59 | 0 | 43 | EF | 52 | 12 |
| Octal | 10 | 11 | 123 | 132 | 131 | 0 | 103 | 357 | 122 | 22 |
| Binary | 1000 | 1001 | 1010011 | 1011010 | 1011001 | 0 | 1000011 | 11101111 | 1010010 | 10010 |
Color Harmonies of #080953
Complementary color
Monochromatic Colors of #080953
Black with #080953
Text Example
Text Example
White with #080953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080953; }
p { color: rgb(8,9,83); }
H1.HeaderClassName
{
color: #080953;
}
.AnyTagClassName
{
color: #080953;
}
</style>
background-color css
<style>
a { background-color: #080953; }
a { background-color: rgb(8,9,83); }
div.DivClassName
{
background-color: #080953;
}
.BgClassName
{
background-color: #080953;
}
</style>
border-color css
<style>
span { border-color: #080953; }
span { border-color: rgb(8,9,83); }
td.TdClassName
{
border-color: #080953;
}
.TagClassName
{
border-color: #080953;
}
</style>