Shades of Cerulean #197B9A
Tints of Cerulean #197B9A
RGB
CMYK
RGB Variations
Color information
#197B9A (or 0x197B9A) is known color: Cerulean. HEX triplet: 19, 7B and 9A. RGB value is (25,123,154). Sum of RGB (Red+Green+Blue) = 25+123+154=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #197B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B9A is #E68465. Grayscale: #616161. Windows color (decimal): -15107174 or 10124057. OLE color: 10124057.
HSL color Cylindrical-coordinate representation of color #197B9A: hue angle of 194.42º 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 #197B9A is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 123 | 154 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.40 |
| HSL | 194.42º | 0.72% | 0.35% | - |
| HSV(B) | 194.42º | 0.84% | 0.6% | - |
| XYZ | 13.32 | 16.71 | 33.09 | - |
| YUV | 97.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 154 | 0.84 | 0.20 | 0 | 0.40 | 194.42 | 0.72 | 0.35 |
| Hex | 19 | 7B | 9A | 54 | 14 | 0 | 28 | C2 | 48 | 23 |
| Octal | 31 | 173 | 232 | 124 | 24 | 0 | 50 | 302 | 110 | 43 |
| Binary | 11001 | 1111011 | 10011010 | 1010100 | 10100 | 0 | 101000 | 11000010 | 1001000 | 100011 |
Color Harmonies of #197B9A
Complementary color
Monochromatic Colors of #197B9A
Black with #197B9A
Text Example
Text Example
White with #197B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B9A; }
p { color: rgb(25,123,154); }
H1.HeaderClassName
{
color: #197B9A;
}
.AnyTagClassName
{
color: #197B9A;
}
</style>
background-color css
<style>
a { background-color: #197B9A; }
a { background-color: rgb(25,123,154); }
div.DivClassName
{
background-color: #197B9A;
}
.BgClassName
{
background-color: #197B9A;
}
</style>
border-color css
<style>
span { border-color: #197B9A; }
span { border-color: rgb(25,123,154); }
td.TdClassName
{
border-color: #197B9A;
}
.TagClassName
{
border-color: #197B9A;
}
</style>