Shades of Cerulean #057194
Tints of Cerulean #057194
RGB
CMYK
RGB Variations
Color information
#057194 (or 0x057194) is known color: Cerulean. HEX triplet: 05, 71 and 94. RGB value is (5,113,148). Sum of RGB (Red+Green+Blue) = 5+113+148=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #057194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057194 is #FA8E6B. Grayscale: #545454. Windows color (decimal): -16420460 or 9728261. OLE color: 9728261.
HSL color Cylindrical-coordinate representation of color #057194: hue angle of 194.69º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057194 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 113 | 148 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.42 |
| HSL | 194.69º | 0.93% | 0.3% | - |
| HSV(B) | 194.69º | 0.97% | 0.58% | - |
| XYZ | 11.31 | 13.98 | 30.12 | - |
| YUV | 84.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 148 | 0.97 | 0.24 | 0 | 0.42 | 194.69 | 0.93 | 0.3 |
| Hex | 5 | 71 | 94 | 61 | 18 | 0 | 2A | C3 | 5D | 1E |
| Octal | 5 | 161 | 224 | 141 | 30 | 0 | 52 | 303 | 135 | 36 |
| Binary | 101 | 1110001 | 10010100 | 1100001 | 11000 | 0 | 101010 | 11000011 | 1011101 | 11110 |
Color Harmonies of #057194
Complementary color
Monochromatic Colors of #057194
Black with #057194
Text Example
Text Example
White with #057194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057194; }
p { color: rgb(5,113,148); }
H1.HeaderClassName
{
color: #057194;
}
.AnyTagClassName
{
color: #057194;
}
</style>
background-color css
<style>
a { background-color: #057194; }
a { background-color: rgb(5,113,148); }
div.DivClassName
{
background-color: #057194;
}
.BgClassName
{
background-color: #057194;
}
</style>
border-color css
<style>
span { border-color: #057194; }
span { border-color: rgb(5,113,148); }
td.TdClassName
{
border-color: #057194;
}
.TagClassName
{
border-color: #057194;
}
</style>