Shades of Dark Cerulean #194C7F
Tints of Dark Cerulean #194C7F
RGB
CMYK
RGB Variations
Color information
#194C7F (or 0x194C7F) is known color: Dark Cerulean. HEX triplet: 19, 4C and 7F. RGB value is (25,76,127). Sum of RGB (Red+Green+Blue) = 25+76+127=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #194C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C7F is #E6B380. Grayscale: #424242. Windows color (decimal): -15119233 or 8342553. OLE color: 8342553.
HSL color Cylindrical-coordinate representation of color #194C7F: hue angle of 210º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194C7F is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 76 | 127 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.50 |
| HSL | 210º | 0.67% | 0.3% | - |
| HSV(B) | 210º | 0.8% | 0.5% | - |
| XYZ | 6.82 | 6.91 | 21.05 | - |
| YUV | 66.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 127 | 0.80 | 0.40 | 0 | 0.50 | 210 | 0.67 | 0.3 |
| Hex | 19 | 4C | 7F | 50 | 28 | 0 | 32 | D2 | 43 | 1E |
| Octal | 31 | 114 | 177 | 120 | 50 | 0 | 62 | 322 | 103 | 36 |
| Binary | 11001 | 1001100 | 1111111 | 1010000 | 101000 | 0 | 110010 | 11010010 | 1000011 | 11110 |
Color Harmonies of #194C7F
Complementary color
Monochromatic Colors of #194C7F
Black with #194C7F
Text Example
Text Example
White with #194C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C7F; }
p { color: rgb(25,76,127); }
H1.HeaderClassName
{
color: #194C7F;
}
.AnyTagClassName
{
color: #194C7F;
}
</style>
background-color css
<style>
a { background-color: #194C7F; }
a { background-color: rgb(25,76,127); }
div.DivClassName
{
background-color: #194C7F;
}
.BgClassName
{
background-color: #194C7F;
}
</style>
border-color css
<style>
span { border-color: #194C7F; }
span { border-color: rgb(25,76,127); }
td.TdClassName
{
border-color: #194C7F;
}
.TagClassName
{
border-color: #194C7F;
}
</style>