Shades of Midnight Blue #0D005C
Tints of Midnight Blue #0D005C
RGB
CMYK
RGB Variations
Color information
#0D005C (or 0x0D005C) is known color: Midnight Blue. HEX triplet: 0D, 00 and 5C. RGB value is (13,0,92). Sum of RGB (Red+Green+Blue) = 13+0+92=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 92 (36.33% from 255 or 87.62% from 105); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D005C is #F2FFA3. Grayscale: #0E0E0E. Windows color (decimal): -15925156 or 6029325. OLE color: 6029325.
HSL color Cylindrical-coordinate representation of color #0D005C: hue angle of 248.48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D005C is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 0 | 92 | - |
| CMYK | 0.86 | 1 | 0 | 0.64 |
| HSL | 248.48º | 1% | 0.18% | - |
| HSV(B) | 248.48º | 1% | 0.36% | - |
| XYZ | 2.1 | 0.86 | 10.18 | - |
| YUV | 14.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 92 | 0.86 | 1 | 0 | 0.64 | 248.48 | 1 | 0.18 |
| Hex | D | 0 | 5C | 56 | 64 | 0 | 40 | F8 | 64 | 12 |
| Octal | 15 | 0 | 134 | 126 | 144 | 0 | 100 | 370 | 144 | 22 |
| Binary | 1101 | 0 | 1011100 | 1010110 | 1100100 | 0 | 1000000 | 11111000 | 1100100 | 10010 |
Color Harmonies of #0D005C
Complementary color
Monochromatic Colors of #0D005C
Black with #0D005C
Text Example
Text Example
White with #0D005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D005C; }
p { color: rgb(13,0,92); }
H1.HeaderClassName
{
color: #0D005C;
}
.AnyTagClassName
{
color: #0D005C;
}
</style>
background-color css
<style>
a { background-color: #0D005C; }
a { background-color: rgb(13,0,92); }
div.DivClassName
{
background-color: #0D005C;
}
.BgClassName
{
background-color: #0D005C;
}
</style>
border-color css
<style>
span { border-color: #0D005C; }
span { border-color: rgb(13,0,92); }
td.TdClassName
{
border-color: #0D005C;
}
.TagClassName
{
border-color: #0D005C;
}
</style>