Shades of Dark Cerulean #194288
Tints of Dark Cerulean #194288
RGB
CMYK
RGB Variations
Color information
#194288 (or 0x194288) is known color: Dark Cerulean. HEX triplet: 19, 42 and 88. RGB value is (25,66,136). Sum of RGB (Red+Green+Blue) = 25+66+136=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #194288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194288 is #E6BD77. Grayscale: #3D3D3D. Windows color (decimal): -15121784 or 8929817. OLE color: 8929817.
HSL color Cylindrical-coordinate representation of color #194288: hue angle of 217.84º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194288 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 66 | 136 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.47 |
| HSL | 217.84º | 0.69% | 0.32% | - |
| HSV(B) | 217.84º | 0.82% | 0.53% | - |
| XYZ | 6.79 | 5.88 | 24.07 | - |
| YUV | 61.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 136 | 0.82 | 0.51 | 0 | 0.47 | 217.84 | 0.69 | 0.32 |
| Hex | 19 | 42 | 88 | 52 | 33 | 0 | 2F | DA | 45 | 20 |
| Octal | 31 | 102 | 210 | 122 | 63 | 0 | 57 | 332 | 105 | 40 |
| Binary | 11001 | 1000010 | 10001000 | 1010010 | 110011 | 0 | 101111 | 11011010 | 1000101 | 100000 |
Color Harmonies of #194288
Complementary color
Monochromatic Colors of #194288
Black with #194288
Text Example
Text Example
White with #194288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194288; }
p { color: rgb(25,66,136); }
H1.HeaderClassName
{
color: #194288;
}
.AnyTagClassName
{
color: #194288;
}
</style>
background-color css
<style>
a { background-color: #194288; }
a { background-color: rgb(25,66,136); }
div.DivClassName
{
background-color: #194288;
}
.BgClassName
{
background-color: #194288;
}
</style>
border-color css
<style>
span { border-color: #194288; }
span { border-color: rgb(25,66,136); }
td.TdClassName
{
border-color: #194288;
}
.TagClassName
{
border-color: #194288;
}
</style>