Shades of Cerulean #0D82B5
Tints of Cerulean #0D82B5
RGB
CMYK
RGB Variations
Color information
#0D82B5 (or 0x0D82B5) is known color: Cerulean. HEX triplet: 0D, 82 and B5. RGB value is (13,130,181). Sum of RGB (Red+Green+Blue) = 13+130+181=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #0D82B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D82B5 is #F27D4A. Grayscale: #646464. Windows color (decimal): -15891787 or 11895309. OLE color: 11895309.
HSL color Cylindrical-coordinate representation of color #0D82B5: hue angle of 198.21º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D82B5 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 130 | 181 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.29 |
| HSL | 198.21º | 0.87% | 0.38% | - |
| HSV(B) | 198.21º | 0.93% | 0.71% | - |
| XYZ | 16.49 | 19.39 | 46.59 | - |
| YUV | 100.83 | 173.24 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 181 | 0.93 | 0.28 | 0 | 0.29 | 198.21 | 0.87 | 0.38 |
| Hex | D | 82 | B5 | 5D | 1C | 0 | 1D | C6 | 57 | 26 |
| Octal | 15 | 202 | 265 | 135 | 34 | 0 | 35 | 306 | 127 | 46 |
| Binary | 1101 | 10000010 | 10110101 | 1011101 | 11100 | 0 | 11101 | 11000110 | 1010111 | 100110 |
Color Harmonies of #0D82B5
Complementary color
Monochromatic Colors of #0D82B5
Black with #0D82B5
Text Example
Text Example
White with #0D82B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D82B5; }
p { color: rgb(13,130,181); }
H1.HeaderClassName
{
color: #0D82B5;
}
.AnyTagClassName
{
color: #0D82B5;
}
</style>
background-color css
<style>
a { background-color: #0D82B5; }
a { background-color: rgb(13,130,181); }
div.DivClassName
{
background-color: #0D82B5;
}
.BgClassName
{
background-color: #0D82B5;
}
</style>
border-color css
<style>
span { border-color: #0D82B5; }
span { border-color: rgb(13,130,181); }
td.TdClassName
{
border-color: #0D82B5;
}
.TagClassName
{
border-color: #0D82B5;
}
</style>