Shades of Cerulean Blue #194AB2
Tints of Cerulean Blue #194AB2
RGB
CMYK
RGB Variations
Color information
#194AB2 (or 0x194AB2) is known color: Cerulean Blue. HEX triplet: 19, 4A and B2. RGB value is (25,74,178). Sum of RGB (Red+Green+Blue) = 25+74+178=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 178 (69.92% from 255 or 64.26% from 277); Max value from RGB is 178 - color contains mainly: blue. Hex color #194AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194AB2 is #E6B54D. Grayscale: #464646. Windows color (decimal): -15119694 or 11684377. OLE color: 11684377.
HSL color Cylindrical-coordinate representation of color #194AB2: hue angle of 220.78º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194AB2 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 74 | 178 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.30 |
| HSL | 220.78º | 0.75% | 0.4% | - |
| HSV(B) | 220.78º | 0.86% | 0.7% | - |
| XYZ | 10.89 | 8.32 | 43.15 | - |
| YUV | 71.21 | 188.27 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 178 | 0.86 | 0.58 | 0 | 0.30 | 220.78 | 0.75 | 0.4 |
| Hex | 19 | 4A | B2 | 56 | 3A | 0 | 1E | DD | 4B | 28 |
| Octal | 31 | 112 | 262 | 126 | 72 | 0 | 36 | 335 | 113 | 50 |
| Binary | 11001 | 1001010 | 10110010 | 1010110 | 111010 | 0 | 11110 | 11011101 | 1001011 | 101000 |
Color Harmonies of #194AB2
Complementary color
Monochromatic Colors of #194AB2
Black with #194AB2
Text Example
Text Example
White with #194AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AB2; }
p { color: rgb(25,74,178); }
H1.HeaderClassName
{
color: #194AB2;
}
.AnyTagClassName
{
color: #194AB2;
}
</style>
background-color css
<style>
a { background-color: #194AB2; }
a { background-color: rgb(25,74,178); }
div.DivClassName
{
background-color: #194AB2;
}
.BgClassName
{
background-color: #194AB2;
}
</style>
border-color css
<style>
span { border-color: #194AB2; }
span { border-color: rgb(25,74,178); }
td.TdClassName
{
border-color: #194AB2;
}
.TagClassName
{
border-color: #194AB2;
}
</style>