Shades of Cerulean #197798
Tints of Cerulean #197798
RGB
CMYK
RGB Variations
Color information
#197798 (or 0x197798) is known color: Cerulean. HEX triplet: 19, 77 and 98. RGB value is (25,119,152). Sum of RGB (Red+Green+Blue) = 25+119+152=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #197798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197798 is #E68867. Grayscale: #5E5E5E. Windows color (decimal): -15108200 or 9991961. OLE color: 9991961.
HSL color Cylindrical-coordinate representation of color #197798: hue angle of 195.59º 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 #197798 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 119 | 152 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.40 |
| HSL | 195.59º | 0.72% | 0.35% | - |
| HSV(B) | 195.59º | 0.84% | 0.6% | - |
| XYZ | 12.67 | 15.67 | 32.06 | - |
| YUV | 94.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 152 | 0.84 | 0.22 | 0 | 0.40 | 195.59 | 0.72 | 0.35 |
| Hex | 19 | 77 | 98 | 54 | 16 | 0 | 28 | C4 | 48 | 23 |
| Octal | 31 | 167 | 230 | 124 | 26 | 0 | 50 | 304 | 110 | 43 |
| Binary | 11001 | 1110111 | 10011000 | 1010100 | 10110 | 0 | 101000 | 11000100 | 1001000 | 100011 |
Color Harmonies of #197798
Complementary color
Monochromatic Colors of #197798
Black with #197798
Text Example
Text Example
White with #197798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197798; }
p { color: rgb(25,119,152); }
H1.HeaderClassName
{
color: #197798;
}
.AnyTagClassName
{
color: #197798;
}
</style>
background-color css
<style>
a { background-color: #197798; }
a { background-color: rgb(25,119,152); }
div.DivClassName
{
background-color: #197798;
}
.BgClassName
{
background-color: #197798;
}
</style>
border-color css
<style>
span { border-color: #197798; }
span { border-color: rgb(25,119,152); }
td.TdClassName
{
border-color: #197798;
}
.TagClassName
{
border-color: #197798;
}
</style>