Shades of Cerulean Blue #194FB4
Tints of Cerulean Blue #194FB4
RGB
CMYK
RGB Variations
Color information
#194FB4 (or 0x194FB4) is known color: Cerulean Blue. HEX triplet: 19, 4F and B4. RGB value is (25,79,180). Sum of RGB (Red+Green+Blue) = 25+79+180=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 180 (70.70% from 255 or 63.38% from 284); Max value from RGB is 180 - color contains mainly: blue. Hex color #194FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FB4 is #E6B04B. Grayscale: #494949. Windows color (decimal): -15118412 or 11816729. OLE color: 11816729.
HSL color Cylindrical-coordinate representation of color #194FB4: hue angle of 219.1º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194FB4 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 79 | 180 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.29 |
| HSL | 219.1º | 0.76% | 0.4% | - |
| HSV(B) | 219.1º | 0.86% | 0.71% | - |
| XYZ | 11.44 | 9.09 | 44.33 | - |
| YUV | 74.37 | 187.61 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 180 | 0.86 | 0.56 | 0 | 0.29 | 219.1 | 0.76 | 0.4 |
| Hex | 19 | 4F | B4 | 56 | 38 | 0 | 1D | DB | 4C | 28 |
| Octal | 31 | 117 | 264 | 126 | 70 | 0 | 35 | 333 | 114 | 50 |
| Binary | 11001 | 1001111 | 10110100 | 1010110 | 111000 | 0 | 11101 | 11011011 | 1001100 | 101000 |
Color Harmonies of #194FB4
Complementary color
Monochromatic Colors of #194FB4
Black with #194FB4
Text Example
Text Example
White with #194FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FB4; }
p { color: rgb(25,79,180); }
H1.HeaderClassName
{
color: #194FB4;
}
.AnyTagClassName
{
color: #194FB4;
}
</style>
background-color css
<style>
a { background-color: #194FB4; }
a { background-color: rgb(25,79,180); }
div.DivClassName
{
background-color: #194FB4;
}
.BgClassName
{
background-color: #194FB4;
}
</style>
border-color css
<style>
span { border-color: #194FB4; }
span { border-color: rgb(25,79,180); }
td.TdClassName
{
border-color: #194FB4;
}
.TagClassName
{
border-color: #194FB4;
}
</style>