Shades of Cerulean Blue #194BCC
Tints of Cerulean Blue #194BCC
RGB
CMYK
RGB Variations
Color information
#194BCC (or 0x194BCC) is known color: Cerulean Blue. HEX triplet: 19, 4B and CC. RGB value is (25,75,204). Sum of RGB (Red+Green+Blue) = 25+75+204=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #194BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194BCC is #E6B433. Grayscale: #4A4A4A. Windows color (decimal): -15119412 or 13388569. OLE color: 13388569.
HSL color Cylindrical-coordinate representation of color #194BCC: hue angle of 223.24º 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 #194BCC is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 75 | 204 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.2 |
| HSL | 223.24º | 0.78% | 0.45% | - |
| HSV(B) | 223.24º | 0.88% | 0.8% | - |
| XYZ | 13.82 | 9.6 | 58.25 | - |
| YUV | 74.76 | 200.94 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 204 | 0.88 | 0.63 | 0 | 0.2 | 223.24 | 0.78 | 0.45 |
| Hex | 19 | 4B | CC | 58 | 3F | 0 | 14 | DF | 4E | 2D |
| Octal | 31 | 113 | 314 | 130 | 77 | 0 | 24 | 337 | 116 | 55 |
| Binary | 11001 | 1001011 | 11001100 | 1011000 | 111111 | 0 | 10100 | 11011111 | 1001110 | 101101 |
Color Harmonies of #194BCC
Complementary color
Monochromatic Colors of #194BCC
Black with #194BCC
Text Example
Text Example
White with #194BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BCC; }
p { color: rgb(25,75,204); }
H1.HeaderClassName
{
color: #194BCC;
}
.AnyTagClassName
{
color: #194BCC;
}
</style>
background-color css
<style>
a { background-color: #194BCC; }
a { background-color: rgb(25,75,204); }
div.DivClassName
{
background-color: #194BCC;
}
.BgClassName
{
background-color: #194BCC;
}
</style>
border-color css
<style>
span { border-color: #194BCC; }
span { border-color: rgb(25,75,204); }
td.TdClassName
{
border-color: #194BCC;
}
.TagClassName
{
border-color: #194BCC;
}
</style>