Shades of Dark Cerulean #194374
Tints of Dark Cerulean #194374
RGB
CMYK
RGB Variations
Color information
#194374 (or 0x194374) is known color: Dark Cerulean. HEX triplet: 19, 43 and 74. RGB value is (25,67,116). Sum of RGB (Red+Green+Blue) = 25+67+116=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #194374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194374 is #E6BC8B. Grayscale: #3B3B3B. Windows color (decimal): -15121548 or 7619353. OLE color: 7619353.
HSL color Cylindrical-coordinate representation of color #194374: hue angle of 212.31º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194374 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 67 | 116 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.55 |
| HSL | 212.31º | 0.65% | 0.28% | - |
| HSV(B) | 212.31º | 0.78% | 0.45% | - |
| XYZ | 5.56 | 5.48 | 17.29 | - |
| YUV | 60.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 116 | 0.78 | 0.42 | 0 | 0.55 | 212.31 | 0.65 | 0.28 |
| Hex | 19 | 43 | 74 | 4E | 2A | 0 | 37 | D4 | 41 | 1C |
| Octal | 31 | 103 | 164 | 116 | 52 | 0 | 67 | 324 | 101 | 34 |
| Binary | 11001 | 1000011 | 1110100 | 1001110 | 101010 | 0 | 110111 | 11010100 | 1000001 | 11100 |
Color Harmonies of #194374
Complementary color
Monochromatic Colors of #194374
Black with #194374
Text Example
Text Example
White with #194374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194374; }
p { color: rgb(25,67,116); }
H1.HeaderClassName
{
color: #194374;
}
.AnyTagClassName
{
color: #194374;
}
</style>
background-color css
<style>
a { background-color: #194374; }
a { background-color: rgb(25,67,116); }
div.DivClassName
{
background-color: #194374;
}
.BgClassName
{
background-color: #194374;
}
</style>
border-color css
<style>
span { border-color: #194374; }
span { border-color: rgb(25,67,116); }
td.TdClassName
{
border-color: #194374;
}
.TagClassName
{
border-color: #194374;
}
</style>