Shades of Cerulean Blue #184BC0
Tints of Cerulean Blue #184BC0
RGB
CMYK
RGB Variations
Color information
#184BC0 (or 0x184BC0) is known color: Cerulean Blue. HEX triplet: 18, 4B and C0. RGB value is (24,75,192). Sum of RGB (Red+Green+Blue) = 24+75+192=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #184BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #184BC0 is #E7B43F. Grayscale: #484848. Windows color (decimal): -15184960 or 12602136. OLE color: 12602136.
HSL color Cylindrical-coordinate representation of color #184BC0: hue angle of 221.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #184BC0 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 75 | 192 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.25 |
| HSL | 221.79º | 0.78% | 0.42% | - |
| HSV(B) | 221.79º | 0.88% | 0.75% | - |
| XYZ | 12.41 | 9.03 | 50.96 | - |
| YUV | 73.09 | 195.1 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 192 | 0.88 | 0.61 | 0 | 0.25 | 221.79 | 0.78 | 0.42 |
| Hex | 18 | 4B | C0 | 58 | 3D | 0 | 19 | DE | 4E | 2A |
| Octal | 30 | 113 | 300 | 130 | 75 | 0 | 31 | 336 | 116 | 52 |
| Binary | 11000 | 1001011 | 11000000 | 1011000 | 111101 | 0 | 11001 | 11011110 | 1001110 | 101010 |
Color Harmonies of #184BC0
Complementary color
Monochromatic Colors of #184BC0
Black with #184BC0
Text Example
Text Example
White with #184BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BC0; }
p { color: rgb(24,75,192); }
H1.HeaderClassName
{
color: #184BC0;
}
.AnyTagClassName
{
color: #184BC0;
}
</style>
background-color css
<style>
a { background-color: #184BC0; }
a { background-color: rgb(24,75,192); }
div.DivClassName
{
background-color: #184BC0;
}
.BgClassName
{
background-color: #184BC0;
}
</style>
border-color css
<style>
span { border-color: #184BC0; }
span { border-color: rgb(24,75,192); }
td.TdClassName
{
border-color: #184BC0;
}
.TagClassName
{
border-color: #184BC0;
}
</style>