Shades of Cerulean #0D82BC
Tints of Cerulean #0D82BC
RGB
CMYK
RGB Variations
Color information
#0D82BC (or 0x0D82BC) is known color: Cerulean. HEX triplet: 0D, 82 and BC. RGB value is (13,130,188). Sum of RGB (Red+Green+Blue) = 13+130+188=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D82BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D82BC is #F27D43. Grayscale: #656565. Windows color (decimal): -15891780 or 12354061. OLE color: 12354061.
HSL color Cylindrical-coordinate representation of color #0D82BC: hue angle of 199.89º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D82BC is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 130 | 188 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.26 |
| HSL | 199.89º | 0.87% | 0.39% | - |
| HSV(B) | 199.89º | 0.93% | 0.74% | - |
| XYZ | 17.23 | 19.68 | 50.47 | - |
| YUV | 101.63 | 176.74 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 188 | 0.93 | 0.31 | 0 | 0.26 | 199.89 | 0.87 | 0.39 |
| Hex | D | 82 | BC | 5D | 1F | 0 | 1A | C8 | 57 | 27 |
| Octal | 15 | 202 | 274 | 135 | 37 | 0 | 32 | 310 | 127 | 47 |
| Binary | 1101 | 10000010 | 10111100 | 1011101 | 11111 | 0 | 11010 | 11001000 | 1010111 | 100111 |
Color Harmonies of #0D82BC
Complementary color
Monochromatic Colors of #0D82BC
Black with #0D82BC
Text Example
Text Example
White with #0D82BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D82BC; }
p { color: rgb(13,130,188); }
H1.HeaderClassName
{
color: #0D82BC;
}
.AnyTagClassName
{
color: #0D82BC;
}
</style>
background-color css
<style>
a { background-color: #0D82BC; }
a { background-color: rgb(13,130,188); }
div.DivClassName
{
background-color: #0D82BC;
}
.BgClassName
{
background-color: #0D82BC;
}
</style>
border-color css
<style>
span { border-color: #0D82BC; }
span { border-color: rgb(13,130,188); }
td.TdClassName
{
border-color: #0D82BC;
}
.TagClassName
{
border-color: #0D82BC;
}
</style>