Shades of Cerulean #0272B4
Tints of Cerulean #0272B4
RGB
CMYK
RGB Variations
Color information
#0272B4 (or 0x0272B4) is known color: Cerulean. HEX triplet: 02, 72 and B4. RGB value is (2,114,180). Sum of RGB (Red+Green+Blue) = 2+114+180=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #0272B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272B4 is #FD8D4B. Grayscale: #575757. Windows color (decimal): -16616780 or 11825666. OLE color: 11825666.
HSL color Cylindrical-coordinate representation of color #0272B4: hue angle of 202.25º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0272B4 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 114 | 180 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.29 |
| HSL | 202.25º | 0.98% | 0.36% | - |
| HSV(B) | 202.25º | 0.99% | 0.71% | - |
| XYZ | 14.28 | 15.34 | 45.39 | - |
| YUV | 88.04 | 179.89 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 180 | 0.99 | 0.37 | 0 | 0.29 | 202.25 | 0.98 | 0.36 |
| Hex | 2 | 72 | B4 | 63 | 25 | 0 | 1D | CA | 62 | 24 |
| Octal | 2 | 162 | 264 | 143 | 45 | 0 | 35 | 312 | 142 | 44 |
| Binary | 10 | 1110010 | 10110100 | 1100011 | 100101 | 0 | 11101 | 11001010 | 1100010 | 100100 |
Color Harmonies of #0272B4
Complementary color
Monochromatic Colors of #0272B4
Black with #0272B4
Text Example
Text Example
White with #0272B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0272B4; }
p { color: rgb(2,114,180); }
H1.HeaderClassName
{
color: #0272B4;
}
.AnyTagClassName
{
color: #0272B4;
}
</style>
background-color css
<style>
a { background-color: #0272B4; }
a { background-color: rgb(2,114,180); }
div.DivClassName
{
background-color: #0272B4;
}
.BgClassName
{
background-color: #0272B4;
}
</style>
border-color css
<style>
span { border-color: #0272B4; }
span { border-color: rgb(2,114,180); }
td.TdClassName
{
border-color: #0272B4;
}
.TagClassName
{
border-color: #0272B4;
}
</style>