Shades of Dark Cerulean #194875
Tints of Dark Cerulean #194875
RGB
CMYK
RGB Variations
Color information
#194875 (or 0x194875) is known color: Dark Cerulean. HEX triplet: 19, 48 and 75. RGB value is (25,72,117). Sum of RGB (Red+Green+Blue) = 25+72+117=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #194875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194875 is #E6B78A. Grayscale: #3E3E3E. Windows color (decimal): -15120267 or 7686169. OLE color: 7686169.
HSL color Cylindrical-coordinate representation of color #194875: hue angle of 209.35º 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 #194875 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 72 | 117 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.54 |
| HSL | 209.35º | 0.65% | 0.28% | - |
| HSV(B) | 209.35º | 0.79% | 0.46% | - |
| XYZ | 5.93 | 6.13 | 17.7 | - |
| YUV | 63.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 117 | 0.79 | 0.38 | 0 | 0.54 | 209.35 | 0.65 | 0.28 |
| Hex | 19 | 48 | 75 | 4F | 26 | 0 | 36 | D1 | 41 | 1C |
| Octal | 31 | 110 | 165 | 117 | 46 | 0 | 66 | 321 | 101 | 34 |
| Binary | 11001 | 1001000 | 1110101 | 1001111 | 100110 | 0 | 110110 | 11010001 | 1000001 | 11100 |
Color Harmonies of #194875
Complementary color
Monochromatic Colors of #194875
Black with #194875
Text Example
Text Example
White with #194875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194875; }
p { color: rgb(25,72,117); }
H1.HeaderClassName
{
color: #194875;
}
.AnyTagClassName
{
color: #194875;
}
</style>
background-color css
<style>
a { background-color: #194875; }
a { background-color: rgb(25,72,117); }
div.DivClassName
{
background-color: #194875;
}
.BgClassName
{
background-color: #194875;
}
</style>
border-color css
<style>
span { border-color: #194875; }
span { border-color: rgb(25,72,117); }
td.TdClassName
{
border-color: #194875;
}
.TagClassName
{
border-color: #194875;
}
</style>