Shades of Dark Cerulean #194B7E
Tints of Dark Cerulean #194B7E
RGB
CMYK
RGB Variations
Color information
#194B7E (or 0x194B7E) is known color: Dark Cerulean. HEX triplet: 19, 4B and 7E. RGB value is (25,75,126). Sum of RGB (Red+Green+Blue) = 25+75+126=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #194B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B7E is #E6B481. Grayscale: #414141. Windows color (decimal): -15119490 or 8276761. OLE color: 8276761.
HSL color Cylindrical-coordinate representation of color #194B7E: hue angle of 210.3º 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 #194B7E is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 75 | 126 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.51 |
| HSL | 210.3º | 0.67% | 0.3% | - |
| HSV(B) | 210.3º | 0.8% | 0.49% | - |
| XYZ | 6.68 | 6.75 | 20.69 | - |
| YUV | 65.86 | 161.94 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 126 | 0.80 | 0.40 | 0 | 0.51 | 210.3 | 0.67 | 0.3 |
| Hex | 19 | 4B | 7E | 50 | 28 | 0 | 33 | D2 | 43 | 1E |
| Octal | 31 | 113 | 176 | 120 | 50 | 0 | 63 | 322 | 103 | 36 |
| Binary | 11001 | 1001011 | 1111110 | 1010000 | 101000 | 0 | 110011 | 11010010 | 1000011 | 11110 |
Color Harmonies of #194B7E
Complementary color
Monochromatic Colors of #194B7E
Black with #194B7E
Text Example
Text Example
White with #194B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B7E; }
p { color: rgb(25,75,126); }
H1.HeaderClassName
{
color: #194B7E;
}
.AnyTagClassName
{
color: #194B7E;
}
</style>
background-color css
<style>
a { background-color: #194B7E; }
a { background-color: rgb(25,75,126); }
div.DivClassName
{
background-color: #194B7E;
}
.BgClassName
{
background-color: #194B7E;
}
</style>
border-color css
<style>
span { border-color: #194B7E; }
span { border-color: rgb(25,75,126); }
td.TdClassName
{
border-color: #194B7E;
}
.TagClassName
{
border-color: #194B7E;
}
</style>