Shades of Dark Cerulean #0D548F
Tints of Dark Cerulean #0D548F
RGB
CMYK
RGB Variations
Color information
#0D548F (or 0x0D548F) is known color: Dark Cerulean. HEX triplet: 0D, 54 and 8F. RGB value is (13,84,143). Sum of RGB (Red+Green+Blue) = 13+84+143=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D548F is #F2AB70. Grayscale: #454545. Windows color (decimal): -15903601 or 9393165. OLE color: 9393165.
HSL color Cylindrical-coordinate representation of color #0D548F: hue angle of 207.23º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D548F is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 84 | 143 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.44 |
| HSL | 207.23º | 0.83% | 0.31% | - |
| HSV(B) | 207.23º | 0.91% | 0.56% | - |
| XYZ | 8.29 | 8.41 | 27.17 | - |
| YUV | 69.5 | 169.48 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 143 | 0.91 | 0.41 | 0 | 0.44 | 207.23 | 0.83 | 0.31 |
| Hex | D | 54 | 8F | 5B | 29 | 0 | 2C | CF | 53 | 1F |
| Octal | 15 | 124 | 217 | 133 | 51 | 0 | 54 | 317 | 123 | 37 |
| Binary | 1101 | 1010100 | 10001111 | 1011011 | 101001 | 0 | 101100 | 11001111 | 1010011 | 11111 |
Color Harmonies of #0D548F
Complementary color
Monochromatic Colors of #0D548F
Black with #0D548F
Text Example
Text Example
White with #0D548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D548F; }
p { color: rgb(13,84,143); }
H1.HeaderClassName
{
color: #0D548F;
}
.AnyTagClassName
{
color: #0D548F;
}
</style>
background-color css
<style>
a { background-color: #0D548F; }
a { background-color: rgb(13,84,143); }
div.DivClassName
{
background-color: #0D548F;
}
.BgClassName
{
background-color: #0D548F;
}
</style>
border-color css
<style>
span { border-color: #0D548F; }
span { border-color: rgb(13,84,143); }
td.TdClassName
{
border-color: #0D548F;
}
.TagClassName
{
border-color: #0D548F;
}
</style>