Shades of Persian Blue #183DF1
Tints of Persian Blue #183DF1
RGB
CMYK
RGB Variations
Color information
#183DF1 (or 0x183DF1) is known color: Persian Blue. HEX triplet: 18, 3D and F1. RGB value is (24,61,241). Sum of RGB (Red+Green+Blue) = 24+61+241=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #183DF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183DF1 is #E7C20E. Grayscale: #454545. Windows color (decimal): -15188495 or 15809816. OLE color: 15809816.
HSL color Cylindrical-coordinate representation of color #183DF1: hue angle of 229.77º degrees, saturation: 0.89, 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 #183DF1 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 61 | 241 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.05 |
| HSL | 229.77º | 0.89% | 0.52% | - |
| HSV(B) | 229.77º | 0.9% | 0.95% | - |
| XYZ | 17.92 | 9.88 | 84.18 | - |
| YUV | 70.46 | 224.24 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 241 | 0.90 | 0.75 | 0 | 0.05 | 229.77 | 0.89 | 0.52 |
| Hex | 18 | 3D | F1 | 5A | 4B | 0 | 5 | E6 | 59 | 34 |
| Octal | 30 | 75 | 361 | 132 | 113 | 0 | 5 | 346 | 131 | 64 |
| Binary | 11000 | 111101 | 11110001 | 1011010 | 1001011 | 0 | 101 | 11100110 | 1011001 | 110100 |
Color Harmonies of #183DF1
Complementary color
Monochromatic Colors of #183DF1
Black with #183DF1
Text Example
Text Example
White with #183DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DF1; }
p { color: rgb(24,61,241); }
H1.HeaderClassName
{
color: #183DF1;
}
.AnyTagClassName
{
color: #183DF1;
}
</style>
background-color css
<style>
a { background-color: #183DF1; }
a { background-color: rgb(24,61,241); }
div.DivClassName
{
background-color: #183DF1;
}
.BgClassName
{
background-color: #183DF1;
}
</style>
border-color css
<style>
span { border-color: #183DF1; }
span { border-color: rgb(24,61,241); }
td.TdClassName
{
border-color: #183DF1;
}
.TagClassName
{
border-color: #183DF1;
}
</style>