Shades of Cerulean Blue #194FBA
Tints of Cerulean Blue #194FBA
RGB
CMYK
RGB Variations
Color information
#194FBA (or 0x194FBA) is known color: Cerulean Blue. HEX triplet: 19, 4F and BA. RGB value is (25,79,186). Sum of RGB (Red+Green+Blue) = 25+79+186=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #194FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FBA is #E6B045. Grayscale: #4A4A4A. Windows color (decimal): -15118406 or 12209945. OLE color: 12209945.
HSL color Cylindrical-coordinate representation of color #194FBA: hue angle of 219.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194FBA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 79 | 186 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.27 |
| HSL | 219.88º | 0.76% | 0.41% | - |
| HSV(B) | 219.88º | 0.87% | 0.73% | - |
| XYZ | 12.06 | 9.34 | 47.62 | - |
| YUV | 75.05 | 190.61 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 186 | 0.87 | 0.58 | 0 | 0.27 | 219.88 | 0.76 | 0.41 |
| Hex | 19 | 4F | BA | 57 | 3A | 0 | 1B | DC | 4C | 29 |
| Octal | 31 | 117 | 272 | 127 | 72 | 0 | 33 | 334 | 114 | 51 |
| Binary | 11001 | 1001111 | 10111010 | 1010111 | 111010 | 0 | 11011 | 11011100 | 1001100 | 101001 |
Color Harmonies of #194FBA
Complementary color
Monochromatic Colors of #194FBA
Black with #194FBA
Text Example
Text Example
White with #194FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FBA; }
p { color: rgb(25,79,186); }
H1.HeaderClassName
{
color: #194FBA;
}
.AnyTagClassName
{
color: #194FBA;
}
</style>
background-color css
<style>
a { background-color: #194FBA; }
a { background-color: rgb(25,79,186); }
div.DivClassName
{
background-color: #194FBA;
}
.BgClassName
{
background-color: #194FBA;
}
</style>
border-color css
<style>
span { border-color: #194FBA; }
span { border-color: rgb(25,79,186); }
td.TdClassName
{
border-color: #194FBA;
}
.TagClassName
{
border-color: #194FBA;
}
</style>