Shades of Dark Cerulean #194787
Tints of Dark Cerulean #194787
RGB
CMYK
RGB Variations
Color information
#194787 (or 0x194787) is known color: Dark Cerulean. HEX triplet: 19, 47 and 87. RGB value is (25,71,135). Sum of RGB (Red+Green+Blue) = 25+71+135=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #194787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194787 is #E6B878. Grayscale: #404040. Windows color (decimal): -15120505 or 8865561. OLE color: 8865561.
HSL color Cylindrical-coordinate representation of color #194787: hue angle of 214.91º 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 #194787 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 71 | 135 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.47 |
| HSL | 214.91º | 0.69% | 0.31% | - |
| HSV(B) | 214.91º | 0.81% | 0.53% | - |
| XYZ | 7.03 | 6.46 | 23.8 | - |
| YUV | 64.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 135 | 0.81 | 0.47 | 0 | 0.47 | 214.91 | 0.69 | 0.31 |
| Hex | 19 | 47 | 87 | 51 | 2F | 0 | 2F | D7 | 45 | 1F |
| Octal | 31 | 107 | 207 | 121 | 57 | 0 | 57 | 327 | 105 | 37 |
| Binary | 11001 | 1000111 | 10000111 | 1010001 | 101111 | 0 | 101111 | 11010111 | 1000101 | 11111 |
Color Harmonies of #194787
Complementary color
Monochromatic Colors of #194787
Black with #194787
Text Example
Text Example
White with #194787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194787; }
p { color: rgb(25,71,135); }
H1.HeaderClassName
{
color: #194787;
}
.AnyTagClassName
{
color: #194787;
}
</style>
background-color css
<style>
a { background-color: #194787; }
a { background-color: rgb(25,71,135); }
div.DivClassName
{
background-color: #194787;
}
.BgClassName
{
background-color: #194787;
}
</style>
border-color css
<style>
span { border-color: #194787; }
span { border-color: rgb(25,71,135); }
td.TdClassName
{
border-color: #194787;
}
.TagClassName
{
border-color: #194787;
}
</style>