Shades of Persian Blue #183ED2
Tints of Persian Blue #183ED2
RGB
CMYK
RGB Variations
Color information
#183ED2 (or 0x183ED2) is known color: Persian Blue. HEX triplet: 18, 3E and D2. RGB value is (24,62,210). Sum of RGB (Red+Green+Blue) = 24+62+210=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 210 (82.42% from 255 or 70.95% from 296); Max value from RGB is 210 - color contains mainly: blue. Hex color #183ED2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ED2 is #E7C12D. Grayscale: #424242. Windows color (decimal): -15188270 or 13778456. OLE color: 13778456.
HSL color Cylindrical-coordinate representation of color #183ED2: hue angle of 227.74º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183ED2 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 62 | 210 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.18 |
| HSL | 227.74º | 0.79% | 0.46% | - |
| HSV(B) | 227.74º | 0.89% | 0.82% | - |
| XYZ | 13.73 | 8.29 | 61.85 | - |
| YUV | 67.51 | 208.41 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 210 | 0.89 | 0.70 | 0 | 0.18 | 227.74 | 0.79 | 0.46 |
| Hex | 18 | 3E | D2 | 59 | 46 | 0 | 12 | E4 | 4F | 2E |
| Octal | 30 | 76 | 322 | 131 | 106 | 0 | 22 | 344 | 117 | 56 |
| Binary | 11000 | 111110 | 11010010 | 1011001 | 1000110 | 0 | 10010 | 11100100 | 1001111 | 101110 |
Color Harmonies of #183ED2
Complementary color
Monochromatic Colors of #183ED2
Black with #183ED2
Text Example
Text Example
White with #183ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ED2; }
p { color: rgb(24,62,210); }
H1.HeaderClassName
{
color: #183ED2;
}
.AnyTagClassName
{
color: #183ED2;
}
</style>
background-color css
<style>
a { background-color: #183ED2; }
a { background-color: rgb(24,62,210); }
div.DivClassName
{
background-color: #183ED2;
}
.BgClassName
{
background-color: #183ED2;
}
</style>
border-color css
<style>
span { border-color: #183ED2; }
span { border-color: rgb(24,62,210); }
td.TdClassName
{
border-color: #183ED2;
}
.TagClassName
{
border-color: #183ED2;
}
</style>