Shades of Cerulean #0D85AC
Tints of Cerulean #0D85AC
RGB
CMYK
RGB Variations
Color information
#0D85AC (or 0x0D85AC) is known color: Cerulean. HEX triplet: 0D, 85 and AC. RGB value is (13,133,172). Sum of RGB (Red+Green+Blue) = 13+133+172=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D85AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D85AC is #F27A53. Grayscale: #656565. Windows color (decimal): -15891028 or 11306253. OLE color: 11306253.
HSL color Cylindrical-coordinate representation of color #0D85AC: hue angle of 194.72º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D85AC is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 133 | 172 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.33 |
| HSL | 194.72º | 0.86% | 0.36% | - |
| HSV(B) | 194.72º | 0.92% | 0.67% | - |
| XYZ | 16 | 19.84 | 42.02 | - |
| YUV | 101.57 | 167.74 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 133 | 172 | 0.92 | 0.23 | 0 | 0.33 | 194.72 | 0.86 | 0.36 |
| Hex | D | 85 | AC | 5C | 17 | 0 | 21 | C3 | 56 | 24 |
| Octal | 15 | 205 | 254 | 134 | 27 | 0 | 41 | 303 | 126 | 44 |
| Binary | 1101 | 10000101 | 10101100 | 1011100 | 10111 | 0 | 100001 | 11000011 | 1010110 | 100100 |
Color Harmonies of #0D85AC
Complementary color
Monochromatic Colors of #0D85AC
Black with #0D85AC
Text Example
Text Example
White with #0D85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D85AC; }
p { color: rgb(13,133,172); }
H1.HeaderClassName
{
color: #0D85AC;
}
.AnyTagClassName
{
color: #0D85AC;
}
</style>
background-color css
<style>
a { background-color: #0D85AC; }
a { background-color: rgb(13,133,172); }
div.DivClassName
{
background-color: #0D85AC;
}
.BgClassName
{
background-color: #0D85AC;
}
</style>
border-color css
<style>
span { border-color: #0D85AC; }
span { border-color: rgb(13,133,172); }
td.TdClassName
{
border-color: #0D85AC;
}
.TagClassName
{
border-color: #0D85AC;
}
</style>