Shades of Dark Cerulean #194178
Tints of Dark Cerulean #194178
RGB
CMYK
RGB Variations
Color information
#194178 (or 0x194178) is known color: Dark Cerulean. HEX triplet: 19, 41 and 78. RGB value is (25,65,120). Sum of RGB (Red+Green+Blue) = 25+65+120=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #194178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194178 is #E6BE87. Grayscale: #3B3B3B. Windows color (decimal): -15122056 or 7880985. OLE color: 7880985.
HSL color Cylindrical-coordinate representation of color #194178: hue angle of 214.74º degrees, saturation: 0.66, 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 #194178 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 65 | 120 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.53 |
| HSL | 214.74º | 0.66% | 0.28% | - |
| HSV(B) | 214.74º | 0.79% | 0.47% | - |
| XYZ | 5.68 | 5.34 | 18.5 | - |
| YUV | 59.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 120 | 0.79 | 0.46 | 0 | 0.53 | 214.74 | 0.66 | 0.28 |
| Hex | 19 | 41 | 78 | 4F | 2E | 0 | 35 | D7 | 42 | 1C |
| Octal | 31 | 101 | 170 | 117 | 56 | 0 | 65 | 327 | 102 | 34 |
| Binary | 11001 | 1000001 | 1111000 | 1001111 | 101110 | 0 | 110101 | 11010111 | 1000010 | 11100 |
Color Harmonies of #194178
Complementary color
Monochromatic Colors of #194178
Black with #194178
Text Example
Text Example
White with #194178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194178; }
p { color: rgb(25,65,120); }
H1.HeaderClassName
{
color: #194178;
}
.AnyTagClassName
{
color: #194178;
}
</style>
background-color css
<style>
a { background-color: #194178; }
a { background-color: rgb(25,65,120); }
div.DivClassName
{
background-color: #194178;
}
.BgClassName
{
background-color: #194178;
}
</style>
border-color css
<style>
span { border-color: #194178; }
span { border-color: rgb(25,65,120); }
td.TdClassName
{
border-color: #194178;
}
.TagClassName
{
border-color: #194178;
}
</style>