Shades of Persian Blue #183CF4
Tints of Persian Blue #183CF4
RGB
CMYK
RGB Variations
Color information
#183CF4 (or 0x183CF4) is known color: Persian Blue. HEX triplet: 18, 3C and F4. RGB value is (24,60,244). Sum of RGB (Red+Green+Blue) = 24+60+244=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 244 (95.70% from 255 or 74.39% from 328); Max value from RGB is 244 - color contains mainly: blue. Hex color #183CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CF4 is #E7C30B. Grayscale: #454545. Windows color (decimal): -15188748 or 16006168. OLE color: 16006168.
HSL color Cylindrical-coordinate representation of color #183CF4: hue angle of 230.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183CF4 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 60 | 244 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.04 |
| HSL | 230.18º | 0.91% | 0.53% | - |
| HSV(B) | 230.18º | 0.9% | 0.96% | - |
| XYZ | 18.32 | 9.96 | 86.54 | - |
| YUV | 70.21 | 226.07 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 244 | 0.90 | 0.75 | 0 | 0.04 | 230.18 | 0.91 | 0.53 |
| Hex | 18 | 3C | F4 | 5A | 4B | 0 | 4 | E6 | 5B | 35 |
| Octal | 30 | 74 | 364 | 132 | 113 | 0 | 4 | 346 | 133 | 65 |
| Binary | 11000 | 111100 | 11110100 | 1011010 | 1001011 | 0 | 100 | 11100110 | 1011011 | 110101 |
Color Harmonies of #183CF4
Complementary color
Monochromatic Colors of #183CF4
Black with #183CF4
Text Example
Text Example
White with #183CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CF4; }
p { color: rgb(24,60,244); }
H1.HeaderClassName
{
color: #183CF4;
}
.AnyTagClassName
{
color: #183CF4;
}
</style>
background-color css
<style>
a { background-color: #183CF4; }
a { background-color: rgb(24,60,244); }
div.DivClassName
{
background-color: #183CF4;
}
.BgClassName
{
background-color: #183CF4;
}
</style>
border-color css
<style>
span { border-color: #183CF4; }
span { border-color: rgb(24,60,244); }
td.TdClassName
{
border-color: #183CF4;
}
.TagClassName
{
border-color: #183CF4;
}
</style>