Shades of Persian Blue #183ECC
Tints of Persian Blue #183ECC
RGB
CMYK
RGB Variations
Color information
#183ECC (or 0x183ECC) is known color: Persian Blue. HEX triplet: 18, 3E and CC. RGB value is (24,62,204). Sum of RGB (Red+Green+Blue) = 24+62+204=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #183ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183ECC is #E7C133. Grayscale: #424242. Windows color (decimal): -15188276 or 13385240. OLE color: 13385240.
HSL color Cylindrical-coordinate representation of color #183ECC: hue angle of 227.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183ECC is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 62 | 204 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.2 |
| HSL | 227.33º | 0.79% | 0.45% | - |
| HSV(B) | 227.33º | 0.88% | 0.8% | - |
| XYZ | 13 | 8 | 57.99 | - |
| YUV | 66.83 | 205.41 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 204 | 0.88 | 0.70 | 0 | 0.2 | 227.33 | 0.79 | 0.45 |
| Hex | 18 | 3E | CC | 58 | 46 | 0 | 14 | E3 | 4F | 2D |
| Octal | 30 | 76 | 314 | 130 | 106 | 0 | 24 | 343 | 117 | 55 |
| Binary | 11000 | 111110 | 11001100 | 1011000 | 1000110 | 0 | 10100 | 11100011 | 1001111 | 101101 |
Color Harmonies of #183ECC
Complementary color
Monochromatic Colors of #183ECC
Black with #183ECC
Text Example
Text Example
White with #183ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183ECC; }
p { color: rgb(24,62,204); }
H1.HeaderClassName
{
color: #183ECC;
}
.AnyTagClassName
{
color: #183ECC;
}
</style>
background-color css
<style>
a { background-color: #183ECC; }
a { background-color: rgb(24,62,204); }
div.DivClassName
{
background-color: #183ECC;
}
.BgClassName
{
background-color: #183ECC;
}
</style>
border-color css
<style>
span { border-color: #183ECC; }
span { border-color: rgb(24,62,204); }
td.TdClassName
{
border-color: #183ECC;
}
.TagClassName
{
border-color: #183ECC;
}
</style>