Shades of Cerulean Blue #194BB7
Tints of Cerulean Blue #194BB7
RGB
CMYK
RGB Variations
Color information
#194BB7 (or 0x194BB7) is known color: Cerulean Blue. HEX triplet: 19, 4B and B7. RGB value is (25,75,183). Sum of RGB (Red+Green+Blue) = 25+75+183=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 183 (71.88% from 255 or 64.66% from 283); Max value from RGB is 183 - color contains mainly: blue. Hex color #194BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BB7 is #E6B448. Grayscale: #474747. Windows color (decimal): -15119433 or 12012313. OLE color: 12012313.
HSL color Cylindrical-coordinate representation of color #194BB7: hue angle of 221.01º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194BB7 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 75 | 183 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.28 |
| HSL | 221.01º | 0.76% | 0.41% | - |
| HSV(B) | 221.01º | 0.86% | 0.72% | - |
| XYZ | 11.46 | 8.66 | 45.87 | - |
| YUV | 72.36 | 190.44 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 183 | 0.86 | 0.59 | 0 | 0.28 | 221.01 | 0.76 | 0.41 |
| Hex | 19 | 4B | B7 | 56 | 3B | 0 | 1C | DD | 4C | 29 |
| Octal | 31 | 113 | 267 | 126 | 73 | 0 | 34 | 335 | 114 | 51 |
| Binary | 11001 | 1001011 | 10110111 | 1010110 | 111011 | 0 | 11100 | 11011101 | 1001100 | 101001 |
Color Harmonies of #194BB7
Complementary color
Monochromatic Colors of #194BB7
Black with #194BB7
Text Example
Text Example
White with #194BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BB7; }
p { color: rgb(25,75,183); }
H1.HeaderClassName
{
color: #194BB7;
}
.AnyTagClassName
{
color: #194BB7;
}
</style>
background-color css
<style>
a { background-color: #194BB7; }
a { background-color: rgb(25,75,183); }
div.DivClassName
{
background-color: #194BB7;
}
.BgClassName
{
background-color: #194BB7;
}
</style>
border-color css
<style>
span { border-color: #194BB7; }
span { border-color: rgb(25,75,183); }
td.TdClassName
{
border-color: #194BB7;
}
.TagClassName
{
border-color: #194BB7;
}
</style>