Shades of Cerulean #0273B4
Tints of Cerulean #0273B4
RGB
CMYK
RGB Variations
Color information
#0273B4 (or 0x0273B4) is known color: Cerulean. HEX triplet: 02, 73 and B4. RGB value is (2,115,180). Sum of RGB (Red+Green+Blue) = 2+115+180=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #0273B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273B4 is #FD8C4B. Grayscale: #585858. Windows color (decimal): -16616524 or 11825922. OLE color: 11825922.
HSL color Cylindrical-coordinate representation of color #0273B4: hue angle of 201.91º 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 #0273B4 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 115 | 180 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.29 |
| HSL | 201.91º | 0.98% | 0.36% | - |
| HSV(B) | 201.91º | 0.99% | 0.71% | - |
| XYZ | 14.39 | 15.57 | 45.43 | - |
| YUV | 88.62 | 179.56 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 180 | 0.99 | 0.36 | 0 | 0.29 | 201.91 | 0.98 | 0.36 |
| Hex | 2 | 73 | B4 | 63 | 24 | 0 | 1D | CA | 62 | 24 |
| Octal | 2 | 163 | 264 | 143 | 44 | 0 | 35 | 312 | 142 | 44 |
| Binary | 10 | 1110011 | 10110100 | 1100011 | 100100 | 0 | 11101 | 11001010 | 1100010 | 100100 |
Color Harmonies of #0273B4
Complementary color
Monochromatic Colors of #0273B4
Black with #0273B4
Text Example
Text Example
White with #0273B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0273B4; }
p { color: rgb(2,115,180); }
H1.HeaderClassName
{
color: #0273B4;
}
.AnyTagClassName
{
color: #0273B4;
}
</style>
background-color css
<style>
a { background-color: #0273B4; }
a { background-color: rgb(2,115,180); }
div.DivClassName
{
background-color: #0273B4;
}
.BgClassName
{
background-color: #0273B4;
}
</style>
border-color css
<style>
span { border-color: #0273B4; }
span { border-color: rgb(2,115,180); }
td.TdClassName
{
border-color: #0273B4;
}
.TagClassName
{
border-color: #0273B4;
}
</style>