Shades of Midnight Blue #030053
Tints of Midnight Blue #030053
RGB
CMYK
RGB Variations
Color information
#030053 (or 0x030053) is known color: Midnight Blue. HEX triplet: 03, 00 and 53. RGB value is (3,0,83). Sum of RGB (Red+Green+Blue) = 3+0+83=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 83 (32.81% from 255 or 96.51% from 86); Max value from RGB is 83 - color contains mainly: blue. Hex color #030053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030053 is #FCFFAC. Grayscale: #0A0A0A. Windows color (decimal): -16580525 or 5439491. OLE color: 5439491.
HSL color Cylindrical-coordinate representation of color #030053: hue angle of 242.17º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030053 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 0 | 83 | - |
| CMYK | 0.96 | 1 | 0 | 0.67 |
| HSL | 242.17º | 1% | 0.16% | - |
| HSV(B) | 242.17º | 1% | 0.33% | - |
| XYZ | 1.6 | 0.64 | 8.22 | - |
| YUV | 10.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 83 | 0.96 | 1 | 0 | 0.67 | 242.17 | 1 | 0.16 |
| Hex | 3 | 0 | 53 | 60 | 64 | 0 | 43 | F2 | 64 | 10 |
| Octal | 3 | 0 | 123 | 140 | 144 | 0 | 103 | 362 | 144 | 20 |
| Binary | 11 | 0 | 1010011 | 1100000 | 1100100 | 0 | 1000011 | 11110010 | 1100100 | 10000 |
Color Harmonies of #030053
Complementary color
Monochromatic Colors of #030053
Black with #030053
Text Example
Text Example
White with #030053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030053; }
p { color: rgb(3,0,83); }
H1.HeaderClassName
{
color: #030053;
}
.AnyTagClassName
{
color: #030053;
}
</style>
background-color css
<style>
a { background-color: #030053; }
a { background-color: rgb(3,0,83); }
div.DivClassName
{
background-color: #030053;
}
.BgClassName
{
background-color: #030053;
}
</style>
border-color css
<style>
span { border-color: #030053; }
span { border-color: rgb(3,0,83); }
td.TdClassName
{
border-color: #030053;
}
.TagClassName
{
border-color: #030053;
}
</style>