Shades of Persian Blue #183BC8
Tints of Persian Blue #183BC8
RGB
CMYK
RGB Variations
Color information
#183BC8 (or 0x183BC8) is known color: Persian Blue. HEX triplet: 18, 3B and C8. RGB value is (24,59,200). Sum of RGB (Red+Green+Blue) = 24+59+200=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #183BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BC8 is #E7C437. Grayscale: #404040. Windows color (decimal): -15189048 or 13122328. OLE color: 13122328.
HSL color Cylindrical-coordinate representation of color #183BC8: hue angle of 228.07º 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 #183BC8 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 59 | 200 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.22 |
| HSL | 228.07º | 0.79% | 0.44% | - |
| HSV(B) | 228.07º | 0.88% | 0.78% | - |
| XYZ | 12.37 | 7.49 | 55.44 | - |
| YUV | 64.61 | 204.4 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 200 | 0.88 | 0.70 | 0 | 0.22 | 228.07 | 0.79 | 0.44 |
| Hex | 18 | 3B | C8 | 58 | 46 | 0 | 16 | E4 | 4F | 2C |
| Octal | 30 | 73 | 310 | 130 | 106 | 0 | 26 | 344 | 117 | 54 |
| Binary | 11000 | 111011 | 11001000 | 1011000 | 1000110 | 0 | 10110 | 11100100 | 1001111 | 101100 |
Color Harmonies of #183BC8
Complementary color
Monochromatic Colors of #183BC8
Black with #183BC8
Text Example
Text Example
White with #183BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BC8; }
p { color: rgb(24,59,200); }
H1.HeaderClassName
{
color: #183BC8;
}
.AnyTagClassName
{
color: #183BC8;
}
</style>
background-color css
<style>
a { background-color: #183BC8; }
a { background-color: rgb(24,59,200); }
div.DivClassName
{
background-color: #183BC8;
}
.BgClassName
{
background-color: #183BC8;
}
</style>
border-color css
<style>
span { border-color: #183BC8; }
span { border-color: rgb(24,59,200); }
td.TdClassName
{
border-color: #183BC8;
}
.TagClassName
{
border-color: #183BC8;
}
</style>