Shades of Cerulean #0682AB
Tints of Cerulean #0682AB
RGB
CMYK
RGB Variations
Color information
#0682AB (or 0x0682AB) is known color: Cerulean. HEX triplet: 06, 82 and AB. RGB value is (6,130,171). Sum of RGB (Red+Green+Blue) = 6+130+171=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #0682AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0682AB is #F97D54. Grayscale: #616161. Windows color (decimal): -16350549 or 11239942. OLE color: 11239942.
HSL color Cylindrical-coordinate representation of color #0682AB: hue angle of 194.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0682AB is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 130 | 171 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.33 |
| HSL | 194.91º | 0.93% | 0.35% | - |
| HSV(B) | 194.91º | 0.96% | 0.67% | - |
| XYZ | 15.41 | 18.94 | 41.37 | - |
| YUV | 97.6 | 169.42 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 171 | 0.96 | 0.24 | 0 | 0.33 | 194.91 | 0.93 | 0.35 |
| Hex | 6 | 82 | AB | 60 | 18 | 0 | 21 | C3 | 5D | 23 |
| Octal | 6 | 202 | 253 | 140 | 30 | 0 | 41 | 303 | 135 | 43 |
| Binary | 110 | 10000010 | 10101011 | 1100000 | 11000 | 0 | 100001 | 11000011 | 1011101 | 100011 |
Color Harmonies of #0682AB
Complementary color
Monochromatic Colors of #0682AB
Black with #0682AB
Text Example
Text Example
White with #0682AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0682AB; }
p { color: rgb(6,130,171); }
H1.HeaderClassName
{
color: #0682AB;
}
.AnyTagClassName
{
color: #0682AB;
}
</style>
background-color css
<style>
a { background-color: #0682AB; }
a { background-color: rgb(6,130,171); }
div.DivClassName
{
background-color: #0682AB;
}
.BgClassName
{
background-color: #0682AB;
}
</style>
border-color css
<style>
span { border-color: #0682AB; }
span { border-color: rgb(6,130,171); }
td.TdClassName
{
border-color: #0682AB;
}
.TagClassName
{
border-color: #0682AB;
}
</style>