Shades of Cerulean #0276AC
Tints of Cerulean #0276AC
RGB
CMYK
RGB Variations
Color information
#0276AC (or 0x0276AC) is known color: Cerulean. HEX triplet: 02, 76 and AC. RGB value is (2,118,172). Sum of RGB (Red+Green+Blue) = 2+118+172=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #0276AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0276AC is #FD8953. Grayscale: #595959. Windows color (decimal): -16615764 or 11302402. OLE color: 11302402.
HSL color Cylindrical-coordinate representation of color #0276AC: hue angle of 199.06º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276AC is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 118 | 172 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.33 |
| HSL | 199.06º | 0.98% | 0.34% | - |
| HSV(B) | 199.06º | 0.99% | 0.67% | - |
| XYZ | 13.95 | 15.95 | 41.37 | - |
| YUV | 89.47 | 174.57 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 172 | 0.99 | 0.31 | 0 | 0.33 | 199.06 | 0.98 | 0.34 |
| Hex | 2 | 76 | AC | 63 | 1F | 0 | 21 | C7 | 62 | 22 |
| Octal | 2 | 166 | 254 | 143 | 37 | 0 | 41 | 307 | 142 | 42 |
| Binary | 10 | 1110110 | 10101100 | 1100011 | 11111 | 0 | 100001 | 11000111 | 1100010 | 100010 |
Color Harmonies of #0276AC
Complementary color
Monochromatic Colors of #0276AC
Black with #0276AC
Text Example
Text Example
White with #0276AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276AC; }
p { color: rgb(2,118,172); }
H1.HeaderClassName
{
color: #0276AC;
}
.AnyTagClassName
{
color: #0276AC;
}
</style>
background-color css
<style>
a { background-color: #0276AC; }
a { background-color: rgb(2,118,172); }
div.DivClassName
{
background-color: #0276AC;
}
.BgClassName
{
background-color: #0276AC;
}
</style>
border-color css
<style>
span { border-color: #0276AC; }
span { border-color: rgb(2,118,172); }
td.TdClassName
{
border-color: #0276AC;
}
.TagClassName
{
border-color: #0276AC;
}
</style>