Shades of Dark Cerulean #194576
Tints of Dark Cerulean #194576
RGB
CMYK
RGB Variations
Color information
#194576 (or 0x194576) is known color: Dark Cerulean. HEX triplet: 19, 45 and 76. RGB value is (25,69,118). Sum of RGB (Red+Green+Blue) = 25+69+118=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #194576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194576 is #E6BA89. Grayscale: #3D3D3D. Windows color (decimal): -15121034 or 7750937. OLE color: 7750937.
HSL color Cylindrical-coordinate representation of color #194576: hue angle of 211.61º 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 #194576 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 69 | 118 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.54 |
| HSL | 211.61º | 0.65% | 0.28% | - |
| HSV(B) | 211.61º | 0.79% | 0.46% | - |
| XYZ | 5.8 | 5.77 | 17.95 | - |
| YUV | 61.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 118 | 0.79 | 0.42 | 0 | 0.54 | 211.61 | 0.65 | 0.28 |
| Hex | 19 | 45 | 76 | 4F | 2A | 0 | 36 | D4 | 41 | 1C |
| Octal | 31 | 105 | 166 | 117 | 52 | 0 | 66 | 324 | 101 | 34 |
| Binary | 11001 | 1000101 | 1110110 | 1001111 | 101010 | 0 | 110110 | 11010100 | 1000001 | 11100 |
Color Harmonies of #194576
Complementary color
Monochromatic Colors of #194576
Black with #194576
Text Example
Text Example
White with #194576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194576; }
p { color: rgb(25,69,118); }
H1.HeaderClassName
{
color: #194576;
}
.AnyTagClassName
{
color: #194576;
}
</style>
background-color css
<style>
a { background-color: #194576; }
a { background-color: rgb(25,69,118); }
div.DivClassName
{
background-color: #194576;
}
.BgClassName
{
background-color: #194576;
}
</style>
border-color css
<style>
span { border-color: #194576; }
span { border-color: rgb(25,69,118); }
td.TdClassName
{
border-color: #194576;
}
.TagClassName
{
border-color: #194576;
}
</style>