Shades of Dark Cerulean #0D548D
Tints of Dark Cerulean #0D548D
RGB
CMYK
RGB Variations
Color information
#0D548D (or 0x0D548D) is known color: Dark Cerulean. HEX triplet: 0D, 54 and 8D. RGB value is (13,84,141). Sum of RGB (Red+Green+Blue) = 13+84+141=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D548D is #F2AB72. Grayscale: #444444. Windows color (decimal): -15903603 or 9262093. OLE color: 9262093.
HSL color Cylindrical-coordinate representation of color #0D548D: hue angle of 206.72º 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 #0D548D is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 84 | 141 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.45 |
| HSL | 206.72º | 0.83% | 0.3% | - |
| HSV(B) | 206.72º | 0.91% | 0.55% | - |
| XYZ | 8.14 | 8.35 | 26.38 | - |
| YUV | 69.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 141 | 0.91 | 0.40 | 0 | 0.45 | 206.72 | 0.83 | 0.3 |
| Hex | D | 54 | 8D | 5B | 28 | 0 | 2D | CF | 53 | 1E |
| Octal | 15 | 124 | 215 | 133 | 50 | 0 | 55 | 317 | 123 | 36 |
| Binary | 1101 | 1010100 | 10001101 | 1011011 | 101000 | 0 | 101101 | 11001111 | 1010011 | 11110 |
Color Harmonies of #0D548D
Complementary color
Monochromatic Colors of #0D548D
Black with #0D548D
Text Example
Text Example
White with #0D548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D548D; }
p { color: rgb(13,84,141); }
H1.HeaderClassName
{
color: #0D548D;
}
.AnyTagClassName
{
color: #0D548D;
}
</style>
background-color css
<style>
a { background-color: #0D548D; }
a { background-color: rgb(13,84,141); }
div.DivClassName
{
background-color: #0D548D;
}
.BgClassName
{
background-color: #0D548D;
}
</style>
border-color css
<style>
span { border-color: #0D548D; }
span { border-color: rgb(13,84,141); }
td.TdClassName
{
border-color: #0D548D;
}
.TagClassName
{
border-color: #0D548D;
}
</style>