Shades of Dark Cerulean #194175
Tints of Dark Cerulean #194175
RGB
CMYK
RGB Variations
Color information
#194175 (or 0x194175) is known color: Dark Cerulean. HEX triplet: 19, 41 and 75. RGB value is (25,65,117). Sum of RGB (Red+Green+Blue) = 25+65+117=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #194175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194175 is #E6BE8A. Grayscale: #3A3A3A. Windows color (decimal): -15122059 or 7684377. OLE color: 7684377.
HSL color Cylindrical-coordinate representation of color #194175: hue angle of 213.91º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194175 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 65 | 117 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.54 |
| HSL | 213.91º | 0.65% | 0.28% | - |
| HSV(B) | 213.91º | 0.79% | 0.46% | - |
| XYZ | 5.5 | 5.27 | 17.56 | - |
| YUV | 58.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 117 | 0.79 | 0.44 | 0 | 0.54 | 213.91 | 0.65 | 0.28 |
| Hex | 19 | 41 | 75 | 4F | 2C | 0 | 36 | D6 | 41 | 1C |
| Octal | 31 | 101 | 165 | 117 | 54 | 0 | 66 | 326 | 101 | 34 |
| Binary | 11001 | 1000001 | 1110101 | 1001111 | 101100 | 0 | 110110 | 11010110 | 1000001 | 11100 |
Color Harmonies of #194175
Complementary color
Monochromatic Colors of #194175
Black with #194175
Text Example
Text Example
White with #194175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194175; }
p { color: rgb(25,65,117); }
H1.HeaderClassName
{
color: #194175;
}
.AnyTagClassName
{
color: #194175;
}
</style>
background-color css
<style>
a { background-color: #194175; }
a { background-color: rgb(25,65,117); }
div.DivClassName
{
background-color: #194175;
}
.BgClassName
{
background-color: #194175;
}
</style>
border-color css
<style>
span { border-color: #194175; }
span { border-color: rgb(25,65,117); }
td.TdClassName
{
border-color: #194175;
}
.TagClassName
{
border-color: #194175;
}
</style>