Shades of Dark Cerulean #194173
Tints of Dark Cerulean #194173
RGB
CMYK
RGB Variations
Color information
#194173 (or 0x194173) is known color: Dark Cerulean. HEX triplet: 19, 41 and 73. RGB value is (25,65,115). Sum of RGB (Red+Green+Blue) = 25+65+115=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #194173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194173 is #E6BE8C. Grayscale: #3A3A3A. Windows color (decimal): -15122061 or 7553305. OLE color: 7553305.
HSL color Cylindrical-coordinate representation of color #194173: hue angle of 213.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194173 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 65 | 115 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.55 |
| HSL | 213.33º | 0.64% | 0.27% | - |
| HSV(B) | 213.33º | 0.78% | 0.45% | - |
| XYZ | 5.39 | 5.23 | 16.94 | - |
| YUV | 58.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 115 | 0.78 | 0.43 | 0 | 0.55 | 213.33 | 0.64 | 0.27 |
| Hex | 19 | 41 | 73 | 4E | 2B | 0 | 37 | D5 | 40 | 1B |
| Octal | 31 | 101 | 163 | 116 | 53 | 0 | 67 | 325 | 100 | 33 |
| Binary | 11001 | 1000001 | 1110011 | 1001110 | 101011 | 0 | 110111 | 11010101 | 1000000 | 11011 |
Color Harmonies of #194173
Complementary color
Monochromatic Colors of #194173
Black with #194173
Text Example
Text Example
White with #194173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194173; }
p { color: rgb(25,65,115); }
H1.HeaderClassName
{
color: #194173;
}
.AnyTagClassName
{
color: #194173;
}
</style>
background-color css
<style>
a { background-color: #194173; }
a { background-color: rgb(25,65,115); }
div.DivClassName
{
background-color: #194173;
}
.BgClassName
{
background-color: #194173;
}
</style>
border-color css
<style>
span { border-color: #194173; }
span { border-color: rgb(25,65,115); }
td.TdClassName
{
border-color: #194173;
}
.TagClassName
{
border-color: #194173;
}
</style>