Shades of Persian Blue #183EDC
Tints of Persian Blue #183EDC
RGB
CMYK
RGB Variations
Color information
#183EDC (or 0x183EDC) is known color: Persian Blue. HEX triplet: 18, 3E and DC. RGB value is (24,62,220). Sum of RGB (Red+Green+Blue) = 24+62+220=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #183EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183EDC is #E7C123. Grayscale: #434343. Windows color (decimal): -15188260 or 14433816. OLE color: 14433816.
HSL color Cylindrical-coordinate representation of color #183EDC: hue angle of 228.37º 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 #183EDC is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 62 | 220 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.14 |
| HSL | 228.37º | 0.8% | 0.48% | - |
| HSV(B) | 228.37º | 0.89% | 0.86% | - |
| XYZ | 15.02 | 8.81 | 68.62 | - |
| YUV | 68.65 | 213.41 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 220 | 0.89 | 0.72 | 0 | 0.14 | 228.37 | 0.8 | 0.48 |
| Hex | 18 | 3E | DC | 59 | 48 | 0 | E | E4 | 50 | 30 |
| Octal | 30 | 76 | 334 | 131 | 110 | 0 | 16 | 344 | 120 | 60 |
| Binary | 11000 | 111110 | 11011100 | 1011001 | 1001000 | 0 | 1110 | 11100100 | 1010000 | 110000 |
Color Harmonies of #183EDC
Complementary color
Monochromatic Colors of #183EDC
Black with #183EDC
Text Example
Text Example
White with #183EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183EDC; }
p { color: rgb(24,62,220); }
H1.HeaderClassName
{
color: #183EDC;
}
.AnyTagClassName
{
color: #183EDC;
}
</style>
background-color css
<style>
a { background-color: #183EDC; }
a { background-color: rgb(24,62,220); }
div.DivClassName
{
background-color: #183EDC;
}
.BgClassName
{
background-color: #183EDC;
}
</style>
border-color css
<style>
span { border-color: #183EDC; }
span { border-color: rgb(24,62,220); }
td.TdClassName
{
border-color: #183EDC;
}
.TagClassName
{
border-color: #183EDC;
}
</style>