Shades of Persian Blue #183DF3
Tints of Persian Blue #183DF3
RGB
CMYK
RGB Variations
Color information
#183DF3 (or 0x183DF3) is known color: Persian Blue. HEX triplet: 18, 3D and F3. RGB value is (24,61,243). Sum of RGB (Red+Green+Blue) = 24+61+243=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 243 (95.31% from 255 or 74.09% from 328); Max value from RGB is 243 - color contains mainly: blue. Hex color #183DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183DF3 is #E7C20C. Grayscale: #454545. Windows color (decimal): -15188493 or 15940888. OLE color: 15940888.
HSL color Cylindrical-coordinate representation of color #183DF3: hue angle of 229.86º 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 #183DF3 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 61 | 243 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.05 |
| HSL | 229.86º | 0.9% | 0.52% | - |
| HSV(B) | 229.86º | 0.9% | 0.95% | - |
| XYZ | 18.22 | 10 | 85.76 | - |
| YUV | 70.69 | 225.24 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 243 | 0.90 | 0.75 | 0 | 0.05 | 229.86 | 0.9 | 0.52 |
| Hex | 18 | 3D | F3 | 5A | 4B | 0 | 5 | E6 | 5A | 34 |
| Octal | 30 | 75 | 363 | 132 | 113 | 0 | 5 | 346 | 132 | 64 |
| Binary | 11000 | 111101 | 11110011 | 1011010 | 1001011 | 0 | 101 | 11100110 | 1011010 | 110100 |
Color Harmonies of #183DF3
Complementary color
Monochromatic Colors of #183DF3
Black with #183DF3
Text Example
Text Example
White with #183DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DF3; }
p { color: rgb(24,61,243); }
H1.HeaderClassName
{
color: #183DF3;
}
.AnyTagClassName
{
color: #183DF3;
}
</style>
background-color css
<style>
a { background-color: #183DF3; }
a { background-color: rgb(24,61,243); }
div.DivClassName
{
background-color: #183DF3;
}
.BgClassName
{
background-color: #183DF3;
}
</style>
border-color css
<style>
span { border-color: #183DF3; }
span { border-color: rgb(24,61,243); }
td.TdClassName
{
border-color: #183DF3;
}
.TagClassName
{
border-color: #183DF3;
}
</style>