Shades of Dark Cerulean #194880
Tints of Dark Cerulean #194880
RGB
CMYK
RGB Variations
Color information
#194880 (or 0x194880) is known color: Dark Cerulean. HEX triplet: 19, 48 and 80. RGB value is (25,72,128). Sum of RGB (Red+Green+Blue) = 25+72+128=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #194880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194880 is #E6B77F. Grayscale: #404040. Windows color (decimal): -15120256 or 8407065. OLE color: 8407065.
HSL color Cylindrical-coordinate representation of color #194880: hue angle of 212.62º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194880 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 72 | 128 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.50 |
| HSL | 212.62º | 0.67% | 0.3% | - |
| HSV(B) | 212.62º | 0.8% | 0.5% | - |
| XYZ | 6.61 | 6.4 | 21.31 | - |
| YUV | 64.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 128 | 0.80 | 0.44 | 0 | 0.50 | 212.62 | 0.67 | 0.3 |
| Hex | 19 | 48 | 80 | 50 | 2C | 0 | 32 | D5 | 43 | 1E |
| Octal | 31 | 110 | 200 | 120 | 54 | 0 | 62 | 325 | 103 | 36 |
| Binary | 11001 | 1001000 | 10000000 | 1010000 | 101100 | 0 | 110010 | 11010101 | 1000011 | 11110 |
Color Harmonies of #194880
Complementary color
Monochromatic Colors of #194880
Black with #194880
Text Example
Text Example
White with #194880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194880; }
p { color: rgb(25,72,128); }
H1.HeaderClassName
{
color: #194880;
}
.AnyTagClassName
{
color: #194880;
}
</style>
background-color css
<style>
a { background-color: #194880; }
a { background-color: rgb(25,72,128); }
div.DivClassName
{
background-color: #194880;
}
.BgClassName
{
background-color: #194880;
}
</style>
border-color css
<style>
span { border-color: #194880; }
span { border-color: rgb(25,72,128); }
td.TdClassName
{
border-color: #194880;
}
.TagClassName
{
border-color: #194880;
}
</style>