Shades of Cerulean #0277BA
Tints of Cerulean #0277BA
RGB
CMYK
RGB Variations
Color information
#0277BA (or 0x0277BA) is known color: Cerulean. HEX triplet: 02, 77 and BA. RGB value is (2,119,186). Sum of RGB (Red+Green+Blue) = 2+119+186=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #0277BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277BA is #FD8845. Grayscale: #5B5B5B. Windows color (decimal): -16615494 or 12220162. OLE color: 12220162.
HSL color Cylindrical-coordinate representation of color #0277BA: hue angle of 201.85º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277BA is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 119 | 186 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.27 |
| HSL | 201.85º | 0.98% | 0.37% | - |
| HSV(B) | 201.85º | 0.99% | 0.73% | - |
| XYZ | 15.48 | 16.75 | 48.87 | - |
| YUV | 91.66 | 181.24 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 186 | 0.99 | 0.36 | 0 | 0.27 | 201.85 | 0.98 | 0.37 |
| Hex | 2 | 77 | BA | 63 | 24 | 0 | 1B | CA | 62 | 25 |
| Octal | 2 | 167 | 272 | 143 | 44 | 0 | 33 | 312 | 142 | 45 |
| Binary | 10 | 1110111 | 10111010 | 1100011 | 100100 | 0 | 11011 | 11001010 | 1100010 | 100101 |
Color Harmonies of #0277BA
Complementary color
Monochromatic Colors of #0277BA
Black with #0277BA
Text Example
Text Example
White with #0277BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0277BA; }
p { color: rgb(2,119,186); }
H1.HeaderClassName
{
color: #0277BA;
}
.AnyTagClassName
{
color: #0277BA;
}
</style>
background-color css
<style>
a { background-color: #0277BA; }
a { background-color: rgb(2,119,186); }
div.DivClassName
{
background-color: #0277BA;
}
.BgClassName
{
background-color: #0277BA;
}
</style>
border-color css
<style>
span { border-color: #0277BA; }
span { border-color: rgb(2,119,186); }
td.TdClassName
{
border-color: #0277BA;
}
.TagClassName
{
border-color: #0277BA;
}
</style>