Shades of Cerulean Blue #194BEA
Tints of Cerulean Blue #194BEA
RGB
CMYK
RGB Variations
Color information
#194BEA (or 0x194BEA) is known color: Cerulean Blue. HEX triplet: 19, 4B and EA. RGB value is (25,75,234). Sum of RGB (Red+Green+Blue) = 25+75+234=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #194BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194BEA is #E6B415. Grayscale: #4D4D4D. Windows color (decimal): -15119382 or 15354649. OLE color: 15354649.
HSL color Cylindrical-coordinate representation of color #194BEA: hue angle of 225.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194BEA is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 75 | 234 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.08 |
| HSL | 225.65º | 0.83% | 0.51% | - |
| HSV(B) | 225.65º | 0.89% | 0.92% | - |
| XYZ | 17.77 | 11.18 | 79.06 | - |
| YUV | 78.18 | 215.94 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 234 | 0.89 | 0.68 | 0 | 0.08 | 225.65 | 0.83 | 0.51 |
| Hex | 19 | 4B | EA | 59 | 44 | 0 | 8 | E2 | 53 | 33 |
| Octal | 31 | 113 | 352 | 131 | 104 | 0 | 10 | 342 | 123 | 63 |
| Binary | 11001 | 1001011 | 11101010 | 1011001 | 1000100 | 0 | 1000 | 11100010 | 1010011 | 110011 |
Color Harmonies of #194BEA
Complementary color
Monochromatic Colors of #194BEA
Black with #194BEA
Text Example
Text Example
White with #194BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BEA; }
p { color: rgb(25,75,234); }
H1.HeaderClassName
{
color: #194BEA;
}
.AnyTagClassName
{
color: #194BEA;
}
</style>
background-color css
<style>
a { background-color: #194BEA; }
a { background-color: rgb(25,75,234); }
div.DivClassName
{
background-color: #194BEA;
}
.BgClassName
{
background-color: #194BEA;
}
</style>
border-color css
<style>
span { border-color: #194BEA; }
span { border-color: rgb(25,75,234); }
td.TdClassName
{
border-color: #194BEA;
}
.TagClassName
{
border-color: #194BEA;
}
</style>