Shades of Dark Cerulean #194A7F
Tints of Dark Cerulean #194A7F
RGB
CMYK
RGB Variations
Color information
#194A7F (or 0x194A7F) is known color: Dark Cerulean. HEX triplet: 19, 4A and 7F. RGB value is (25,74,127). Sum of RGB (Red+Green+Blue) = 25+74+127=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #194A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A7F is #E6B580. Grayscale: #414141. Windows color (decimal): -15119745 or 8342041. OLE color: 8342041.
HSL color Cylindrical-coordinate representation of color #194A7F: hue angle of 211.18º 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 #194A7F is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 74 | 127 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.50 |
| HSL | 211.18º | 0.67% | 0.3% | - |
| HSV(B) | 211.18º | 0.8% | 0.5% | - |
| XYZ | 6.68 | 6.64 | 21.01 | - |
| YUV | 65.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 127 | 0.80 | 0.42 | 0 | 0.50 | 211.18 | 0.67 | 0.3 |
| Hex | 19 | 4A | 7F | 50 | 2A | 0 | 32 | D3 | 43 | 1E |
| Octal | 31 | 112 | 177 | 120 | 52 | 0 | 62 | 323 | 103 | 36 |
| Binary | 11001 | 1001010 | 1111111 | 1010000 | 101010 | 0 | 110010 | 11010011 | 1000011 | 11110 |
Color Harmonies of #194A7F
Complementary color
Monochromatic Colors of #194A7F
Black with #194A7F
Text Example
Text Example
White with #194A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A7F; }
p { color: rgb(25,74,127); }
H1.HeaderClassName
{
color: #194A7F;
}
.AnyTagClassName
{
color: #194A7F;
}
</style>
background-color css
<style>
a { background-color: #194A7F; }
a { background-color: rgb(25,74,127); }
div.DivClassName
{
background-color: #194A7F;
}
.BgClassName
{
background-color: #194A7F;
}
</style>
border-color css
<style>
span { border-color: #194A7F; }
span { border-color: rgb(25,74,127); }
td.TdClassName
{
border-color: #194A7F;
}
.TagClassName
{
border-color: #194A7F;
}
</style>