Shades of Dark Cerulean #194182
Tints of Dark Cerulean #194182
RGB
CMYK
RGB Variations
Color information
#194182 (or 0x194182) is known color: Dark Cerulean. HEX triplet: 19, 41 and 82. RGB value is (25,65,130). Sum of RGB (Red+Green+Blue) = 25+65+130=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #194182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194182 is #E6BE7D. Grayscale: #3C3C3C. Windows color (decimal): -15122046 or 8536345. OLE color: 8536345.
HSL color Cylindrical-coordinate representation of color #194182: hue angle of 217.14º 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 #194182 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 65 | 130 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.49 |
| HSL | 217.14º | 0.68% | 0.3% | - |
| HSV(B) | 217.14º | 0.81% | 0.51% | - |
| XYZ | 6.32 | 5.6 | 21.87 | - |
| YUV | 60.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 130 | 0.81 | 0.50 | 0 | 0.49 | 217.14 | 0.68 | 0.3 |
| Hex | 19 | 41 | 82 | 51 | 32 | 0 | 31 | D9 | 44 | 1E |
| Octal | 31 | 101 | 202 | 121 | 62 | 0 | 61 | 331 | 104 | 36 |
| Binary | 11001 | 1000001 | 10000010 | 1010001 | 110010 | 0 | 110001 | 11011001 | 1000100 | 11110 |
Color Harmonies of #194182
Complementary color
Monochromatic Colors of #194182
Black with #194182
Text Example
Text Example
White with #194182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194182; }
p { color: rgb(25,65,130); }
H1.HeaderClassName
{
color: #194182;
}
.AnyTagClassName
{
color: #194182;
}
</style>
background-color css
<style>
a { background-color: #194182; }
a { background-color: rgb(25,65,130); }
div.DivClassName
{
background-color: #194182;
}
.BgClassName
{
background-color: #194182;
}
</style>
border-color css
<style>
span { border-color: #194182; }
span { border-color: rgb(25,65,130); }
td.TdClassName
{
border-color: #194182;
}
.TagClassName
{
border-color: #194182;
}
</style>