Shades of Dark Cerulean #194276
Tints of Dark Cerulean #194276
RGB
CMYK
RGB Variations
Color information
#194276 (or 0x194276) is known color: Dark Cerulean. HEX triplet: 19, 42 and 76. RGB value is (25,66,118). Sum of RGB (Red+Green+Blue) = 25+66+118=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #194276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194276 is #E6BD89. Grayscale: #3B3B3B. Windows color (decimal): -15121802 or 7750169. OLE color: 7750169.
HSL color Cylindrical-coordinate representation of color #194276: hue angle of 213.55º 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 #194276 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 66 | 118 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.54 |
| HSL | 213.55º | 0.65% | 0.28% | - |
| HSV(B) | 213.55º | 0.79% | 0.46% | - |
| XYZ | 5.62 | 5.41 | 17.89 | - |
| YUV | 59.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 118 | 0.79 | 0.44 | 0 | 0.54 | 213.55 | 0.65 | 0.28 |
| Hex | 19 | 42 | 76 | 4F | 2C | 0 | 36 | D6 | 41 | 1C |
| Octal | 31 | 102 | 166 | 117 | 54 | 0 | 66 | 326 | 101 | 34 |
| Binary | 11001 | 1000010 | 1110110 | 1001111 | 101100 | 0 | 110110 | 11010110 | 1000001 | 11100 |
Color Harmonies of #194276
Complementary color
Monochromatic Colors of #194276
Black with #194276
Text Example
Text Example
White with #194276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194276; }
p { color: rgb(25,66,118); }
H1.HeaderClassName
{
color: #194276;
}
.AnyTagClassName
{
color: #194276;
}
</style>
background-color css
<style>
a { background-color: #194276; }
a { background-color: rgb(25,66,118); }
div.DivClassName
{
background-color: #194276;
}
.BgClassName
{
background-color: #194276;
}
</style>
border-color css
<style>
span { border-color: #194276; }
span { border-color: rgb(25,66,118); }
td.TdClassName
{
border-color: #194276;
}
.TagClassName
{
border-color: #194276;
}
</style>