Shades of Dark Cerulean #194C7E
Tints of Dark Cerulean #194C7E
RGB
CMYK
RGB Variations
Color information
#194C7E (or 0x194C7E) is known color: Dark Cerulean. HEX triplet: 19, 4C and 7E. RGB value is (25,76,126). Sum of RGB (Red+Green+Blue) = 25+76+126=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #194C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C7E is #E6B381. Grayscale: #424242. Windows color (decimal): -15119234 or 8277017. OLE color: 8277017.
HSL color Cylindrical-coordinate representation of color #194C7E: hue angle of 209.7º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194C7E is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 76 | 126 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.51 |
| HSL | 209.7º | 0.67% | 0.3% | - |
| HSV(B) | 209.7º | 0.8% | 0.49% | - |
| XYZ | 6.75 | 6.88 | 20.71 | - |
| YUV | 66.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 126 | 0.80 | 0.40 | 0 | 0.51 | 209.7 | 0.67 | 0.3 |
| Hex | 19 | 4C | 7E | 50 | 28 | 0 | 33 | D2 | 43 | 1E |
| Octal | 31 | 114 | 176 | 120 | 50 | 0 | 63 | 322 | 103 | 36 |
| Binary | 11001 | 1001100 | 1111110 | 1010000 | 101000 | 0 | 110011 | 11010010 | 1000011 | 11110 |
Color Harmonies of #194C7E
Complementary color
Monochromatic Colors of #194C7E
Black with #194C7E
Text Example
Text Example
White with #194C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C7E; }
p { color: rgb(25,76,126); }
H1.HeaderClassName
{
color: #194C7E;
}
.AnyTagClassName
{
color: #194C7E;
}
</style>
background-color css
<style>
a { background-color: #194C7E; }
a { background-color: rgb(25,76,126); }
div.DivClassName
{
background-color: #194C7E;
}
.BgClassName
{
background-color: #194C7E;
}
</style>
border-color css
<style>
span { border-color: #194C7E; }
span { border-color: rgb(25,76,126); }
td.TdClassName
{
border-color: #194C7E;
}
.TagClassName
{
border-color: #194C7E;
}
</style>