Shades of Persian Blue #183CD4
Tints of Persian Blue #183CD4
RGB
CMYK
RGB Variations
Color information
#183CD4 (or 0x183CD4) is known color: Persian Blue. HEX triplet: 18, 3C and D4. RGB value is (24,60,212). Sum of RGB (Red+Green+Blue) = 24+60+212=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 212 (83.20% from 255 or 71.62% from 296); Max value from RGB is 212 - color contains mainly: blue. Hex color #183CD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CD4 is #E7C32B. Grayscale: #414141. Windows color (decimal): -15188780 or 13909016. OLE color: 13909016.
HSL color Cylindrical-coordinate representation of color #183CD4: hue angle of 228.51º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183CD4 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 60 | 212 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.17 |
| HSL | 228.51º | 0.8% | 0.46% | - |
| HSV(B) | 228.51º | 0.89% | 0.83% | - |
| XYZ | 13.88 | 8.18 | 63.13 | - |
| YUV | 66.56 | 210.07 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 212 | 0.89 | 0.72 | 0 | 0.17 | 228.51 | 0.8 | 0.46 |
| Hex | 18 | 3C | D4 | 59 | 48 | 0 | 11 | E5 | 50 | 2E |
| Octal | 30 | 74 | 324 | 131 | 110 | 0 | 21 | 345 | 120 | 56 |
| Binary | 11000 | 111100 | 11010100 | 1011001 | 1001000 | 0 | 10001 | 11100101 | 1010000 | 101110 |
Color Harmonies of #183CD4
Complementary color
Monochromatic Colors of #183CD4
Black with #183CD4
Text Example
Text Example
White with #183CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CD4; }
p { color: rgb(24,60,212); }
H1.HeaderClassName
{
color: #183CD4;
}
.AnyTagClassName
{
color: #183CD4;
}
</style>
background-color css
<style>
a { background-color: #183CD4; }
a { background-color: rgb(24,60,212); }
div.DivClassName
{
background-color: #183CD4;
}
.BgClassName
{
background-color: #183CD4;
}
</style>
border-color css
<style>
span { border-color: #183CD4; }
span { border-color: rgb(24,60,212); }
td.TdClassName
{
border-color: #183CD4;
}
.TagClassName
{
border-color: #183CD4;
}
</style>