Shades of Cerulean #0682BB
Tints of Cerulean #0682BB
RGB
CMYK
RGB Variations
Color information
#0682BB (or 0x0682BB) is known color: Cerulean. HEX triplet: 06, 82 and BB. RGB value is (6,130,187). Sum of RGB (Red+Green+Blue) = 6+130+187=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #0682BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682BB is #F97D44. Grayscale: #636363. Windows color (decimal): -16350533 or 12288518. OLE color: 12288518.
HSL color Cylindrical-coordinate representation of color #0682BB: hue angle of 198.9º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0682BB is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 130 | 187 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.27 |
| HSL | 198.9º | 0.94% | 0.38% | - |
| HSV(B) | 198.9º | 0.97% | 0.73% | - |
| XYZ | 17.03 | 19.59 | 49.9 | - |
| YUV | 99.42 | 177.42 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 187 | 0.97 | 0.30 | 0 | 0.27 | 198.9 | 0.94 | 0.38 |
| Hex | 6 | 82 | BB | 61 | 1E | 0 | 1B | C7 | 5E | 26 |
| Octal | 6 | 202 | 273 | 141 | 36 | 0 | 33 | 307 | 136 | 46 |
| Binary | 110 | 10000010 | 10111011 | 1100001 | 11110 | 0 | 11011 | 11000111 | 1011110 | 100110 |
Color Harmonies of #0682BB
Complementary color
Monochromatic Colors of #0682BB
Black with #0682BB
Text Example
Text Example
White with #0682BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0682BB; }
p { color: rgb(6,130,187); }
H1.HeaderClassName
{
color: #0682BB;
}
.AnyTagClassName
{
color: #0682BB;
}
</style>
background-color css
<style>
a { background-color: #0682BB; }
a { background-color: rgb(6,130,187); }
div.DivClassName
{
background-color: #0682BB;
}
.BgClassName
{
background-color: #0682BB;
}
</style>
border-color css
<style>
span { border-color: #0682BB; }
span { border-color: rgb(6,130,187); }
td.TdClassName
{
border-color: #0682BB;
}
.TagClassName
{
border-color: #0682BB;
}
</style>