Shades of Persian Blue #183BDC
Tints of Persian Blue #183BDC
RGB
CMYK
RGB Variations
Color information
#183BDC (or 0x183BDC) is known color: Persian Blue. HEX triplet: 18, 3B and DC. RGB value is (24,59,220). Sum of RGB (Red+Green+Blue) = 24+59+220=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #183BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BDC is #E7C423. Grayscale: #424242. Windows color (decimal): -15189028 or 14433048. OLE color: 14433048.
HSL color Cylindrical-coordinate representation of color #183BDC: hue angle of 229.29º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #183BDC is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 59 | 220 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.14 |
| HSL | 229.29º | 0.8% | 0.48% | - |
| HSV(B) | 229.29º | 0.89% | 0.86% | - |
| XYZ | 14.86 | 8.49 | 68.57 | - |
| YUV | 66.89 | 214.4 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 220 | 0.89 | 0.73 | 0 | 0.14 | 229.29 | 0.8 | 0.48 |
| Hex | 18 | 3B | DC | 59 | 49 | 0 | E | E5 | 50 | 30 |
| Octal | 30 | 73 | 334 | 131 | 111 | 0 | 16 | 345 | 120 | 60 |
| Binary | 11000 | 111011 | 11011100 | 1011001 | 1001001 | 0 | 1110 | 11100101 | 1010000 | 110000 |
Color Harmonies of #183BDC
Complementary color
Monochromatic Colors of #183BDC
Black with #183BDC
Text Example
Text Example
White with #183BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BDC; }
p { color: rgb(24,59,220); }
H1.HeaderClassName
{
color: #183BDC;
}
.AnyTagClassName
{
color: #183BDC;
}
</style>
background-color css
<style>
a { background-color: #183BDC; }
a { background-color: rgb(24,59,220); }
div.DivClassName
{
background-color: #183BDC;
}
.BgClassName
{
background-color: #183BDC;
}
</style>
border-color css
<style>
span { border-color: #183BDC; }
span { border-color: rgb(24,59,220); }
td.TdClassName
{
border-color: #183BDC;
}
.TagClassName
{
border-color: #183BDC;
}
</style>