Shades of Cerulean Blue #194BDA
Tints of Cerulean Blue #194BDA
RGB
CMYK
RGB Variations
Color information
#194BDA (or 0x194BDA) is known color: Cerulean Blue. HEX triplet: 19, 4B and DA. RGB value is (25,75,218). Sum of RGB (Red+Green+Blue) = 25+75+218=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #194BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BDA is #E6B425. Grayscale: #4B4B4B. Windows color (decimal): -15119398 or 14306073. OLE color: 14306073.
HSL color Cylindrical-coordinate representation of color #194BDA: hue angle of 224.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194BDA is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 75 | 218 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.15 |
| HSL | 224.46º | 0.79% | 0.48% | - |
| HSV(B) | 224.46º | 0.89% | 0.85% | - |
| XYZ | 15.57 | 10.3 | 67.5 | - |
| YUV | 76.35 | 207.94 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 218 | 0.89 | 0.66 | 0 | 0.15 | 224.46 | 0.79 | 0.48 |
| Hex | 19 | 4B | DA | 59 | 42 | 0 | F | E0 | 4F | 30 |
| Octal | 31 | 113 | 332 | 131 | 102 | 0 | 17 | 340 | 117 | 60 |
| Binary | 11001 | 1001011 | 11011010 | 1011001 | 1000010 | 0 | 1111 | 11100000 | 1001111 | 110000 |
Color Harmonies of #194BDA
Complementary color
Monochromatic Colors of #194BDA
Black with #194BDA
Text Example
Text Example
White with #194BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BDA; }
p { color: rgb(25,75,218); }
H1.HeaderClassName
{
color: #194BDA;
}
.AnyTagClassName
{
color: #194BDA;
}
</style>
background-color css
<style>
a { background-color: #194BDA; }
a { background-color: rgb(25,75,218); }
div.DivClassName
{
background-color: #194BDA;
}
.BgClassName
{
background-color: #194BDA;
}
</style>
border-color css
<style>
span { border-color: #194BDA; }
span { border-color: rgb(25,75,218); }
td.TdClassName
{
border-color: #194BDA;
}
.TagClassName
{
border-color: #194BDA;
}
</style>