Shades of Royal Blue #184AF3
Tints of Royal Blue #184AF3
RGB
CMYK
RGB Variations
Color information
#184AF3 (or 0x184AF3) is known color: Royal Blue. HEX triplet: 18, 4A and F3. RGB value is (24,74,243). Sum of RGB (Red+Green+Blue) = 24+74+243=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 243 (95.31% from 255 or 71.26% from 341); Max value from RGB is 243 - color contains mainly: blue. Hex color #184AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184AF3 is #E7B50C. Grayscale: #4D4D4D. Windows color (decimal): -15185165 or 15944216. OLE color: 15944216.
HSL color Cylindrical-coordinate representation of color #184AF3: hue angle of 226.3º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184AF3 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 74 | 243 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.05 |
| HSL | 226.3º | 0.9% | 0.52% | - |
| HSV(B) | 226.3º | 0.9% | 0.95% | - |
| XYZ | 19 | 11.56 | 86.02 | - |
| YUV | 78.32 | 220.94 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 243 | 0.90 | 0.70 | 0 | 0.05 | 226.3 | 0.9 | 0.52 |
| Hex | 18 | 4A | F3 | 5A | 46 | 0 | 5 | E2 | 5A | 34 |
| Octal | 30 | 112 | 363 | 132 | 106 | 0 | 5 | 342 | 132 | 64 |
| Binary | 11000 | 1001010 | 11110011 | 1011010 | 1000110 | 0 | 101 | 11100010 | 1011010 | 110100 |
Color Harmonies of #184AF3
Complementary color
Monochromatic Colors of #184AF3
Black with #184AF3
Text Example
Text Example
White with #184AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184AF3; }
p { color: rgb(24,74,243); }
H1.HeaderClassName
{
color: #184AF3;
}
.AnyTagClassName
{
color: #184AF3;
}
</style>
background-color css
<style>
a { background-color: #184AF3; }
a { background-color: rgb(24,74,243); }
div.DivClassName
{
background-color: #184AF3;
}
.BgClassName
{
background-color: #184AF3;
}
</style>
border-color css
<style>
span { border-color: #184AF3; }
span { border-color: rgb(24,74,243); }
td.TdClassName
{
border-color: #184AF3;
}
.TagClassName
{
border-color: #184AF3;
}
</style>