Shades of Cerulean Blue #194AB7
Tints of Cerulean Blue #194AB7
RGB
CMYK
RGB Variations
Color information
#194AB7 (or 0x194AB7) is known color: Cerulean Blue. HEX triplet: 19, 4A and B7. RGB value is (25,74,183). Sum of RGB (Red+Green+Blue) = 25+74+183=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 183 (71.88% from 255 or 64.89% from 282); Max value from RGB is 183 - color contains mainly: blue. Hex color #194AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AB7 is #E6B548. Grayscale: #474747. Windows color (decimal): -15119689 or 12012057. OLE color: 12012057.
HSL color Cylindrical-coordinate representation of color #194AB7: hue angle of 221.39º 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 #194AB7 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 74 | 183 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.28 |
| HSL | 221.39º | 0.76% | 0.41% | - |
| HSV(B) | 221.39º | 0.86% | 0.72% | - |
| XYZ | 11.4 | 8.52 | 45.84 | - |
| YUV | 71.78 | 190.77 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 183 | 0.86 | 0.60 | 0 | 0.28 | 221.39 | 0.76 | 0.41 |
| Hex | 19 | 4A | B7 | 56 | 3C | 0 | 1C | DD | 4C | 29 |
| Octal | 31 | 112 | 267 | 126 | 74 | 0 | 34 | 335 | 114 | 51 |
| Binary | 11001 | 1001010 | 10110111 | 1010110 | 111100 | 0 | 11100 | 11011101 | 1001100 | 101001 |
Color Harmonies of #194AB7
Complementary color
Monochromatic Colors of #194AB7
Black with #194AB7
Text Example
Text Example
White with #194AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AB7; }
p { color: rgb(25,74,183); }
H1.HeaderClassName
{
color: #194AB7;
}
.AnyTagClassName
{
color: #194AB7;
}
</style>
background-color css
<style>
a { background-color: #194AB7; }
a { background-color: rgb(25,74,183); }
div.DivClassName
{
background-color: #194AB7;
}
.BgClassName
{
background-color: #194AB7;
}
</style>
border-color css
<style>
span { border-color: #194AB7; }
span { border-color: rgb(25,74,183); }
td.TdClassName
{
border-color: #194AB7;
}
.TagClassName
{
border-color: #194AB7;
}
</style>