Shades of Midnight Blue #030353
Tints of Midnight Blue #030353
RGB
CMYK
RGB Variations
Color information
#030353 (or 0x030353) is known color: Midnight Blue. HEX triplet: 03, 03 and 53. RGB value is (3,3,83). Sum of RGB (Red+Green+Blue) = 3+3+83=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 83 (32.81% from 255 or 93.26% from 89); Max value from RGB is 83 - color contains mainly: blue. Hex color #030353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030353 is #FCFCAC. Grayscale: #0B0B0B. Windows color (decimal): -16579757 or 5440259. OLE color: 5440259.
HSL color Cylindrical-coordinate representation of color #030353: hue angle of 240º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030353 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 3 | 83 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.67 |
| HSL | 240º | 0.93% | 0.17% | - |
| HSV(B) | 240º | 0.96% | 0.33% | - |
| XYZ | 1.63 | 0.71 | 8.23 | - |
| YUV | 12.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 83 | 0.96 | 0.96 | 0 | 0.67 | 240 | 0.93 | 0.17 |
| Hex | 3 | 3 | 53 | 60 | 60 | 0 | 43 | F0 | 5D | 11 |
| Octal | 3 | 3 | 123 | 140 | 140 | 0 | 103 | 360 | 135 | 21 |
| Binary | 11 | 11 | 1010011 | 1100000 | 1100000 | 0 | 1000011 | 11110000 | 1011101 | 10001 |
Color Harmonies of #030353
Complementary color
Monochromatic Colors of #030353
Black with #030353
Text Example
Text Example
White with #030353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030353; }
p { color: rgb(3,3,83); }
H1.HeaderClassName
{
color: #030353;
}
.AnyTagClassName
{
color: #030353;
}
</style>
background-color css
<style>
a { background-color: #030353; }
a { background-color: rgb(3,3,83); }
div.DivClassName
{
background-color: #030353;
}
.BgClassName
{
background-color: #030353;
}
</style>
border-color css
<style>
span { border-color: #030353; }
span { border-color: rgb(3,3,83); }
td.TdClassName
{
border-color: #030353;
}
.TagClassName
{
border-color: #030353;
}
</style>