Shades of Cerulean Blue #194EAF
Tints of Cerulean Blue #194EAF
RGB
CMYK
RGB Variations
Color information
#194EAF (or 0x194EAF) is known color: Cerulean Blue. HEX triplet: 19, 4E and AF. RGB value is (25,78,175). Sum of RGB (Red+Green+Blue) = 25+78+175=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #194EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194EAF is #E6B150. Grayscale: #484848. Windows color (decimal): -15118673 or 11488793. OLE color: 11488793.
HSL color Cylindrical-coordinate representation of color #194EAF: hue angle of 218.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194EAF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 78 | 175 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.31 |
| HSL | 218.8º | 0.75% | 0.39% | - |
| HSV(B) | 218.8º | 0.86% | 0.69% | - |
| XYZ | 10.86 | 8.75 | 41.67 | - |
| YUV | 73.21 | 185.44 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 175 | 0.86 | 0.55 | 0 | 0.31 | 218.8 | 0.75 | 0.39 |
| Hex | 19 | 4E | AF | 56 | 37 | 0 | 1F | DB | 4B | 27 |
| Octal | 31 | 116 | 257 | 126 | 67 | 0 | 37 | 333 | 113 | 47 |
| Binary | 11001 | 1001110 | 10101111 | 1010110 | 110111 | 0 | 11111 | 11011011 | 1001011 | 100111 |
Color Harmonies of #194EAF
Complementary color
Monochromatic Colors of #194EAF
Black with #194EAF
Text Example
Text Example
White with #194EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EAF; }
p { color: rgb(25,78,175); }
H1.HeaderClassName
{
color: #194EAF;
}
.AnyTagClassName
{
color: #194EAF;
}
</style>
background-color css
<style>
a { background-color: #194EAF; }
a { background-color: rgb(25,78,175); }
div.DivClassName
{
background-color: #194EAF;
}
.BgClassName
{
background-color: #194EAF;
}
</style>
border-color css
<style>
span { border-color: #194EAF; }
span { border-color: rgb(25,78,175); }
td.TdClassName
{
border-color: #194EAF;
}
.TagClassName
{
border-color: #194EAF;
}
</style>