Shades of Midnight Blue #0D005A
Tints of Midnight Blue #0D005A
RGB
CMYK
RGB Variations
Color information
#0D005A (or 0x0D005A) is known color: Midnight Blue. HEX triplet: 0D, 00 and 5A. RGB value is (13,0,90). Sum of RGB (Red+Green+Blue) = 13+0+90=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 90 (35.55% from 255 or 87.38% from 103); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D005A is #F2FFA5. Grayscale: #0D0D0D. Windows color (decimal): -15925158 or 5898253. OLE color: 5898253.
HSL color Cylindrical-coordinate representation of color #0D005A: hue angle of 248.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D005A is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 0 | 90 | - |
| CMYK | 0.86 | 1 | 0 | 0.65 |
| HSL | 248.67º | 1% | 0.18% | - |
| HSV(B) | 248.67º | 1% | 0.35% | - |
| XYZ | 2.01 | 0.82 | 9.73 | - |
| YUV | 14.15 | 170.81 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 90 | 0.86 | 1 | 0 | 0.65 | 248.67 | 1 | 0.18 |
| Hex | D | 0 | 5A | 56 | 64 | 0 | 41 | F9 | 64 | 12 |
| Octal | 15 | 0 | 132 | 126 | 144 | 0 | 101 | 371 | 144 | 22 |
| Binary | 1101 | 0 | 1011010 | 1010110 | 1100100 | 0 | 1000001 | 11111001 | 1100100 | 10010 |
Color Harmonies of #0D005A
Complementary color
Monochromatic Colors of #0D005A
Black with #0D005A
Text Example
Text Example
White with #0D005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D005A; }
p { color: rgb(13,0,90); }
H1.HeaderClassName
{
color: #0D005A;
}
.AnyTagClassName
{
color: #0D005A;
}
</style>
background-color css
<style>
a { background-color: #0D005A; }
a { background-color: rgb(13,0,90); }
div.DivClassName
{
background-color: #0D005A;
}
.BgClassName
{
background-color: #0D005A;
}
</style>
border-color css
<style>
span { border-color: #0D005A; }
span { border-color: rgb(13,0,90); }
td.TdClassName
{
border-color: #0D005A;
}
.TagClassName
{
border-color: #0D005A;
}
</style>