Shades of Persian Blue #1844F3
Tints of Persian Blue #1844F3
RGB
CMYK
RGB Variations
Color information
#1844F3 (or 0x1844F3) is known color: Persian Blue. HEX triplet: 18, 44 and F3. RGB value is (24,68,243). Sum of RGB (Red+Green+Blue) = 24+68+243=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 243 (95.31% from 255 or 72.54% from 335); Max value from RGB is 243 - color contains mainly: blue. Hex color #1844F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1844F3 is #E7BB0C. Grayscale: #4A4A4A. Windows color (decimal): -15186701 or 15942680. OLE color: 15942680.
HSL color Cylindrical-coordinate representation of color #1844F3: hue angle of 227.95º 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 #1844F3 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 68 | 243 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.05 |
| HSL | 227.95º | 0.9% | 0.52% | - |
| HSV(B) | 227.95º | 0.9% | 0.95% | - |
| XYZ | 18.62 | 10.8 | 85.9 | - |
| YUV | 74.79 | 222.92 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 243 | 0.90 | 0.72 | 0 | 0.05 | 227.95 | 0.9 | 0.52 |
| Hex | 18 | 44 | F3 | 5A | 48 | 0 | 5 | E4 | 5A | 34 |
| Octal | 30 | 104 | 363 | 132 | 110 | 0 | 5 | 344 | 132 | 64 |
| Binary | 11000 | 1000100 | 11110011 | 1011010 | 1001000 | 0 | 101 | 11100100 | 1011010 | 110100 |
Color Harmonies of #1844F3
Complementary color
Monochromatic Colors of #1844F3
Black with #1844F3
Text Example
Text Example
White with #1844F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1844F3; }
p { color: rgb(24,68,243); }
H1.HeaderClassName
{
color: #1844F3;
}
.AnyTagClassName
{
color: #1844F3;
}
</style>
background-color css
<style>
a { background-color: #1844F3; }
a { background-color: rgb(24,68,243); }
div.DivClassName
{
background-color: #1844F3;
}
.BgClassName
{
background-color: #1844F3;
}
</style>
border-color css
<style>
span { border-color: #1844F3; }
span { border-color: rgb(24,68,243); }
td.TdClassName
{
border-color: #1844F3;
}
.TagClassName
{
border-color: #1844F3;
}
</style>