Shades of Cerulean #197899
Tints of Cerulean #197899
RGB
CMYK
RGB Variations
Color information
#197899 (or 0x197899) is known color: Cerulean. HEX triplet: 19, 78 and 99. RGB value is (25,120,153). Sum of RGB (Red+Green+Blue) = 25+120+153=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #197899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197899 is #E68766. Grayscale: #5F5F5F. Windows color (decimal): -15107943 or 10057753. OLE color: 10057753.
HSL color Cylindrical-coordinate representation of color #197899: hue angle of 195.47º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197899 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 120 | 153 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.4 |
| HSL | 195.47º | 0.72% | 0.35% | - |
| HSV(B) | 195.47º | 0.84% | 0.6% | - |
| XYZ | 12.87 | 15.94 | 32.54 | - |
| YUV | 95.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 153 | 0.84 | 0.22 | 0 | 0.4 | 195.47 | 0.72 | 0.35 |
| Hex | 19 | 78 | 99 | 54 | 16 | 0 | 28 | C3 | 48 | 23 |
| Octal | 31 | 170 | 231 | 124 | 26 | 0 | 50 | 303 | 110 | 43 |
| Binary | 11001 | 1111000 | 10011001 | 1010100 | 10110 | 0 | 101000 | 11000011 | 1001000 | 100011 |
Color Harmonies of #197899
Complementary color
Monochromatic Colors of #197899
Black with #197899
Text Example
Text Example
White with #197899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197899; }
p { color: rgb(25,120,153); }
H1.HeaderClassName
{
color: #197899;
}
.AnyTagClassName
{
color: #197899;
}
</style>
background-color css
<style>
a { background-color: #197899; }
a { background-color: rgb(25,120,153); }
div.DivClassName
{
background-color: #197899;
}
.BgClassName
{
background-color: #197899;
}
</style>
border-color css
<style>
span { border-color: #197899; }
span { border-color: rgb(25,120,153); }
td.TdClassName
{
border-color: #197899;
}
.TagClassName
{
border-color: #197899;
}
</style>