Shades of Persian Blue #183FCD
Tints of Persian Blue #183FCD
RGB
CMYK
RGB Variations
Color information
#183FCD (or 0x183FCD) is known color: Persian Blue. HEX triplet: 18, 3F and CD. RGB value is (24,63,205). Sum of RGB (Red+Green+Blue) = 24+63+205=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #183FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FCD is #E7C032. Grayscale: #424242. Windows color (decimal): -15188019 or 13451032. OLE color: 13451032.
HSL color Cylindrical-coordinate representation of color #183FCD: hue angle of 227.07º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183FCD is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 63 | 205 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.20 |
| HSL | 227.07º | 0.79% | 0.45% | - |
| HSV(B) | 227.07º | 0.88% | 0.8% | - |
| XYZ | 13.17 | 8.16 | 58.64 | - |
| YUV | 67.53 | 205.58 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 205 | 0.88 | 0.69 | 0 | 0.20 | 227.07 | 0.79 | 0.45 |
| Hex | 18 | 3F | CD | 58 | 45 | 0 | 14 | E3 | 4F | 2D |
| Octal | 30 | 77 | 315 | 130 | 105 | 0 | 24 | 343 | 117 | 55 |
| Binary | 11000 | 111111 | 11001101 | 1011000 | 1000101 | 0 | 10100 | 11100011 | 1001111 | 101101 |
Color Harmonies of #183FCD
Complementary color
Monochromatic Colors of #183FCD
Black with #183FCD
Text Example
Text Example
White with #183FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FCD; }
p { color: rgb(24,63,205); }
H1.HeaderClassName
{
color: #183FCD;
}
.AnyTagClassName
{
color: #183FCD;
}
</style>
background-color css
<style>
a { background-color: #183FCD; }
a { background-color: rgb(24,63,205); }
div.DivClassName
{
background-color: #183FCD;
}
.BgClassName
{
background-color: #183FCD;
}
</style>
border-color css
<style>
span { border-color: #183FCD; }
span { border-color: rgb(24,63,205); }
td.TdClassName
{
border-color: #183FCD;
}
.TagClassName
{
border-color: #183FCD;
}
</style>