Shades of Persian Blue #183EC8
Tints of Persian Blue #183EC8
RGB
CMYK
RGB Variations
Color information
#183EC8 (or 0x183EC8) is known color: Persian Blue. HEX triplet: 18, 3E and C8. RGB value is (24,62,200). Sum of RGB (Red+Green+Blue) = 24+62+200=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 200 (78.52% from 255 or 69.93% from 286); Max value from RGB is 200 - color contains mainly: blue. Hex color #183EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183EC8 is #E7C137. Grayscale: #414141. Windows color (decimal): -15188280 or 13123096. OLE color: 13123096.
HSL color Cylindrical-coordinate representation of color #183EC8: hue angle of 227.05º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183EC8 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 62 | 200 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.22 |
| HSL | 227.05º | 0.79% | 0.44% | - |
| HSV(B) | 227.05º | 0.88% | 0.78% | - |
| XYZ | 12.52 | 7.81 | 55.49 | - |
| YUV | 66.37 | 203.41 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 62 | 200 | 0.88 | 0.69 | 0 | 0.22 | 227.05 | 0.79 | 0.44 |
| Hex | 18 | 3E | C8 | 58 | 45 | 0 | 16 | E3 | 4F | 2C |
| Octal | 30 | 76 | 310 | 130 | 105 | 0 | 26 | 343 | 117 | 54 |
| Binary | 11000 | 111110 | 11001000 | 1011000 | 1000101 | 0 | 10110 | 11100011 | 1001111 | 101100 |
Color Harmonies of #183EC8
Complementary color
Monochromatic Colors of #183EC8
Black with #183EC8
Text Example
Text Example
White with #183EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183EC8; }
p { color: rgb(24,62,200); }
H1.HeaderClassName
{
color: #183EC8;
}
.AnyTagClassName
{
color: #183EC8;
}
</style>
background-color css
<style>
a { background-color: #183EC8; }
a { background-color: rgb(24,62,200); }
div.DivClassName
{
background-color: #183EC8;
}
.BgClassName
{
background-color: #183EC8;
}
</style>
border-color css
<style>
span { border-color: #183EC8; }
span { border-color: rgb(24,62,200); }
td.TdClassName
{
border-color: #183EC8;
}
.TagClassName
{
border-color: #183EC8;
}
</style>