Shades of Persian Blue #183CDA
Tints of Persian Blue #183CDA
RGB
CMYK
RGB Variations
Color information
#183CDA (or 0x183CDA) is known color: Persian Blue. HEX triplet: 18, 3C and DA. RGB value is (24,60,218). Sum of RGB (Red+Green+Blue) = 24+60+218=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #183CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CDA is #E7C325. Grayscale: #424242. Windows color (decimal): -15188774 or 14302232. OLE color: 14302232.
HSL color Cylindrical-coordinate representation of color #183CDA: hue angle of 228.87º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183CDA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 60 | 218 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.15 |
| HSL | 228.87º | 0.8% | 0.47% | - |
| HSV(B) | 228.87º | 0.89% | 0.85% | - |
| XYZ | 14.65 | 8.49 | 67.2 | - |
| YUV | 67.25 | 213.07 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 218 | 0.89 | 0.72 | 0 | 0.15 | 228.87 | 0.8 | 0.47 |
| Hex | 18 | 3C | DA | 59 | 48 | 0 | F | E5 | 50 | 2F |
| Octal | 30 | 74 | 332 | 131 | 110 | 0 | 17 | 345 | 120 | 57 |
| Binary | 11000 | 111100 | 11011010 | 1011001 | 1001000 | 0 | 1111 | 11100101 | 1010000 | 101111 |
Color Harmonies of #183CDA
Complementary color
Monochromatic Colors of #183CDA
Black with #183CDA
Text Example
Text Example
White with #183CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CDA; }
p { color: rgb(24,60,218); }
H1.HeaderClassName
{
color: #183CDA;
}
.AnyTagClassName
{
color: #183CDA;
}
</style>
background-color css
<style>
a { background-color: #183CDA; }
a { background-color: rgb(24,60,218); }
div.DivClassName
{
background-color: #183CDA;
}
.BgClassName
{
background-color: #183CDA;
}
</style>
border-color css
<style>
span { border-color: #183CDA; }
span { border-color: rgb(24,60,218); }
td.TdClassName
{
border-color: #183CDA;
}
.TagClassName
{
border-color: #183CDA;
}
</style>