Shades of Cerulean #0676BA
Tints of Cerulean #0676BA
RGB
CMYK
RGB Variations
Color information
#0676BA (or 0x0676BA) is known color: Cerulean. HEX triplet: 06, 76 and BA. RGB value is (6,118,186). Sum of RGB (Red+Green+Blue) = 6+118+186=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #0676BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0676BA is #F98945. Grayscale: #5B5B5B. Windows color (decimal): -16353606 or 12219910. OLE color: 12219910.
HSL color Cylindrical-coordinate representation of color #0676BA: hue angle of 202.67º 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 #0676BA is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 118 | 186 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.27 |
| HSL | 202.67º | 0.94% | 0.38% | - |
| HSV(B) | 202.67º | 0.97% | 0.73% | - |
| XYZ | 15.42 | 16.54 | 48.83 | - |
| YUV | 92.26 | 180.89 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 118 | 186 | 0.97 | 0.37 | 0 | 0.27 | 202.67 | 0.94 | 0.38 |
| Hex | 6 | 76 | BA | 61 | 25 | 0 | 1B | CB | 5E | 26 |
| Octal | 6 | 166 | 272 | 141 | 45 | 0 | 33 | 313 | 136 | 46 |
| Binary | 110 | 1110110 | 10111010 | 1100001 | 100101 | 0 | 11011 | 11001011 | 1011110 | 100110 |
Color Harmonies of #0676BA
Complementary color
Monochromatic Colors of #0676BA
Black with #0676BA
Text Example
Text Example
White with #0676BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0676BA; }
p { color: rgb(6,118,186); }
H1.HeaderClassName
{
color: #0676BA;
}
.AnyTagClassName
{
color: #0676BA;
}
</style>
background-color css
<style>
a { background-color: #0676BA; }
a { background-color: rgb(6,118,186); }
div.DivClassName
{
background-color: #0676BA;
}
.BgClassName
{
background-color: #0676BA;
}
</style>
border-color css
<style>
span { border-color: #0676BA; }
span { border-color: rgb(6,118,186); }
td.TdClassName
{
border-color: #0676BA;
}
.TagClassName
{
border-color: #0676BA;
}
</style>