Shades of Dark Cerulean #194476
Tints of Dark Cerulean #194476
RGB
CMYK
RGB Variations
Color information
#194476 (or 0x194476) is known color: Dark Cerulean. HEX triplet: 19, 44 and 76. RGB value is (25,68,118). Sum of RGB (Red+Green+Blue) = 25+68+118=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #194476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194476 is #E6BB89. Grayscale: #3C3C3C. Windows color (decimal): -15121290 or 7750681. OLE color: 7750681.
HSL color Cylindrical-coordinate representation of color #194476: hue angle of 212.26º 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 #194476 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 68 | 118 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.54 |
| HSL | 212.26º | 0.65% | 0.28% | - |
| HSV(B) | 212.26º | 0.79% | 0.46% | - |
| XYZ | 5.74 | 5.65 | 17.93 | - |
| YUV | 60.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 118 | 0.79 | 0.42 | 0 | 0.54 | 212.26 | 0.65 | 0.28 |
| Hex | 19 | 44 | 76 | 4F | 2A | 0 | 36 | D4 | 41 | 1C |
| Octal | 31 | 104 | 166 | 117 | 52 | 0 | 66 | 324 | 101 | 34 |
| Binary | 11001 | 1000100 | 1110110 | 1001111 | 101010 | 0 | 110110 | 11010100 | 1000001 | 11100 |
Color Harmonies of #194476
Complementary color
Monochromatic Colors of #194476
Black with #194476
Text Example
Text Example
White with #194476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194476; }
p { color: rgb(25,68,118); }
H1.HeaderClassName
{
color: #194476;
}
.AnyTagClassName
{
color: #194476;
}
</style>
background-color css
<style>
a { background-color: #194476; }
a { background-color: rgb(25,68,118); }
div.DivClassName
{
background-color: #194476;
}
.BgClassName
{
background-color: #194476;
}
</style>
border-color css
<style>
span { border-color: #194476; }
span { border-color: rgb(25,68,118); }
td.TdClassName
{
border-color: #194476;
}
.TagClassName
{
border-color: #194476;
}
</style>