Shades of Cerulean Blue #184FBC
Tints of Cerulean Blue #184FBC
RGB
CMYK
RGB Variations
Color information
#184FBC (or 0x184FBC) is known color: Cerulean Blue. HEX triplet: 18, 4F and BC. RGB value is (24,79,188). Sum of RGB (Red+Green+Blue) = 24+79+188=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #184FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #184FBC is #E7B043. Grayscale: #4A4A4A. Windows color (decimal): -15183940 or 12341016. OLE color: 12341016.
HSL color Cylindrical-coordinate representation of color #184FBC: hue angle of 219.88º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #184FBC is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 79 | 188 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.26 |
| HSL | 219.88º | 0.77% | 0.42% | - |
| HSV(B) | 219.88º | 0.87% | 0.74% | - |
| XYZ | 12.25 | 9.42 | 48.75 | - |
| YUV | 74.98 | 191.78 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 188 | 0.87 | 0.58 | 0 | 0.26 | 219.88 | 0.77 | 0.42 |
| Hex | 18 | 4F | BC | 57 | 3A | 0 | 1A | DC | 4D | 2A |
| Octal | 30 | 117 | 274 | 127 | 72 | 0 | 32 | 334 | 115 | 52 |
| Binary | 11000 | 1001111 | 10111100 | 1010111 | 111010 | 0 | 11010 | 11011100 | 1001101 | 101010 |
Color Harmonies of #184FBC
Complementary color
Monochromatic Colors of #184FBC
Black with #184FBC
Text Example
Text Example
White with #184FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FBC; }
p { color: rgb(24,79,188); }
H1.HeaderClassName
{
color: #184FBC;
}
.AnyTagClassName
{
color: #184FBC;
}
</style>
background-color css
<style>
a { background-color: #184FBC; }
a { background-color: rgb(24,79,188); }
div.DivClassName
{
background-color: #184FBC;
}
.BgClassName
{
background-color: #184FBC;
}
</style>
border-color css
<style>
span { border-color: #184FBC; }
span { border-color: rgb(24,79,188); }
td.TdClassName
{
border-color: #184FBC;
}
.TagClassName
{
border-color: #184FBC;
}
</style>