Shades of Persian Blue #183BC7
Tints of Persian Blue #183BC7
RGB
CMYK
RGB Variations
Color information
#183BC7 (or 0x183BC7) is known color: Persian Blue. HEX triplet: 18, 3B and C7. RGB value is (24,59,199). Sum of RGB (Red+Green+Blue) = 24+59+199=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 199 (78.12% from 255 or 70.57% from 282); Max value from RGB is 199 - color contains mainly: blue. Hex color #183BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BC7 is #E7C438. Grayscale: #3F3F3F. Windows color (decimal): -15189049 or 13056792. OLE color: 13056792.
HSL color Cylindrical-coordinate representation of color #183BC7: hue angle of 228º degrees, saturation: 0.78, 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 #183BC7 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 59 | 199 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.22 |
| HSL | 228º | 0.78% | 0.44% | - |
| HSV(B) | 228º | 0.88% | 0.78% | - |
| XYZ | 12.25 | 7.45 | 54.82 | - |
| YUV | 64.5 | 203.9 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 199 | 0.88 | 0.70 | 0 | 0.22 | 228 | 0.78 | 0.44 |
| Hex | 18 | 3B | C7 | 58 | 46 | 0 | 16 | E4 | 4E | 2C |
| Octal | 30 | 73 | 307 | 130 | 106 | 0 | 26 | 344 | 116 | 54 |
| Binary | 11000 | 111011 | 11000111 | 1011000 | 1000110 | 0 | 10110 | 11100100 | 1001110 | 101100 |
Color Harmonies of #183BC7
Complementary color
Monochromatic Colors of #183BC7
Black with #183BC7
Text Example
Text Example
White with #183BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BC7; }
p { color: rgb(24,59,199); }
H1.HeaderClassName
{
color: #183BC7;
}
.AnyTagClassName
{
color: #183BC7;
}
</style>
background-color css
<style>
a { background-color: #183BC7; }
a { background-color: rgb(24,59,199); }
div.DivClassName
{
background-color: #183BC7;
}
.BgClassName
{
background-color: #183BC7;
}
</style>
border-color css
<style>
span { border-color: #183BC7; }
span { border-color: rgb(24,59,199); }
td.TdClassName
{
border-color: #183BC7;
}
.TagClassName
{
border-color: #183BC7;
}
</style>