Shades of Midnight Blue #010353
Tints of Midnight Blue #010353
RGB
CMYK
RGB Variations
Color information
#010353 (or 0x010353) is known color: Midnight Blue. HEX triplet: 01, 03 and 53. RGB value is (1,3,83). Sum of RGB (Red+Green+Blue) = 1+3+83=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 83 (32.81% from 255 or 95.40% from 87); Max value from RGB is 83 - color contains mainly: blue. Hex color #010353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010353 is #FEFCAC. Grayscale: #0B0B0B. Windows color (decimal): -16710829 or 5440257. OLE color: 5440257.
HSL color Cylindrical-coordinate representation of color #010353: hue angle of 238.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010353 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 3 | 83 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.67 |
| HSL | 238.54º | 0.98% | 0.16% | - |
| HSV(B) | 238.54º | 0.99% | 0.33% | - |
| XYZ | 1.61 | 0.7 | 8.23 | - |
| YUV | 11.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 83 | 0.99 | 0.96 | 0 | 0.67 | 238.54 | 0.98 | 0.16 |
| Hex | 1 | 3 | 53 | 63 | 60 | 0 | 43 | EF | 62 | 10 |
| Octal | 1 | 3 | 123 | 143 | 140 | 0 | 103 | 357 | 142 | 20 |
| Binary | 1 | 11 | 1010011 | 1100011 | 1100000 | 0 | 1000011 | 11101111 | 1100010 | 10000 |
Color Harmonies of #010353
Complementary color
Monochromatic Colors of #010353
Black with #010353
Text Example
Text Example
White with #010353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010353; }
p { color: rgb(1,3,83); }
H1.HeaderClassName
{
color: #010353;
}
.AnyTagClassName
{
color: #010353;
}
</style>
background-color css
<style>
a { background-color: #010353; }
a { background-color: rgb(1,3,83); }
div.DivClassName
{
background-color: #010353;
}
.BgClassName
{
background-color: #010353;
}
</style>
border-color css
<style>
span { border-color: #010353; }
span { border-color: rgb(1,3,83); }
td.TdClassName
{
border-color: #010353;
}
.TagClassName
{
border-color: #010353;
}
</style>