Shades of Cerulean #0D84AD
Tints of Cerulean #0D84AD
RGB
CMYK
RGB Variations
Color information
#0D84AD (or 0x0D84AD) is known color: Cerulean. HEX triplet: 0D, 84 and AD. RGB value is (13,132,173). Sum of RGB (Red+Green+Blue) = 13+132+173=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D84AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D84AD is #F27B52. Grayscale: #646464. Windows color (decimal): -15891283 or 11371533. OLE color: 11371533.
HSL color Cylindrical-coordinate representation of color #0D84AD: hue angle of 195.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D84AD is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 132 | 173 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.32 |
| HSL | 195.38º | 0.86% | 0.36% | - |
| HSV(B) | 195.38º | 0.92% | 0.68% | - |
| XYZ | 15.96 | 19.61 | 42.48 | - |
| YUV | 101.09 | 168.58 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 173 | 0.92 | 0.24 | 0 | 0.32 | 195.38 | 0.86 | 0.36 |
| Hex | D | 84 | AD | 5C | 18 | 0 | 20 | C3 | 56 | 24 |
| Octal | 15 | 204 | 255 | 134 | 30 | 0 | 40 | 303 | 126 | 44 |
| Binary | 1101 | 10000100 | 10101101 | 1011100 | 11000 | 0 | 100000 | 11000011 | 1010110 | 100100 |
Color Harmonies of #0D84AD
Complementary color
Monochromatic Colors of #0D84AD
Black with #0D84AD
Text Example
Text Example
White with #0D84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D84AD; }
p { color: rgb(13,132,173); }
H1.HeaderClassName
{
color: #0D84AD;
}
.AnyTagClassName
{
color: #0D84AD;
}
</style>
background-color css
<style>
a { background-color: #0D84AD; }
a { background-color: rgb(13,132,173); }
div.DivClassName
{
background-color: #0D84AD;
}
.BgClassName
{
background-color: #0D84AD;
}
</style>
border-color css
<style>
span { border-color: #0D84AD; }
span { border-color: rgb(13,132,173); }
td.TdClassName
{
border-color: #0D84AD;
}
.TagClassName
{
border-color: #0D84AD;
}
</style>