Shades of Persian Blue #183DEC
Tints of Persian Blue #183DEC
RGB
CMYK
RGB Variations
Color information
#183DEC (or 0x183DEC) is known color: Persian Blue. HEX triplet: 18, 3D and EC. RGB value is (24,61,236). Sum of RGB (Red+Green+Blue) = 24+61+236=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #183DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183DEC is #E7C213. Grayscale: #454545. Windows color (decimal): -15188500 or 15482136. OLE color: 15482136.
HSL color Cylindrical-coordinate representation of color #183DEC: hue angle of 229.53º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #183DEC is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 61 | 236 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.07 |
| HSL | 229.53º | 0.85% | 0.51% | - |
| HSV(B) | 229.53º | 0.9% | 0.93% | - |
| XYZ | 17.19 | 9.59 | 80.3 | - |
| YUV | 69.89 | 221.74 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 236 | 0.90 | 0.74 | 0 | 0.07 | 229.53 | 0.85 | 0.51 |
| Hex | 18 | 3D | EC | 5A | 4A | 0 | 7 | E6 | 55 | 33 |
| Octal | 30 | 75 | 354 | 132 | 112 | 0 | 7 | 346 | 125 | 63 |
| Binary | 11000 | 111101 | 11101100 | 1011010 | 1001010 | 0 | 111 | 11100110 | 1010101 | 110011 |
Color Harmonies of #183DEC
Complementary color
Monochromatic Colors of #183DEC
Black with #183DEC
Text Example
Text Example
White with #183DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DEC; }
p { color: rgb(24,61,236); }
H1.HeaderClassName
{
color: #183DEC;
}
.AnyTagClassName
{
color: #183DEC;
}
</style>
background-color css
<style>
a { background-color: #183DEC; }
a { background-color: rgb(24,61,236); }
div.DivClassName
{
background-color: #183DEC;
}
.BgClassName
{
background-color: #183DEC;
}
</style>
border-color css
<style>
span { border-color: #183DEC; }
span { border-color: rgb(24,61,236); }
td.TdClassName
{
border-color: #183DEC;
}
.TagClassName
{
border-color: #183DEC;
}
</style>