Shades of Cerulean #0276A4
Tints of Cerulean #0276A4
RGB
CMYK
RGB Variations
Color information
#0276A4 (or 0x0276A4) is known color: Cerulean. HEX triplet: 02, 76 and A4. RGB value is (2,118,164). Sum of RGB (Red+Green+Blue) = 2+118+164=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #0276A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0276A4 is #FD895B. Grayscale: #585858. Windows color (decimal): -16615772 or 10778114. OLE color: 10778114.
HSL color Cylindrical-coordinate representation of color #0276A4: hue angle of 197.04º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276A4 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 118 | 164 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.36 |
| HSL | 197.04º | 0.98% | 0.33% | - |
| HSV(B) | 197.04º | 0.99% | 0.64% | - |
| XYZ | 13.2 | 15.65 | 37.45 | - |
| YUV | 88.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 164 | 0.99 | 0.28 | 0 | 0.36 | 197.04 | 0.98 | 0.33 |
| Hex | 2 | 76 | A4 | 63 | 1C | 0 | 24 | C5 | 62 | 21 |
| Octal | 2 | 166 | 244 | 143 | 34 | 0 | 44 | 305 | 142 | 41 |
| Binary | 10 | 1110110 | 10100100 | 1100011 | 11100 | 0 | 100100 | 11000101 | 1100010 | 100001 |
Color Harmonies of #0276A4
Complementary color
Monochromatic Colors of #0276A4
Black with #0276A4
Text Example
Text Example
White with #0276A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0276A4; }
p { color: rgb(2,118,164); }
H1.HeaderClassName
{
color: #0276A4;
}
.AnyTagClassName
{
color: #0276A4;
}
</style>
background-color css
<style>
a { background-color: #0276A4; }
a { background-color: rgb(2,118,164); }
div.DivClassName
{
background-color: #0276A4;
}
.BgClassName
{
background-color: #0276A4;
}
</style>
border-color css
<style>
span { border-color: #0276A4; }
span { border-color: rgb(2,118,164); }
td.TdClassName
{
border-color: #0276A4;
}
.TagClassName
{
border-color: #0276A4;
}
</style>