Shades of Dark Cerulean #0D408D
Tints of Dark Cerulean #0D408D
RGB
CMYK
RGB Variations
Color information
#0D408D (or 0x0D408D) is known color: Dark Cerulean. HEX triplet: 0D, 40 and 8D. RGB value is (13,64,141). Sum of RGB (Red+Green+Blue) = 13+64+141=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D408D is #F2BF72. Grayscale: #393939. Windows color (decimal): -15908723 or 9256973. OLE color: 9256973.
HSL color Cylindrical-coordinate representation of color #0D408D: hue angle of 216.09º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D408D is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 64 | 141 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.45 |
| HSL | 216.09º | 0.83% | 0.3% | - |
| HSV(B) | 216.09º | 0.91% | 0.55% | - |
| XYZ | 6.81 | 5.68 | 25.94 | - |
| YUV | 57.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 141 | 0.91 | 0.55 | 0 | 0.45 | 216.09 | 0.83 | 0.3 |
| Hex | D | 40 | 8D | 5B | 37 | 0 | 2D | D8 | 53 | 1E |
| Octal | 15 | 100 | 215 | 133 | 67 | 0 | 55 | 330 | 123 | 36 |
| Binary | 1101 | 1000000 | 10001101 | 1011011 | 110111 | 0 | 101101 | 11011000 | 1010011 | 11110 |
Color Harmonies of #0D408D
Complementary color
Monochromatic Colors of #0D408D
Black with #0D408D
Text Example
Text Example
White with #0D408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D408D; }
p { color: rgb(13,64,141); }
H1.HeaderClassName
{
color: #0D408D;
}
.AnyTagClassName
{
color: #0D408D;
}
</style>
background-color css
<style>
a { background-color: #0D408D; }
a { background-color: rgb(13,64,141); }
div.DivClassName
{
background-color: #0D408D;
}
.BgClassName
{
background-color: #0D408D;
}
</style>
border-color css
<style>
span { border-color: #0D408D; }
span { border-color: rgb(13,64,141); }
td.TdClassName
{
border-color: #0D408D;
}
.TagClassName
{
border-color: #0D408D;
}
</style>