Shades of Cerulean Blue #194CB5
Tints of Cerulean Blue #194CB5
RGB
CMYK
RGB Variations
Color information
#194CB5 (or 0x194CB5) is known color: Cerulean Blue. HEX triplet: 19, 4C and B5. RGB value is (25,76,181). Sum of RGB (Red+Green+Blue) = 25+76+181=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #194CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CB5 is #E6B34A. Grayscale: #484848. Windows color (decimal): -15119179 or 11881497. OLE color: 11881497.
HSL color Cylindrical-coordinate representation of color #194CB5: hue angle of 220.38º 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 #194CB5 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 76 | 181 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.29 |
| HSL | 220.38º | 0.76% | 0.4% | - |
| HSV(B) | 220.38º | 0.86% | 0.71% | - |
| XYZ | 11.33 | 8.71 | 44.8 | - |
| YUV | 72.72 | 189.1 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 181 | 0.86 | 0.58 | 0 | 0.29 | 220.38 | 0.76 | 0.4 |
| Hex | 19 | 4C | B5 | 56 | 3A | 0 | 1D | DC | 4C | 28 |
| Octal | 31 | 114 | 265 | 126 | 72 | 0 | 35 | 334 | 114 | 50 |
| Binary | 11001 | 1001100 | 10110101 | 1010110 | 111010 | 0 | 11101 | 11011100 | 1001100 | 101000 |
Color Harmonies of #194CB5
Complementary color
Monochromatic Colors of #194CB5
Black with #194CB5
Text Example
Text Example
White with #194CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CB5; }
p { color: rgb(25,76,181); }
H1.HeaderClassName
{
color: #194CB5;
}
.AnyTagClassName
{
color: #194CB5;
}
</style>
background-color css
<style>
a { background-color: #194CB5; }
a { background-color: rgb(25,76,181); }
div.DivClassName
{
background-color: #194CB5;
}
.BgClassName
{
background-color: #194CB5;
}
</style>
border-color css
<style>
span { border-color: #194CB5; }
span { border-color: rgb(25,76,181); }
td.TdClassName
{
border-color: #194CB5;
}
.TagClassName
{
border-color: #194CB5;
}
</style>