Shades of Dark Cerulean #194675
Tints of Dark Cerulean #194675
RGB
CMYK
RGB Variations
Color information
#194675 (or 0x194675) is known color: Dark Cerulean. HEX triplet: 19, 46 and 75. RGB value is (25,70,117). Sum of RGB (Red+Green+Blue) = 25+70+117=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #194675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194675 is #E6B98A. Grayscale: #3D3D3D. Windows color (decimal): -15120779 or 7685657. OLE color: 7685657.
HSL color Cylindrical-coordinate representation of color #194675: hue angle of 210.65º 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 #194675 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 70 | 117 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.54 |
| HSL | 210.65º | 0.65% | 0.28% | - |
| HSV(B) | 210.65º | 0.79% | 0.46% | - |
| XYZ | 5.8 | 5.87 | 17.66 | - |
| YUV | 61.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 117 | 0.79 | 0.40 | 0 | 0.54 | 210.65 | 0.65 | 0.28 |
| Hex | 19 | 46 | 75 | 4F | 28 | 0 | 36 | D3 | 41 | 1C |
| Octal | 31 | 106 | 165 | 117 | 50 | 0 | 66 | 323 | 101 | 34 |
| Binary | 11001 | 1000110 | 1110101 | 1001111 | 101000 | 0 | 110110 | 11010011 | 1000001 | 11100 |
Color Harmonies of #194675
Complementary color
Monochromatic Colors of #194675
Black with #194675
Text Example
Text Example
White with #194675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194675; }
p { color: rgb(25,70,117); }
H1.HeaderClassName
{
color: #194675;
}
.AnyTagClassName
{
color: #194675;
}
</style>
background-color css
<style>
a { background-color: #194675; }
a { background-color: rgb(25,70,117); }
div.DivClassName
{
background-color: #194675;
}
.BgClassName
{
background-color: #194675;
}
</style>
border-color css
<style>
span { border-color: #194675; }
span { border-color: rgb(25,70,117); }
td.TdClassName
{
border-color: #194675;
}
.TagClassName
{
border-color: #194675;
}
</style>