Shades of Dark Cerulean #194877
Tints of Dark Cerulean #194877
RGB
CMYK
RGB Variations
Color information
#194877 (or 0x194877) is known color: Dark Cerulean. HEX triplet: 19, 48 and 77. RGB value is (25,72,119). Sum of RGB (Red+Green+Blue) = 25+72+119=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #194877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194877 is #E6B788. Grayscale: #3F3F3F. Windows color (decimal): -15120265 or 7817241. OLE color: 7817241.
HSL color Cylindrical-coordinate representation of color #194877: hue angle of 210º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194877 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 72 | 119 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.53 |
| HSL | 210º | 0.65% | 0.28% | - |
| HSV(B) | 210º | 0.79% | 0.47% | - |
| XYZ | 6.05 | 6.17 | 18.33 | - |
| YUV | 63.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 119 | 0.79 | 0.39 | 0 | 0.53 | 210 | 0.65 | 0.28 |
| Hex | 19 | 48 | 77 | 4F | 27 | 0 | 35 | D2 | 41 | 1C |
| Octal | 31 | 110 | 167 | 117 | 47 | 0 | 65 | 322 | 101 | 34 |
| Binary | 11001 | 1001000 | 1110111 | 1001111 | 100111 | 0 | 110101 | 11010010 | 1000001 | 11100 |
Color Harmonies of #194877
Complementary color
Monochromatic Colors of #194877
Black with #194877
Text Example
Text Example
White with #194877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194877; }
p { color: rgb(25,72,119); }
H1.HeaderClassName
{
color: #194877;
}
.AnyTagClassName
{
color: #194877;
}
</style>
background-color css
<style>
a { background-color: #194877; }
a { background-color: rgb(25,72,119); }
div.DivClassName
{
background-color: #194877;
}
.BgClassName
{
background-color: #194877;
}
</style>
border-color css
<style>
span { border-color: #194877; }
span { border-color: rgb(25,72,119); }
td.TdClassName
{
border-color: #194877;
}
.TagClassName
{
border-color: #194877;
}
</style>