Shades of Cerulean #0D83AD
Tints of Cerulean #0D83AD
RGB
CMYK
RGB Variations
Color information
#0D83AD (or 0x0D83AD) is known color: Cerulean. HEX triplet: 0D, 83 and AD. RGB value is (13,131,173). Sum of RGB (Red+Green+Blue) = 13+131+173=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D83AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D83AD is #F27C52. Grayscale: #646464. Windows color (decimal): -15891539 or 11371277. OLE color: 11371277.
HSL color Cylindrical-coordinate representation of color #0D83AD: hue angle of 195.75º 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 #0D83AD is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 131 | 173 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.32 |
| HSL | 195.75º | 0.86% | 0.36% | - |
| HSV(B) | 195.75º | 0.92% | 0.68% | - |
| XYZ | 15.83 | 19.34 | 42.43 | - |
| YUV | 100.51 | 168.91 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 173 | 0.92 | 0.24 | 0 | 0.32 | 195.75 | 0.86 | 0.36 |
| Hex | D | 83 | AD | 5C | 18 | 0 | 20 | C4 | 56 | 24 |
| Octal | 15 | 203 | 255 | 134 | 30 | 0 | 40 | 304 | 126 | 44 |
| Binary | 1101 | 10000011 | 10101101 | 1011100 | 11000 | 0 | 100000 | 11000100 | 1010110 | 100100 |
Color Harmonies of #0D83AD
Complementary color
Monochromatic Colors of #0D83AD
Black with #0D83AD
Text Example
Text Example
White with #0D83AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D83AD; }
p { color: rgb(13,131,173); }
H1.HeaderClassName
{
color: #0D83AD;
}
.AnyTagClassName
{
color: #0D83AD;
}
</style>
background-color css
<style>
a { background-color: #0D83AD; }
a { background-color: rgb(13,131,173); }
div.DivClassName
{
background-color: #0D83AD;
}
.BgClassName
{
background-color: #0D83AD;
}
</style>
border-color css
<style>
span { border-color: #0D83AD; }
span { border-color: rgb(13,131,173); }
td.TdClassName
{
border-color: #0D83AD;
}
.TagClassName
{
border-color: #0D83AD;
}
</style>