Shades of Persian Blue #183CF3
Tints of Persian Blue #183CF3
RGB
CMYK
RGB Variations
Color information
#183CF3 (or 0x183CF3) is known color: Persian Blue. HEX triplet: 18, 3C and F3. RGB value is (24,60,243). Sum of RGB (Red+Green+Blue) = 24+60+243=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 243 (95.31% from 255 or 74.31% from 327); Max value from RGB is 243 - color contains mainly: blue. Hex color #183CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CF3 is #E7C30C. Grayscale: #454545. Windows color (decimal): -15188749 or 15940632. OLE color: 15940632.
HSL color Cylindrical-coordinate representation of color #183CF3: hue angle of 230.14º 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 #183CF3 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 60 | 243 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.05 |
| HSL | 230.14º | 0.9% | 0.52% | - |
| HSV(B) | 230.14º | 0.9% | 0.95% | - |
| XYZ | 18.17 | 9.9 | 85.75 | - |
| YUV | 70.1 | 225.57 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 243 | 0.90 | 0.75 | 0 | 0.05 | 230.14 | 0.9 | 0.52 |
| Hex | 18 | 3C | F3 | 5A | 4B | 0 | 5 | E6 | 5A | 34 |
| Octal | 30 | 74 | 363 | 132 | 113 | 0 | 5 | 346 | 132 | 64 |
| Binary | 11000 | 111100 | 11110011 | 1011010 | 1001011 | 0 | 101 | 11100110 | 1011010 | 110100 |
Color Harmonies of #183CF3
Complementary color
Monochromatic Colors of #183CF3
Black with #183CF3
Text Example
Text Example
White with #183CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CF3; }
p { color: rgb(24,60,243); }
H1.HeaderClassName
{
color: #183CF3;
}
.AnyTagClassName
{
color: #183CF3;
}
</style>
background-color css
<style>
a { background-color: #183CF3; }
a { background-color: rgb(24,60,243); }
div.DivClassName
{
background-color: #183CF3;
}
.BgClassName
{
background-color: #183CF3;
}
</style>
border-color css
<style>
span { border-color: #183CF3; }
span { border-color: rgb(24,60,243); }
td.TdClassName
{
border-color: #183CF3;
}
.TagClassName
{
border-color: #183CF3;
}
</style>