Shades of Cerulean #0272AD
Tints of Cerulean #0272AD
RGB
CMYK
RGB Variations
Color information
#0272AD (or 0x0272AD) is known color: Cerulean. HEX triplet: 02, 72 and AD. RGB value is (2,114,173). Sum of RGB (Red+Green+Blue) = 2+114+173=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #0272AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0272AD is #FD8D52. Grayscale: #565656. Windows color (decimal): -16616787 or 11366914. OLE color: 11366914.
HSL color Cylindrical-coordinate representation of color #0272AD: hue angle of 200.7º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0272AD is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 114 | 173 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.32 |
| HSL | 200.7º | 0.98% | 0.34% | - |
| HSV(B) | 200.7º | 0.99% | 0.68% | - |
| XYZ | 13.59 | 15.06 | 41.73 | - |
| YUV | 87.24 | 176.39 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 173 | 0.99 | 0.34 | 0 | 0.32 | 200.7 | 0.98 | 0.34 |
| Hex | 2 | 72 | AD | 63 | 22 | 0 | 20 | C9 | 62 | 22 |
| Octal | 2 | 162 | 255 | 143 | 42 | 0 | 40 | 311 | 142 | 42 |
| Binary | 10 | 1110010 | 10101101 | 1100011 | 100010 | 0 | 100000 | 11001001 | 1100010 | 100010 |
Color Harmonies of #0272AD
Complementary color
Monochromatic Colors of #0272AD
Black with #0272AD
Text Example
Text Example
White with #0272AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0272AD; }
p { color: rgb(2,114,173); }
H1.HeaderClassName
{
color: #0272AD;
}
.AnyTagClassName
{
color: #0272AD;
}
</style>
background-color css
<style>
a { background-color: #0272AD; }
a { background-color: rgb(2,114,173); }
div.DivClassName
{
background-color: #0272AD;
}
.BgClassName
{
background-color: #0272AD;
}
</style>
border-color css
<style>
span { border-color: #0272AD; }
span { border-color: rgb(2,114,173); }
td.TdClassName
{
border-color: #0272AD;
}
.TagClassName
{
border-color: #0272AD;
}
</style>