Shades of Dark Cerulean #194A70
Tints of Dark Cerulean #194A70
RGB
CMYK
RGB Variations
Color information
#194A70 (or 0x194A70) is known color: Dark Cerulean. HEX triplet: 19, 4A and 70. RGB value is (25,74,112). Sum of RGB (Red+Green+Blue) = 25+74+112=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #194A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A70 is #E6B58F. Grayscale: #3F3F3F. Windows color (decimal): -15119760 or 7359001. OLE color: 7359001.
HSL color Cylindrical-coordinate representation of color #194A70: hue angle of 206.21º 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 #194A70 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 74 | 112 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.56 |
| HSL | 206.21º | 0.64% | 0.27% | - |
| HSV(B) | 206.21º | 0.78% | 0.44% | - |
| XYZ | 5.77 | 6.27 | 16.24 | - |
| YUV | 63.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 112 | 0.78 | 0.34 | 0 | 0.56 | 206.21 | 0.64 | 0.27 |
| Hex | 19 | 4A | 70 | 4E | 22 | 0 | 38 | CE | 40 | 1B |
| Octal | 31 | 112 | 160 | 116 | 42 | 0 | 70 | 316 | 100 | 33 |
| Binary | 11001 | 1001010 | 1110000 | 1001110 | 100010 | 0 | 111000 | 11001110 | 1000000 | 11011 |
Color Harmonies of #194A70
Complementary color
Monochromatic Colors of #194A70
Black with #194A70
Text Example
Text Example
White with #194A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A70; }
p { color: rgb(25,74,112); }
H1.HeaderClassName
{
color: #194A70;
}
.AnyTagClassName
{
color: #194A70;
}
</style>
background-color css
<style>
a { background-color: #194A70; }
a { background-color: rgb(25,74,112); }
div.DivClassName
{
background-color: #194A70;
}
.BgClassName
{
background-color: #194A70;
}
</style>
border-color css
<style>
span { border-color: #194A70; }
span { border-color: rgb(25,74,112); }
td.TdClassName
{
border-color: #194A70;
}
.TagClassName
{
border-color: #194A70;
}
</style>