Shades of Cerulean Blue #194DB4
Tints of Cerulean Blue #194DB4
RGB
CMYK
RGB Variations
Color information
#194DB4 (or 0x194DB4) is known color: Cerulean Blue. HEX triplet: 19, 4D and B4. RGB value is (25,77,180). Sum of RGB (Red+Green+Blue) = 25+77+180=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #194DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DB4 is #E6B24B. Grayscale: #484848. Windows color (decimal): -15118924 or 11816217. OLE color: 11816217.
HSL color Cylindrical-coordinate representation of color #194DB4: hue angle of 219.87º 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 #194DB4 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 77 | 180 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.29 |
| HSL | 219.87º | 0.76% | 0.4% | - |
| HSV(B) | 219.87º | 0.86% | 0.71% | - |
| XYZ | 11.29 | 8.81 | 44.29 | - |
| YUV | 73.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 180 | 0.86 | 0.57 | 0 | 0.29 | 219.87 | 0.76 | 0.4 |
| Hex | 19 | 4D | B4 | 56 | 39 | 0 | 1D | DC | 4C | 28 |
| Octal | 31 | 115 | 264 | 126 | 71 | 0 | 35 | 334 | 114 | 50 |
| Binary | 11001 | 1001101 | 10110100 | 1010110 | 111001 | 0 | 11101 | 11011100 | 1001100 | 101000 |
Color Harmonies of #194DB4
Complementary color
Monochromatic Colors of #194DB4
Black with #194DB4
Text Example
Text Example
White with #194DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DB4; }
p { color: rgb(25,77,180); }
H1.HeaderClassName
{
color: #194DB4;
}
.AnyTagClassName
{
color: #194DB4;
}
</style>
background-color css
<style>
a { background-color: #194DB4; }
a { background-color: rgb(25,77,180); }
div.DivClassName
{
background-color: #194DB4;
}
.BgClassName
{
background-color: #194DB4;
}
</style>
border-color css
<style>
span { border-color: #194DB4; }
span { border-color: rgb(25,77,180); }
td.TdClassName
{
border-color: #194DB4;
}
.TagClassName
{
border-color: #194DB4;
}
</style>