Shades of Persian Blue #183AF0
Tints of Persian Blue #183AF0
RGB
CMYK
RGB Variations
Color information
#183AF0 (or 0x183AF0) is known color: Persian Blue. HEX triplet: 18, 3A and F0. RGB value is (24,58,240). Sum of RGB (Red+Green+Blue) = 24+58+240=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 240 (94.14% from 255 or 74.53% from 322); Max value from RGB is 240 - color contains mainly: blue. Hex color #183AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183AF0 is #E7C50F. Grayscale: #434343. Windows color (decimal): -15189264 or 15743512. OLE color: 15743512.
HSL color Cylindrical-coordinate representation of color #183AF0: hue angle of 230.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183AF0 is Cyan = 0.9, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 58 | 240 | - |
| CMYK | 0.9 | 0.76 | 0 | 0.06 |
| HSL | 230.56º | 0.88% | 0.52% | - |
| HSV(B) | 230.56º | 0.9% | 0.94% | - |
| XYZ | 17.62 | 9.51 | 83.35 | - |
| YUV | 68.58 | 224.74 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 240 | 0.9 | 0.76 | 0 | 0.06 | 230.56 | 0.88 | 0.52 |
| Hex | 18 | 3A | F0 | 5A | 4C | 0 | 6 | E7 | 58 | 34 |
| Octal | 30 | 72 | 360 | 132 | 114 | 0 | 6 | 347 | 130 | 64 |
| Binary | 11000 | 111010 | 11110000 | 1011010 | 1001100 | 0 | 110 | 11100111 | 1011000 | 110100 |
Color Harmonies of #183AF0
Complementary color
Monochromatic Colors of #183AF0
Black with #183AF0
Text Example
Text Example
White with #183AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183AF0; }
p { color: rgb(24,58,240); }
H1.HeaderClassName
{
color: #183AF0;
}
.AnyTagClassName
{
color: #183AF0;
}
</style>
background-color css
<style>
a { background-color: #183AF0; }
a { background-color: rgb(24,58,240); }
div.DivClassName
{
background-color: #183AF0;
}
.BgClassName
{
background-color: #183AF0;
}
</style>
border-color css
<style>
span { border-color: #183AF0; }
span { border-color: rgb(24,58,240); }
td.TdClassName
{
border-color: #183AF0;
}
.TagClassName
{
border-color: #183AF0;
}
</style>