Shades of Dark Cerulean #0D547E
Tints of Dark Cerulean #0D547E
RGB
CMYK
RGB Variations
Color information
#0D547E (or 0x0D547E) is known color: Dark Cerulean. HEX triplet: 0D, 54 and 7E. RGB value is (13,84,126). Sum of RGB (Red+Green+Blue) = 13+84+126=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D547E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D547E is #F2AB81. Grayscale: #434343. Windows color (decimal): -15903618 or 8279053. OLE color: 8279053.
HSL color Cylindrical-coordinate representation of color #0D547E: hue angle of 202.3º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D547E is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 84 | 126 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.51 |
| HSL | 202.3º | 0.81% | 0.27% | - |
| HSV(B) | 202.3º | 0.9% | 0.49% | - |
| XYZ | 7.1 | 7.93 | 20.9 | - |
| YUV | 67.56 | 160.98 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 126 | 0.90 | 0.33 | 0 | 0.51 | 202.3 | 0.81 | 0.27 |
| Hex | D | 54 | 7E | 5A | 21 | 0 | 33 | CA | 51 | 1B |
| Octal | 15 | 124 | 176 | 132 | 41 | 0 | 63 | 312 | 121 | 33 |
| Binary | 1101 | 1010100 | 1111110 | 1011010 | 100001 | 0 | 110011 | 11001010 | 1010001 | 11011 |
Color Harmonies of #0D547E
Complementary color
Monochromatic Colors of #0D547E
Black with #0D547E
Text Example
Text Example
White with #0D547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D547E; }
p { color: rgb(13,84,126); }
H1.HeaderClassName
{
color: #0D547E;
}
.AnyTagClassName
{
color: #0D547E;
}
</style>
background-color css
<style>
a { background-color: #0D547E; }
a { background-color: rgb(13,84,126); }
div.DivClassName
{
background-color: #0D547E;
}
.BgClassName
{
background-color: #0D547E;
}
</style>
border-color css
<style>
span { border-color: #0D547E; }
span { border-color: rgb(13,84,126); }
td.TdClassName
{
border-color: #0D547E;
}
.TagClassName
{
border-color: #0D547E;
}
</style>