Shades of Midnight Blue #080453
Tints of Midnight Blue #080453
RGB
CMYK
RGB Variations
Color information
#080453 (or 0x080453) is known color: Midnight Blue. HEX triplet: 08, 04 and 53. RGB value is (8,4,83). Sum of RGB (Red+Green+Blue) = 8+4+83=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 83 (32.81% from 255 or 87.37% from 95); Max value from RGB is 83 - color contains mainly: blue. Hex color #080453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080453 is #F7FBAC. Grayscale: #0D0D0D. Windows color (decimal): -16251821 or 5440520. OLE color: 5440520.
HSL color Cylindrical-coordinate representation of color #080453: hue angle of 243.04º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080453 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 4 | 83 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.67 |
| HSL | 243.04º | 0.91% | 0.17% | - |
| HSV(B) | 243.04º | 0.95% | 0.33% | - |
| XYZ | 1.7 | 0.76 | 8.24 | - |
| YUV | 14.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 83 | 0.90 | 0.95 | 0 | 0.67 | 243.04 | 0.91 | 0.17 |
| Hex | 8 | 4 | 53 | 5A | 5F | 0 | 43 | F3 | 5B | 11 |
| Octal | 10 | 4 | 123 | 132 | 137 | 0 | 103 | 363 | 133 | 21 |
| Binary | 1000 | 100 | 1010011 | 1011010 | 1011111 | 0 | 1000011 | 11110011 | 1011011 | 10001 |
Color Harmonies of #080453
Complementary color
Monochromatic Colors of #080453
Black with #080453
Text Example
Text Example
White with #080453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080453; }
p { color: rgb(8,4,83); }
H1.HeaderClassName
{
color: #080453;
}
.AnyTagClassName
{
color: #080453;
}
</style>
background-color css
<style>
a { background-color: #080453; }
a { background-color: rgb(8,4,83); }
div.DivClassName
{
background-color: #080453;
}
.BgClassName
{
background-color: #080453;
}
</style>
border-color css
<style>
span { border-color: #080453; }
span { border-color: rgb(8,4,83); }
td.TdClassName
{
border-color: #080453;
}
.TagClassName
{
border-color: #080453;
}
</style>