Shades of Dark Cerulean #0D5194
Tints of Dark Cerulean #0D5194
RGB
CMYK
RGB Variations
Color information
#0D5194 (or 0x0D5194) is known color: Dark Cerulean. HEX triplet: 0D, 51 and 94. RGB value is (13,81,148). Sum of RGB (Red+Green+Blue) = 13+81+148=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D5194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5194 is #F2AE6B. Grayscale: #434343. Windows color (decimal): -15904364 or 9720077. OLE color: 9720077.
HSL color Cylindrical-coordinate representation of color #0D5194: hue angle of 209.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5194 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 81 | 148 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.42 |
| HSL | 209.78º | 0.84% | 0.32% | - |
| HSV(B) | 209.78º | 0.91% | 0.58% | - |
| XYZ | 8.45 | 8.11 | 29.14 | - |
| YUV | 68.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 148 | 0.91 | 0.45 | 0 | 0.42 | 209.78 | 0.84 | 0.32 |
| Hex | D | 51 | 94 | 5B | 2D | 0 | 2A | D2 | 54 | 20 |
| Octal | 15 | 121 | 224 | 133 | 55 | 0 | 52 | 322 | 124 | 40 |
| Binary | 1101 | 1010001 | 10010100 | 1011011 | 101101 | 0 | 101010 | 11010010 | 1010100 | 100000 |
Color Harmonies of #0D5194
Complementary color
Monochromatic Colors of #0D5194
Black with #0D5194
Text Example
Text Example
White with #0D5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5194; }
p { color: rgb(13,81,148); }
H1.HeaderClassName
{
color: #0D5194;
}
.AnyTagClassName
{
color: #0D5194;
}
</style>
background-color css
<style>
a { background-color: #0D5194; }
a { background-color: rgb(13,81,148); }
div.DivClassName
{
background-color: #0D5194;
}
.BgClassName
{
background-color: #0D5194;
}
</style>
border-color css
<style>
span { border-color: #0D5194; }
span { border-color: rgb(13,81,148); }
td.TdClassName
{
border-color: #0D5194;
}
.TagClassName
{
border-color: #0D5194;
}
</style>