Shades of Cerulean #197FA1
Tints of Cerulean #197FA1
RGB
CMYK
RGB Variations
Color information
#197FA1 (or 0x197FA1) is known color: Cerulean. HEX triplet: 19, 7F and A1. RGB value is (25,127,161). Sum of RGB (Red+Green+Blue) = 25+127+161=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #197FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197FA1 is #E6805E. Grayscale: #646464. Windows color (decimal): -15106143 or 10583833. OLE color: 10583833.
HSL color Cylindrical-coordinate representation of color #197FA1: hue angle of 195º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #197FA1 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 127 | 161 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.37 |
| HSL | 195º | 0.73% | 0.36% | - |
| HSV(B) | 195º | 0.84% | 0.63% | - |
| XYZ | 14.42 | 17.96 | 36.42 | - |
| YUV | 100.38 | 162.21 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 161 | 0.84 | 0.21 | 0 | 0.37 | 195 | 0.73 | 0.36 |
| Hex | 19 | 7F | A1 | 54 | 15 | 0 | 25 | C3 | 49 | 24 |
| Octal | 31 | 177 | 241 | 124 | 25 | 0 | 45 | 303 | 111 | 44 |
| Binary | 11001 | 1111111 | 10100001 | 1010100 | 10101 | 0 | 100101 | 11000011 | 1001001 | 100100 |
Color Harmonies of #197FA1
Complementary color
Monochromatic Colors of #197FA1
Black with #197FA1
Text Example
Text Example
White with #197FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197FA1; }
p { color: rgb(25,127,161); }
H1.HeaderClassName
{
color: #197FA1;
}
.AnyTagClassName
{
color: #197FA1;
}
</style>
background-color css
<style>
a { background-color: #197FA1; }
a { background-color: rgb(25,127,161); }
div.DivClassName
{
background-color: #197FA1;
}
.BgClassName
{
background-color: #197FA1;
}
</style>
border-color css
<style>
span { border-color: #197FA1; }
span { border-color: rgb(25,127,161); }
td.TdClassName
{
border-color: #197FA1;
}
.TagClassName
{
border-color: #197FA1;
}
</style>