Shades of Dark Cerulean #0D4E8D
Tints of Dark Cerulean #0D4E8D
RGB
CMYK
RGB Variations
Color information
#0D4E8D (or 0x0D4E8D) is known color: Dark Cerulean. HEX triplet: 0D, 4E and 8D. RGB value is (13,78,141). Sum of RGB (Red+Green+Blue) = 13+78+141=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D4E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4E8D is #F2B172. Grayscale: #414141. Windows color (decimal): -15905139 or 9260557. OLE color: 9260557.
HSL color Cylindrical-coordinate representation of color #0D4E8D: hue angle of 209.53º 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 #0D4E8D is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 78 | 141 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.45 |
| HSL | 209.53º | 0.83% | 0.3% | - |
| HSV(B) | 209.53º | 0.91% | 0.55% | - |
| XYZ | 7.7 | 7.46 | 26.23 | - |
| YUV | 65.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 78 | 141 | 0.91 | 0.45 | 0 | 0.45 | 209.53 | 0.83 | 0.3 |
| Hex | D | 4E | 8D | 5B | 2D | 0 | 2D | D2 | 53 | 1E |
| Octal | 15 | 116 | 215 | 133 | 55 | 0 | 55 | 322 | 123 | 36 |
| Binary | 1101 | 1001110 | 10001101 | 1011011 | 101101 | 0 | 101101 | 11010010 | 1010011 | 11110 |
Color Harmonies of #0D4E8D
Complementary color
Monochromatic Colors of #0D4E8D
Black with #0D4E8D
Text Example
Text Example
White with #0D4E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4E8D; }
p { color: rgb(13,78,141); }
H1.HeaderClassName
{
color: #0D4E8D;
}
.AnyTagClassName
{
color: #0D4E8D;
}
</style>
background-color css
<style>
a { background-color: #0D4E8D; }
a { background-color: rgb(13,78,141); }
div.DivClassName
{
background-color: #0D4E8D;
}
.BgClassName
{
background-color: #0D4E8D;
}
</style>
border-color css
<style>
span { border-color: #0D4E8D; }
span { border-color: rgb(13,78,141); }
td.TdClassName
{
border-color: #0D4E8D;
}
.TagClassName
{
border-color: #0D4E8D;
}
</style>