Shades of Cerulean Blue #184BBA
Tints of Cerulean Blue #184BBA
RGB
CMYK
RGB Variations
Color information
#184BBA (or 0x184BBA) is known color: Cerulean Blue. HEX triplet: 18, 4B and BA. RGB value is (24,75,186). Sum of RGB (Red+Green+Blue) = 24+75+186=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #184BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #184BBA is #E7B445. Grayscale: #474747. Windows color (decimal): -15184966 or 12208920. OLE color: 12208920.
HSL color Cylindrical-coordinate representation of color #184BBA: hue angle of 221.11º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #184BBA is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 75 | 186 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.27 |
| HSL | 221.11º | 0.77% | 0.41% | - |
| HSV(B) | 221.11º | 0.87% | 0.73% | - |
| XYZ | 11.76 | 8.77 | 47.53 | - |
| YUV | 72.41 | 192.1 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 186 | 0.87 | 0.60 | 0 | 0.27 | 221.11 | 0.77 | 0.41 |
| Hex | 18 | 4B | BA | 57 | 3C | 0 | 1B | DD | 4D | 29 |
| Octal | 30 | 113 | 272 | 127 | 74 | 0 | 33 | 335 | 115 | 51 |
| Binary | 11000 | 1001011 | 10111010 | 1010111 | 111100 | 0 | 11011 | 11011101 | 1001101 | 101001 |
Color Harmonies of #184BBA
Complementary color
Monochromatic Colors of #184BBA
Black with #184BBA
Text Example
Text Example
White with #184BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BBA; }
p { color: rgb(24,75,186); }
H1.HeaderClassName
{
color: #184BBA;
}
.AnyTagClassName
{
color: #184BBA;
}
</style>
background-color css
<style>
a { background-color: #184BBA; }
a { background-color: rgb(24,75,186); }
div.DivClassName
{
background-color: #184BBA;
}
.BgClassName
{
background-color: #184BBA;
}
</style>
border-color css
<style>
span { border-color: #184BBA; }
span { border-color: rgb(24,75,186); }
td.TdClassName
{
border-color: #184BBA;
}
.TagClassName
{
border-color: #184BBA;
}
</style>