Shades of Cerulean Blue #194FCB
Tints of Cerulean Blue #194FCB
RGB
CMYK
RGB Variations
Color information
#194FCB (or 0x194FCB) is known color: Cerulean Blue. HEX triplet: 19, 4F and CB. RGB value is (25,79,203). Sum of RGB (Red+Green+Blue) = 25+79+203=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #194FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FCB is #E6B034. Grayscale: #4C4C4C. Windows color (decimal): -15118389 or 13324057. OLE color: 13324057.
HSL color Cylindrical-coordinate representation of color #194FCB: hue angle of 221.8º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194FCB is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 79 | 203 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.20 |
| HSL | 221.8º | 0.78% | 0.45% | - |
| HSV(B) | 221.8º | 0.88% | 0.8% | - |
| XYZ | 13.98 | 10.11 | 57.71 | - |
| YUV | 76.99 | 199.11 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 203 | 0.88 | 0.61 | 0 | 0.20 | 221.8 | 0.78 | 0.45 |
| Hex | 19 | 4F | CB | 58 | 3D | 0 | 14 | DE | 4E | 2D |
| Octal | 31 | 117 | 313 | 130 | 75 | 0 | 24 | 336 | 116 | 55 |
| Binary | 11001 | 1001111 | 11001011 | 1011000 | 111101 | 0 | 10100 | 11011110 | 1001110 | 101101 |
Color Harmonies of #194FCB
Complementary color
Monochromatic Colors of #194FCB
Black with #194FCB
Text Example
Text Example
White with #194FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FCB; }
p { color: rgb(25,79,203); }
H1.HeaderClassName
{
color: #194FCB;
}
.AnyTagClassName
{
color: #194FCB;
}
</style>
background-color css
<style>
a { background-color: #194FCB; }
a { background-color: rgb(25,79,203); }
div.DivClassName
{
background-color: #194FCB;
}
.BgClassName
{
background-color: #194FCB;
}
</style>
border-color css
<style>
span { border-color: #194FCB; }
span { border-color: rgb(25,79,203); }
td.TdClassName
{
border-color: #194FCB;
}
.TagClassName
{
border-color: #194FCB;
}
</style>