Shades of Dark Cerulean #194481
Tints of Dark Cerulean #194481
RGB
CMYK
RGB Variations
Color information
#194481 (or 0x194481) is known color: Dark Cerulean. HEX triplet: 19, 44 and 81. RGB value is (25,68,129). Sum of RGB (Red+Green+Blue) = 25+68+129=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #194481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194481 is #E6BB7E. Grayscale: #3D3D3D. Windows color (decimal): -15121279 or 8471577. OLE color: 8471577.
HSL color Cylindrical-coordinate representation of color #194481: hue angle of 215.19º 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 #194481 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 68 | 129 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.49 |
| HSL | 215.19º | 0.68% | 0.3% | - |
| HSV(B) | 215.19º | 0.81% | 0.51% | - |
| XYZ | 6.43 | 5.93 | 21.57 | - |
| YUV | 62.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 129 | 0.81 | 0.47 | 0 | 0.49 | 215.19 | 0.68 | 0.3 |
| Hex | 19 | 44 | 81 | 51 | 2F | 0 | 31 | D7 | 44 | 1E |
| Octal | 31 | 104 | 201 | 121 | 57 | 0 | 61 | 327 | 104 | 36 |
| Binary | 11001 | 1000100 | 10000001 | 1010001 | 101111 | 0 | 110001 | 11010111 | 1000100 | 11110 |
Color Harmonies of #194481
Complementary color
Monochromatic Colors of #194481
Black with #194481
Text Example
Text Example
White with #194481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194481; }
p { color: rgb(25,68,129); }
H1.HeaderClassName
{
color: #194481;
}
.AnyTagClassName
{
color: #194481;
}
</style>
background-color css
<style>
a { background-color: #194481; }
a { background-color: rgb(25,68,129); }
div.DivClassName
{
background-color: #194481;
}
.BgClassName
{
background-color: #194481;
}
</style>
border-color css
<style>
span { border-color: #194481; }
span { border-color: rgb(25,68,129); }
td.TdClassName
{
border-color: #194481;
}
.TagClassName
{
border-color: #194481;
}
</style>