Shades of Persian Blue #183CED
Tints of Persian Blue #183CED
RGB
CMYK
RGB Variations
Color information
#183CED (or 0x183CED) is known color: Persian Blue. HEX triplet: 18, 3C and ED. RGB value is (24,60,237). Sum of RGB (Red+Green+Blue) = 24+60+237=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #183CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183CED is #E7C312. Grayscale: #444444. Windows color (decimal): -15188755 or 15547416. OLE color: 15547416.
HSL color Cylindrical-coordinate representation of color #183CED: hue angle of 229.86º degrees, saturation: 0.86, 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 #183CED is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 60 | 237 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.07 |
| HSL | 229.86º | 0.86% | 0.51% | - |
| HSV(B) | 229.86º | 0.9% | 0.93% | - |
| XYZ | 17.28 | 9.54 | 81.05 | - |
| YUV | 69.41 | 222.57 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 237 | 0.90 | 0.75 | 0 | 0.07 | 229.86 | 0.86 | 0.51 |
| Hex | 18 | 3C | ED | 5A | 4B | 0 | 7 | E6 | 56 | 33 |
| Octal | 30 | 74 | 355 | 132 | 113 | 0 | 7 | 346 | 126 | 63 |
| Binary | 11000 | 111100 | 11101101 | 1011010 | 1001011 | 0 | 111 | 11100110 | 1010110 | 110011 |
Color Harmonies of #183CED
Complementary color
Monochromatic Colors of #183CED
Black with #183CED
Text Example
Text Example
White with #183CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CED; }
p { color: rgb(24,60,237); }
H1.HeaderClassName
{
color: #183CED;
}
.AnyTagClassName
{
color: #183CED;
}
</style>
background-color css
<style>
a { background-color: #183CED; }
a { background-color: rgb(24,60,237); }
div.DivClassName
{
background-color: #183CED;
}
.BgClassName
{
background-color: #183CED;
}
</style>
border-color css
<style>
span { border-color: #183CED; }
span { border-color: rgb(24,60,237); }
td.TdClassName
{
border-color: #183CED;
}
.TagClassName
{
border-color: #183CED;
}
</style>