Shades of Cerulean Blue #194DB6
Tints of Cerulean Blue #194DB6
RGB
CMYK
RGB Variations
Color information
#194DB6 (or 0x194DB6) is known color: Cerulean Blue. HEX triplet: 19, 4D and B6. RGB value is (25,77,182). Sum of RGB (Red+Green+Blue) = 25+77+182=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 182 (71.48% from 255 or 64.08% from 284); Max value from RGB is 182 - color contains mainly: blue. Hex color #194DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DB6 is #E6B249. Grayscale: #484848. Windows color (decimal): -15118922 or 11947289. OLE color: 11947289.
HSL color Cylindrical-coordinate representation of color #194DB6: hue angle of 220.13º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194DB6 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 77 | 182 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.29 |
| HSL | 220.13º | 0.76% | 0.41% | - |
| HSV(B) | 220.13º | 0.86% | 0.71% | - |
| XYZ | 11.5 | 8.89 | 45.37 | - |
| YUV | 73.42 | 189.27 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 182 | 0.86 | 0.58 | 0 | 0.29 | 220.13 | 0.76 | 0.41 |
| Hex | 19 | 4D | B6 | 56 | 3A | 0 | 1D | DC | 4C | 29 |
| Octal | 31 | 115 | 266 | 126 | 72 | 0 | 35 | 334 | 114 | 51 |
| Binary | 11001 | 1001101 | 10110110 | 1010110 | 111010 | 0 | 11101 | 11011100 | 1001100 | 101001 |
Color Harmonies of #194DB6
Complementary color
Monochromatic Colors of #194DB6
Black with #194DB6
Text Example
Text Example
White with #194DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DB6; }
p { color: rgb(25,77,182); }
H1.HeaderClassName
{
color: #194DB6;
}
.AnyTagClassName
{
color: #194DB6;
}
</style>
background-color css
<style>
a { background-color: #194DB6; }
a { background-color: rgb(25,77,182); }
div.DivClassName
{
background-color: #194DB6;
}
.BgClassName
{
background-color: #194DB6;
}
</style>
border-color css
<style>
span { border-color: #194DB6; }
span { border-color: rgb(25,77,182); }
td.TdClassName
{
border-color: #194DB6;
}
.TagClassName
{
border-color: #194DB6;
}
</style>