Shades of Cerulean Blue #194DB1
Tints of Cerulean Blue #194DB1
RGB
CMYK
RGB Variations
Color information
#194DB1 (or 0x194DB1) is known color: Cerulean Blue. HEX triplet: 19, 4D and B1. RGB value is (25,77,177). Sum of RGB (Red+Green+Blue) = 25+77+177=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 177 (69.53% from 255 or 63.44% from 279); Max value from RGB is 177 - color contains mainly: blue. Hex color #194DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DB1 is #E6B24E. Grayscale: #484848. Windows color (decimal): -15118927 or 11619609. OLE color: 11619609.
HSL color Cylindrical-coordinate representation of color #194DB1: hue angle of 219.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194DB1 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 77 | 177 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.31 |
| HSL | 219.47º | 0.75% | 0.4% | - |
| HSV(B) | 219.47º | 0.86% | 0.69% | - |
| XYZ | 10.99 | 8.69 | 42.69 | - |
| YUV | 72.85 | 186.77 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 177 | 0.86 | 0.56 | 0 | 0.31 | 219.47 | 0.75 | 0.4 |
| Hex | 19 | 4D | B1 | 56 | 38 | 0 | 1F | DB | 4B | 28 |
| Octal | 31 | 115 | 261 | 126 | 70 | 0 | 37 | 333 | 113 | 50 |
| Binary | 11001 | 1001101 | 10110001 | 1010110 | 111000 | 0 | 11111 | 11011011 | 1001011 | 101000 |
Color Harmonies of #194DB1
Complementary color
Monochromatic Colors of #194DB1
Black with #194DB1
Text Example
Text Example
White with #194DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DB1; }
p { color: rgb(25,77,177); }
H1.HeaderClassName
{
color: #194DB1;
}
.AnyTagClassName
{
color: #194DB1;
}
</style>
background-color css
<style>
a { background-color: #194DB1; }
a { background-color: rgb(25,77,177); }
div.DivClassName
{
background-color: #194DB1;
}
.BgClassName
{
background-color: #194DB1;
}
</style>
border-color css
<style>
span { border-color: #194DB1; }
span { border-color: rgb(25,77,177); }
td.TdClassName
{
border-color: #194DB1;
}
.TagClassName
{
border-color: #194DB1;
}
</style>