Shades of Dark Cerulean #194B77
Tints of Dark Cerulean #194B77
RGB
CMYK
RGB Variations
Color information
#194B77 (or 0x194B77) is known color: Dark Cerulean. HEX triplet: 19, 4B and 77. RGB value is (25,75,119). Sum of RGB (Red+Green+Blue) = 25+75+119=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #194B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B77 is #E6B488. Grayscale: #404040. Windows color (decimal): -15119497 or 7818009. OLE color: 7818009.
HSL color Cylindrical-coordinate representation of color #194B77: hue angle of 208.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194B77 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 75 | 119 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.53 |
| HSL | 208.09º | 0.65% | 0.28% | - |
| HSV(B) | 208.09º | 0.79% | 0.47% | - |
| XYZ | 6.25 | 6.57 | 18.39 | - |
| YUV | 65.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 119 | 0.79 | 0.37 | 0 | 0.53 | 208.09 | 0.65 | 0.28 |
| Hex | 19 | 4B | 77 | 4F | 25 | 0 | 35 | D0 | 41 | 1C |
| Octal | 31 | 113 | 167 | 117 | 45 | 0 | 65 | 320 | 101 | 34 |
| Binary | 11001 | 1001011 | 1110111 | 1001111 | 100101 | 0 | 110101 | 11010000 | 1000001 | 11100 |
Color Harmonies of #194B77
Complementary color
Monochromatic Colors of #194B77
Black with #194B77
Text Example
Text Example
White with #194B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B77; }
p { color: rgb(25,75,119); }
H1.HeaderClassName
{
color: #194B77;
}
.AnyTagClassName
{
color: #194B77;
}
</style>
background-color css
<style>
a { background-color: #194B77; }
a { background-color: rgb(25,75,119); }
div.DivClassName
{
background-color: #194B77;
}
.BgClassName
{
background-color: #194B77;
}
</style>
border-color css
<style>
span { border-color: #194B77; }
span { border-color: rgb(25,75,119); }
td.TdClassName
{
border-color: #194B77;
}
.TagClassName
{
border-color: #194B77;
}
</style>