Shades of Dark Cerulean #194373
Tints of Dark Cerulean #194373
RGB
CMYK
RGB Variations
Color information
#194373 (or 0x194373) is known color: Dark Cerulean. HEX triplet: 19, 43 and 73. RGB value is (25,67,115). Sum of RGB (Red+Green+Blue) = 25+67+115=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #194373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194373 is #E6BC8C. Grayscale: #3B3B3B. Windows color (decimal): -15121549 or 7553817. OLE color: 7553817.
HSL color Cylindrical-coordinate representation of color #194373: hue angle of 212º 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 #194373 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 67 | 115 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.55 |
| HSL | 212º | 0.64% | 0.27% | - |
| HSV(B) | 212º | 0.78% | 0.45% | - |
| XYZ | 5.5 | 5.46 | 16.98 | - |
| YUV | 59.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 115 | 0.78 | 0.42 | 0 | 0.55 | 212 | 0.64 | 0.27 |
| Hex | 19 | 43 | 73 | 4E | 2A | 0 | 37 | D4 | 40 | 1B |
| Octal | 31 | 103 | 163 | 116 | 52 | 0 | 67 | 324 | 100 | 33 |
| Binary | 11001 | 1000011 | 1110011 | 1001110 | 101010 | 0 | 110111 | 11010100 | 1000000 | 11011 |
Color Harmonies of #194373
Complementary color
Monochromatic Colors of #194373
Black with #194373
Text Example
Text Example
White with #194373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194373; }
p { color: rgb(25,67,115); }
H1.HeaderClassName
{
color: #194373;
}
.AnyTagClassName
{
color: #194373;
}
</style>
background-color css
<style>
a { background-color: #194373; }
a { background-color: rgb(25,67,115); }
div.DivClassName
{
background-color: #194373;
}
.BgClassName
{
background-color: #194373;
}
</style>
border-color css
<style>
span { border-color: #194373; }
span { border-color: rgb(25,67,115); }
td.TdClassName
{
border-color: #194373;
}
.TagClassName
{
border-color: #194373;
}
</style>