Shades of Cerulean #0573B3
Tints of Cerulean #0573B3
RGB
CMYK
RGB Variations
Color information
#0573B3 (or 0x0573B3) is known color: Cerulean. HEX triplet: 05, 73 and B3. RGB value is (5,115,179). Sum of RGB (Red+Green+Blue) = 5+115+179=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #0573B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0573B3 is #FA8C4C. Grayscale: #595959. Windows color (decimal): -16419917 or 11760389. OLE color: 11760389.
HSL color Cylindrical-coordinate representation of color #0573B3: hue angle of 202.07º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0573B3 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 115 | 179 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.30 |
| HSL | 202.07º | 0.95% | 0.36% | - |
| HSV(B) | 202.07º | 0.97% | 0.7% | - |
| XYZ | 14.33 | 15.55 | 44.89 | - |
| YUV | 89.41 | 178.56 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 179 | 0.97 | 0.36 | 0 | 0.30 | 202.07 | 0.95 | 0.36 |
| Hex | 5 | 73 | B3 | 61 | 24 | 0 | 1E | CA | 5F | 24 |
| Octal | 5 | 163 | 263 | 141 | 44 | 0 | 36 | 312 | 137 | 44 |
| Binary | 101 | 1110011 | 10110011 | 1100001 | 100100 | 0 | 11110 | 11001010 | 1011111 | 100100 |
Color Harmonies of #0573B3
Complementary color
Monochromatic Colors of #0573B3
Black with #0573B3
Text Example
Text Example
White with #0573B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0573B3; }
p { color: rgb(5,115,179); }
H1.HeaderClassName
{
color: #0573B3;
}
.AnyTagClassName
{
color: #0573B3;
}
</style>
background-color css
<style>
a { background-color: #0573B3; }
a { background-color: rgb(5,115,179); }
div.DivClassName
{
background-color: #0573B3;
}
.BgClassName
{
background-color: #0573B3;
}
</style>
border-color css
<style>
span { border-color: #0573B3; }
span { border-color: rgb(5,115,179); }
td.TdClassName
{
border-color: #0573B3;
}
.TagClassName
{
border-color: #0573B3;
}
</style>