Shades of Cerulean Blue #184AEA
Tints of Cerulean Blue #184AEA
RGB
CMYK
RGB Variations
Color information
#184AEA (or 0x184AEA) is known color: Cerulean Blue. HEX triplet: 18, 4A and EA. RGB value is (24,74,234). Sum of RGB (Red+Green+Blue) = 24+74+234=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #184AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184AEA is #E7B515. Grayscale: #4C4C4C. Windows color (decimal): -15185174 or 15354392. OLE color: 15354392.
HSL color Cylindrical-coordinate representation of color #184AEA: hue angle of 225.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184AEA is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 74 | 234 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.08 |
| HSL | 225.71º | 0.83% | 0.51% | - |
| HSV(B) | 225.71º | 0.9% | 0.92% | - |
| XYZ | 17.68 | 11.03 | 79.04 | - |
| YUV | 77.29 | 216.44 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 234 | 0.90 | 0.68 | 0 | 0.08 | 225.71 | 0.83 | 0.51 |
| Hex | 18 | 4A | EA | 5A | 44 | 0 | 8 | E2 | 53 | 33 |
| Octal | 30 | 112 | 352 | 132 | 104 | 0 | 10 | 342 | 123 | 63 |
| Binary | 11000 | 1001010 | 11101010 | 1011010 | 1000100 | 0 | 1000 | 11100010 | 1010011 | 110011 |
Color Harmonies of #184AEA
Complementary color
Monochromatic Colors of #184AEA
Black with #184AEA
Text Example
Text Example
White with #184AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184AEA; }
p { color: rgb(24,74,234); }
H1.HeaderClassName
{
color: #184AEA;
}
.AnyTagClassName
{
color: #184AEA;
}
</style>
background-color css
<style>
a { background-color: #184AEA; }
a { background-color: rgb(24,74,234); }
div.DivClassName
{
background-color: #184AEA;
}
.BgClassName
{
background-color: #184AEA;
}
</style>
border-color css
<style>
span { border-color: #184AEA; }
span { border-color: rgb(24,74,234); }
td.TdClassName
{
border-color: #184AEA;
}
.TagClassName
{
border-color: #184AEA;
}
</style>