Shades of Dark Cerulean #194586
Tints of Dark Cerulean #194586
RGB
CMYK
RGB Variations
Color information
#194586 (or 0x194586) is known color: Dark Cerulean. HEX triplet: 19, 45 and 86. RGB value is (25,69,134). Sum of RGB (Red+Green+Blue) = 25+69+134=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #194586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194586 is #E6BA79. Grayscale: #3E3E3E. Windows color (decimal): -15121018 or 8799513. OLE color: 8799513.
HSL color Cylindrical-coordinate representation of color #194586: hue angle of 215.78º 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 #194586 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 69 | 134 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.47 |
| HSL | 215.78º | 0.69% | 0.31% | - |
| HSV(B) | 215.78º | 0.81% | 0.53% | - |
| XYZ | 6.83 | 6.18 | 23.39 | - |
| YUV | 63.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 134 | 0.81 | 0.49 | 0 | 0.47 | 215.78 | 0.69 | 0.31 |
| Hex | 19 | 45 | 86 | 51 | 31 | 0 | 2F | D8 | 45 | 1F |
| Octal | 31 | 105 | 206 | 121 | 61 | 0 | 57 | 330 | 105 | 37 |
| Binary | 11001 | 1000101 | 10000110 | 1010001 | 110001 | 0 | 101111 | 11011000 | 1000101 | 11111 |
Color Harmonies of #194586
Complementary color
Monochromatic Colors of #194586
Black with #194586
Text Example
Text Example
White with #194586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194586; }
p { color: rgb(25,69,134); }
H1.HeaderClassName
{
color: #194586;
}
.AnyTagClassName
{
color: #194586;
}
</style>
background-color css
<style>
a { background-color: #194586; }
a { background-color: rgb(25,69,134); }
div.DivClassName
{
background-color: #194586;
}
.BgClassName
{
background-color: #194586;
}
</style>
border-color css
<style>
span { border-color: #194586; }
span { border-color: rgb(25,69,134); }
td.TdClassName
{
border-color: #194586;
}
.TagClassName
{
border-color: #194586;
}
</style>