Shades of Cerulean #0273AA
Tints of Cerulean #0273AA
RGB
CMYK
RGB Variations
Color information
#0273AA (or 0x0273AA) is known color: Cerulean. HEX triplet: 02, 73 and AA. RGB value is (2,115,170). Sum of RGB (Red+Green+Blue) = 2+115+170=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #0273AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0273AA is #FD8C55. Grayscale: #575757. Windows color (decimal): -16616534 or 11170562. OLE color: 11170562.
HSL color Cylindrical-coordinate representation of color #0273AA: hue angle of 199.64º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273AA is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 115 | 170 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.33 |
| HSL | 199.64º | 0.98% | 0.34% | - |
| HSV(B) | 199.64º | 0.99% | 0.67% | - |
| XYZ | 13.41 | 15.18 | 40.25 | - |
| YUV | 87.48 | 174.56 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 170 | 0.99 | 0.32 | 0 | 0.33 | 199.64 | 0.98 | 0.34 |
| Hex | 2 | 73 | AA | 63 | 20 | 0 | 21 | C8 | 62 | 22 |
| Octal | 2 | 163 | 252 | 143 | 40 | 0 | 41 | 310 | 142 | 42 |
| Binary | 10 | 1110011 | 10101010 | 1100011 | 100000 | 0 | 100001 | 11001000 | 1100010 | 100010 |
Color Harmonies of #0273AA
Complementary color
Monochromatic Colors of #0273AA
Black with #0273AA
Text Example
Text Example
White with #0273AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0273AA; }
p { color: rgb(2,115,170); }
H1.HeaderClassName
{
color: #0273AA;
}
.AnyTagClassName
{
color: #0273AA;
}
</style>
background-color css
<style>
a { background-color: #0273AA; }
a { background-color: rgb(2,115,170); }
div.DivClassName
{
background-color: #0273AA;
}
.BgClassName
{
background-color: #0273AA;
}
</style>
border-color css
<style>
span { border-color: #0273AA; }
span { border-color: rgb(2,115,170); }
td.TdClassName
{
border-color: #0273AA;
}
.TagClassName
{
border-color: #0273AA;
}
</style>