Shades of Cerulean #0072BA
Tints of Cerulean #0072BA
RGB
CMYK
RGB Variations
Color information
#0072BA (or 0x0072BA) is known color: Cerulean. HEX triplet: 00, 72 and BA. RGB value is (0,114,186). Sum of RGB (Red+Green+Blue) = 0+114+186=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #0072BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072BA is #FF8D45. Grayscale: #575757. Windows color (decimal): -16747846 or 12218880. OLE color: 12218880.
HSL color Cylindrical-coordinate representation of color #0072BA: hue angle of 203.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072BA is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 114 | 186 | - |
| CMYK | 1 | 0.39 | 0 | 0.27 |
| HSL | 203.23º | 1% | 0.36% | - |
| HSV(B) | 203.23º | 1% | 0.73% | - |
| XYZ | 14.88 | 15.58 | 48.68 | - |
| YUV | 88.12 | 183.23 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 186 | 1 | 0.39 | 0 | 0.27 | 203.23 | 1 | 0.36 |
| Hex | 0 | 72 | BA | 64 | 27 | 0 | 1B | CB | 64 | 24 |
| Octal | 0 | 162 | 272 | 144 | 47 | 0 | 33 | 313 | 144 | 44 |
| Binary | 0 | 1110010 | 10111010 | 1100100 | 100111 | 0 | 11011 | 11001011 | 1100100 | 100100 |
Color Harmonies of #0072BA
Complementary color
Monochromatic Colors of #0072BA
Black with #0072BA
Text Example
Text Example
White with #0072BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072BA; }
p { color: rgb(0,114,186); }
H1.HeaderClassName
{
color: #0072BA;
}
.AnyTagClassName
{
color: #0072BA;
}
</style>
background-color css
<style>
a { background-color: #0072BA; }
a { background-color: rgb(0,114,186); }
div.DivClassName
{
background-color: #0072BA;
}
.BgClassName
{
background-color: #0072BA;
}
</style>
border-color css
<style>
span { border-color: #0072BA; }
span { border-color: rgb(0,114,186); }
td.TdClassName
{
border-color: #0072BA;
}
.TagClassName
{
border-color: #0072BA;
}
</style>