Shades of Cerulean #0574B7
Tints of Cerulean #0574B7
RGB
CMYK
RGB Variations
Color information
#0574B7 (or 0x0574B7) is known color: Cerulean. HEX triplet: 05, 74 and B7. RGB value is (5,116,183). Sum of RGB (Red+Green+Blue) = 5+116+183=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 183 (71.88% from 255 or 60.20% from 304); Max value from RGB is 183 - color contains mainly: blue. Hex color #0574B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0574B7 is #FA8B48. Grayscale: #5A5A5A. Windows color (decimal): -16419657 or 12022789. OLE color: 12022789.
HSL color Cylindrical-coordinate representation of color #0574B7: hue angle of 202.58º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0574B7 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 116 | 183 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.28 |
| HSL | 202.58º | 0.95% | 0.37% | - |
| HSV(B) | 202.58º | 0.97% | 0.72% | - |
| XYZ | 14.86 | 15.94 | 47.09 | - |
| YUV | 90.45 | 180.23 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 183 | 0.97 | 0.37 | 0 | 0.28 | 202.58 | 0.95 | 0.37 |
| Hex | 5 | 74 | B7 | 61 | 25 | 0 | 1C | CB | 5F | 25 |
| Octal | 5 | 164 | 267 | 141 | 45 | 0 | 34 | 313 | 137 | 45 |
| Binary | 101 | 1110100 | 10110111 | 1100001 | 100101 | 0 | 11100 | 11001011 | 1011111 | 100101 |
Color Harmonies of #0574B7
Complementary color
Monochromatic Colors of #0574B7
Black with #0574B7
Text Example
Text Example
White with #0574B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0574B7; }
p { color: rgb(5,116,183); }
H1.HeaderClassName
{
color: #0574B7;
}
.AnyTagClassName
{
color: #0574B7;
}
</style>
background-color css
<style>
a { background-color: #0574B7; }
a { background-color: rgb(5,116,183); }
div.DivClassName
{
background-color: #0574B7;
}
.BgClassName
{
background-color: #0574B7;
}
</style>
border-color css
<style>
span { border-color: #0574B7; }
span { border-color: rgb(5,116,183); }
td.TdClassName
{
border-color: #0574B7;
}
.TagClassName
{
border-color: #0574B7;
}
</style>