Shades of Cerulean Blue #194BAE
Tints of Cerulean Blue #194BAE
RGB
CMYK
RGB Variations
Color information
#194BAE (or 0x194BAE) is known color: Cerulean Blue. HEX triplet: 19, 4B and AE. RGB value is (25,75,174). Sum of RGB (Red+Green+Blue) = 25+75+174=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #194BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194BAE is #E6B451. Grayscale: #464646. Windows color (decimal): -15119442 or 11422489. OLE color: 11422489.
HSL color Cylindrical-coordinate representation of color #194BAE: hue angle of 219.87º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194BAE is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 75 | 174 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.32 |
| HSL | 219.87º | 0.75% | 0.39% | - |
| HSV(B) | 219.87º | 0.86% | 0.68% | - |
| XYZ | 10.56 | 8.29 | 41.09 | - |
| YUV | 71.34 | 185.94 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 174 | 0.86 | 0.57 | 0 | 0.32 | 219.87 | 0.75 | 0.39 |
| Hex | 19 | 4B | AE | 56 | 39 | 0 | 20 | DC | 4B | 27 |
| Octal | 31 | 113 | 256 | 126 | 71 | 0 | 40 | 334 | 113 | 47 |
| Binary | 11001 | 1001011 | 10101110 | 1010110 | 111001 | 0 | 100000 | 11011100 | 1001011 | 100111 |
Color Harmonies of #194BAE
Complementary color
Monochromatic Colors of #194BAE
Black with #194BAE
Text Example
Text Example
White with #194BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BAE; }
p { color: rgb(25,75,174); }
H1.HeaderClassName
{
color: #194BAE;
}
.AnyTagClassName
{
color: #194BAE;
}
</style>
background-color css
<style>
a { background-color: #194BAE; }
a { background-color: rgb(25,75,174); }
div.DivClassName
{
background-color: #194BAE;
}
.BgClassName
{
background-color: #194BAE;
}
</style>
border-color css
<style>
span { border-color: #194BAE; }
span { border-color: rgb(25,75,174); }
td.TdClassName
{
border-color: #194BAE;
}
.TagClassName
{
border-color: #194BAE;
}
</style>