Shades of Dark Cerulean #194371
Tints of Dark Cerulean #194371
RGB
CMYK
RGB Variations
Color information
#194371 (or 0x194371) is known color: Dark Cerulean. HEX triplet: 19, 43 and 71. RGB value is (25,67,113). Sum of RGB (Red+Green+Blue) = 25+67+113=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #194371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194371 is #E6BC8E. Grayscale: #3B3B3B. Windows color (decimal): -15121551 or 7422745. OLE color: 7422745.
HSL color Cylindrical-coordinate representation of color #194371: hue angle of 211.36º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194371 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 67 | 113 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.56 |
| HSL | 211.36º | 0.64% | 0.27% | - |
| HSV(B) | 211.36º | 0.78% | 0.44% | - |
| XYZ | 5.39 | 5.41 | 16.38 | - |
| YUV | 59.69 | 158.09 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 113 | 0.78 | 0.41 | 0 | 0.56 | 211.36 | 0.64 | 0.27 |
| Hex | 19 | 43 | 71 | 4E | 29 | 0 | 38 | D3 | 40 | 1B |
| Octal | 31 | 103 | 161 | 116 | 51 | 0 | 70 | 323 | 100 | 33 |
| Binary | 11001 | 1000011 | 1110001 | 1001110 | 101001 | 0 | 111000 | 11010011 | 1000000 | 11011 |
Color Harmonies of #194371
Complementary color
Monochromatic Colors of #194371
Black with #194371
Text Example
Text Example
White with #194371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194371; }
p { color: rgb(25,67,113); }
H1.HeaderClassName
{
color: #194371;
}
.AnyTagClassName
{
color: #194371;
}
</style>
background-color css
<style>
a { background-color: #194371; }
a { background-color: rgb(25,67,113); }
div.DivClassName
{
background-color: #194371;
}
.BgClassName
{
background-color: #194371;
}
</style>
border-color css
<style>
span { border-color: #194371; }
span { border-color: rgb(25,67,113); }
td.TdClassName
{
border-color: #194371;
}
.TagClassName
{
border-color: #194371;
}
</style>