Shades of Dark Cerulean #194186
Tints of Dark Cerulean #194186
RGB
CMYK
RGB Variations
Color information
#194186 (or 0x194186) is known color: Dark Cerulean. HEX triplet: 19, 41 and 86. RGB value is (25,65,134). Sum of RGB (Red+Green+Blue) = 25+65+134=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #194186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194186 is #E6BE79. Grayscale: #3C3C3C. Windows color (decimal): -15122042 or 8798489. OLE color: 8798489.
HSL color Cylindrical-coordinate representation of color #194186: hue angle of 217.98º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194186 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 65 | 134 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.47 |
| HSL | 217.98º | 0.69% | 0.31% | - |
| HSV(B) | 217.98º | 0.81% | 0.53% | - |
| XYZ | 6.59 | 5.71 | 23.31 | - |
| YUV | 60.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 134 | 0.81 | 0.51 | 0 | 0.47 | 217.98 | 0.69 | 0.31 |
| Hex | 19 | 41 | 86 | 51 | 33 | 0 | 2F | DA | 45 | 1F |
| Octal | 31 | 101 | 206 | 121 | 63 | 0 | 57 | 332 | 105 | 37 |
| Binary | 11001 | 1000001 | 10000110 | 1010001 | 110011 | 0 | 101111 | 11011010 | 1000101 | 11111 |
Color Harmonies of #194186
Complementary color
Monochromatic Colors of #194186
Black with #194186
Text Example
Text Example
White with #194186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194186; }
p { color: rgb(25,65,134); }
H1.HeaderClassName
{
color: #194186;
}
.AnyTagClassName
{
color: #194186;
}
</style>
background-color css
<style>
a { background-color: #194186; }
a { background-color: rgb(25,65,134); }
div.DivClassName
{
background-color: #194186;
}
.BgClassName
{
background-color: #194186;
}
</style>
border-color css
<style>
span { border-color: #194186; }
span { border-color: rgb(25,65,134); }
td.TdClassName
{
border-color: #194186;
}
.TagClassName
{
border-color: #194186;
}
</style>