Shades of Dark Cerulean #194681
Tints of Dark Cerulean #194681
RGB
CMYK
RGB Variations
Color information
#194681 (or 0x194681) is known color: Dark Cerulean. HEX triplet: 19, 46 and 81. RGB value is (25,70,129). Sum of RGB (Red+Green+Blue) = 25+70+129=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #194681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194681 is #E6B97E. Grayscale: #3E3E3E. Windows color (decimal): -15120767 or 8472089. OLE color: 8472089.
HSL color Cylindrical-coordinate representation of color #194681: hue angle of 214.04º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194681 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 70 | 129 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.49 |
| HSL | 214.04º | 0.68% | 0.3% | - |
| HSV(B) | 214.04º | 0.81% | 0.51% | - |
| XYZ | 6.55 | 6.17 | 21.61 | - |
| YUV | 63.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 129 | 0.81 | 0.46 | 0 | 0.49 | 214.04 | 0.68 | 0.3 |
| Hex | 19 | 46 | 81 | 51 | 2E | 0 | 31 | D6 | 44 | 1E |
| Octal | 31 | 106 | 201 | 121 | 56 | 0 | 61 | 326 | 104 | 36 |
| Binary | 11001 | 1000110 | 10000001 | 1010001 | 101110 | 0 | 110001 | 11010110 | 1000100 | 11110 |
Color Harmonies of #194681
Complementary color
Monochromatic Colors of #194681
Black with #194681
Text Example
Text Example
White with #194681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194681; }
p { color: rgb(25,70,129); }
H1.HeaderClassName
{
color: #194681;
}
.AnyTagClassName
{
color: #194681;
}
</style>
background-color css
<style>
a { background-color: #194681; }
a { background-color: rgb(25,70,129); }
div.DivClassName
{
background-color: #194681;
}
.BgClassName
{
background-color: #194681;
}
</style>
border-color css
<style>
span { border-color: #194681; }
span { border-color: rgb(25,70,129); }
td.TdClassName
{
border-color: #194681;
}
.TagClassName
{
border-color: #194681;
}
</style>