Shades of Persian Blue #183ED7
Tints of Persian Blue #183ED7
RGB
CMYK
RGB Variations
Color information
#183ED7 (or 0x183ED7) is known color: Persian Blue. HEX triplet: 18, 3E and D7. RGB value is (24,62,215). Sum of RGB (Red+Green+Blue) = 24+62+215=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 215 (84.38% from 255 or 71.43% from 301); Max value from RGB is 215 - color contains mainly: blue. Hex color #183ED7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ED7 is #E7C128. Grayscale: #434343. Windows color (decimal): -15188265 or 14106136. OLE color: 14106136.
HSL color Cylindrical-coordinate representation of color #183ED7: hue angle of 228.06º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183ED7 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 62 | 215 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.16 |
| HSL | 228.06º | 0.8% | 0.47% | - |
| HSV(B) | 228.06º | 0.89% | 0.84% | - |
| XYZ | 14.37 | 8.55 | 65.18 | - |
| YUV | 68.08 | 210.91 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 215 | 0.89 | 0.71 | 0 | 0.16 | 228.06 | 0.8 | 0.47 |
| Hex | 18 | 3E | D7 | 59 | 47 | 0 | 10 | E4 | 50 | 2F |
| Octal | 30 | 76 | 327 | 131 | 107 | 0 | 20 | 344 | 120 | 57 |
| Binary | 11000 | 111110 | 11010111 | 1011001 | 1000111 | 0 | 10000 | 11100100 | 1010000 | 101111 |
Color Harmonies of #183ED7
Complementary color
Monochromatic Colors of #183ED7
Black with #183ED7
Text Example
Text Example
White with #183ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ED7; }
p { color: rgb(24,62,215); }
H1.HeaderClassName
{
color: #183ED7;
}
.AnyTagClassName
{
color: #183ED7;
}
</style>
background-color css
<style>
a { background-color: #183ED7; }
a { background-color: rgb(24,62,215); }
div.DivClassName
{
background-color: #183ED7;
}
.BgClassName
{
background-color: #183ED7;
}
</style>
border-color css
<style>
span { border-color: #183ED7; }
span { border-color: rgb(24,62,215); }
td.TdClassName
{
border-color: #183ED7;
}
.TagClassName
{
border-color: #183ED7;
}
</style>