Shades of Cerulean Blue #184FBA
Tints of Cerulean Blue #184FBA
RGB
CMYK
RGB Variations
Color information
#184FBA (or 0x184FBA) is known color: Cerulean Blue. HEX triplet: 18, 4F and BA. RGB value is (24,79,186). Sum of RGB (Red+Green+Blue) = 24+79+186=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #184FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #184FBA is #E7B045. Grayscale: #4A4A4A. Windows color (decimal): -15183942 or 12209944. OLE color: 12209944.
HSL color Cylindrical-coordinate representation of color #184FBA: hue angle of 219.63º 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 #184FBA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 79 | 186 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.27 |
| HSL | 219.63º | 0.77% | 0.41% | - |
| HSV(B) | 219.63º | 0.87% | 0.73% | - |
| XYZ | 12.04 | 9.33 | 47.62 | - |
| YUV | 74.75 | 190.78 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 186 | 0.87 | 0.58 | 0 | 0.27 | 219.63 | 0.77 | 0.41 |
| Hex | 18 | 4F | BA | 57 | 3A | 0 | 1B | DC | 4D | 29 |
| Octal | 30 | 117 | 272 | 127 | 72 | 0 | 33 | 334 | 115 | 51 |
| Binary | 11000 | 1001111 | 10111010 | 1010111 | 111010 | 0 | 11011 | 11011100 | 1001101 | 101001 |
Color Harmonies of #184FBA
Complementary color
Monochromatic Colors of #184FBA
Black with #184FBA
Text Example
Text Example
White with #184FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FBA; }
p { color: rgb(24,79,186); }
H1.HeaderClassName
{
color: #184FBA;
}
.AnyTagClassName
{
color: #184FBA;
}
</style>
background-color css
<style>
a { background-color: #184FBA; }
a { background-color: rgb(24,79,186); }
div.DivClassName
{
background-color: #184FBA;
}
.BgClassName
{
background-color: #184FBA;
}
</style>
border-color css
<style>
span { border-color: #184FBA; }
span { border-color: rgb(24,79,186); }
td.TdClassName
{
border-color: #184FBA;
}
.TagClassName
{
border-color: #184FBA;
}
</style>