Shades of Midnight Blue #040353
Tints of Midnight Blue #040353
RGB
CMYK
RGB Variations
Color information
#040353 (or 0x040353) is known color: Midnight Blue. HEX triplet: 04, 03 and 53. RGB value is (4,3,83). Sum of RGB (Red+Green+Blue) = 4+3+83=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 83 (32.81% from 255 or 92.22% from 90); Max value from RGB is 83 - color contains mainly: blue. Hex color #040353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040353 is #FBFCAC. Grayscale: #0C0C0C. Windows color (decimal): -16514221 or 5440260. OLE color: 5440260.
HSL color Cylindrical-coordinate representation of color #040353: hue angle of 240.75º 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 #040353 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 3 | 83 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.67 |
| HSL | 240.75º | 0.93% | 0.17% | - |
| HSV(B) | 240.75º | 0.96% | 0.33% | - |
| XYZ | 1.64 | 0.72 | 8.24 | - |
| YUV | 12.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 83 | 0.95 | 0.96 | 0 | 0.67 | 240.75 | 0.93 | 0.17 |
| Hex | 4 | 3 | 53 | 5F | 60 | 0 | 43 | F1 | 5D | 11 |
| Octal | 4 | 3 | 123 | 137 | 140 | 0 | 103 | 361 | 135 | 21 |
| Binary | 100 | 11 | 1010011 | 1011111 | 1100000 | 0 | 1000011 | 11110001 | 1011101 | 10001 |
Color Harmonies of #040353
Complementary color
Monochromatic Colors of #040353
Black with #040353
Text Example
Text Example
White with #040353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040353; }
p { color: rgb(4,3,83); }
H1.HeaderClassName
{
color: #040353;
}
.AnyTagClassName
{
color: #040353;
}
</style>
background-color css
<style>
a { background-color: #040353; }
a { background-color: rgb(4,3,83); }
div.DivClassName
{
background-color: #040353;
}
.BgClassName
{
background-color: #040353;
}
</style>
border-color css
<style>
span { border-color: #040353; }
span { border-color: rgb(4,3,83); }
td.TdClassName
{
border-color: #040353;
}
.TagClassName
{
border-color: #040353;
}
</style>