Shades of Persian Blue #183BC4
Tints of Persian Blue #183BC4
RGB
CMYK
RGB Variations
Color information
#183BC4 (or 0x183BC4) is known color: Persian Blue. HEX triplet: 18, 3B and C4. RGB value is (24,59,196). Sum of RGB (Red+Green+Blue) = 24+59+196=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 196 (76.95% from 255 or 70.25% from 279); Max value from RGB is 196 - color contains mainly: blue. Hex color #183BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183BC4 is #E7C43B. Grayscale: #3F3F3F. Windows color (decimal): -15189052 or 12860184. OLE color: 12860184.
HSL color Cylindrical-coordinate representation of color #183BC4: hue angle of 227.79º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #183BC4 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 59 | 196 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.23 |
| HSL | 227.79º | 0.78% | 0.43% | - |
| HSV(B) | 227.79º | 0.88% | 0.77% | - |
| XYZ | 11.9 | 7.31 | 53.01 | - |
| YUV | 64.15 | 202.4 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 196 | 0.88 | 0.70 | 0 | 0.23 | 227.79 | 0.78 | 0.43 |
| Hex | 18 | 3B | C4 | 58 | 46 | 0 | 17 | E4 | 4E | 2B |
| Octal | 30 | 73 | 304 | 130 | 106 | 0 | 27 | 344 | 116 | 53 |
| Binary | 11000 | 111011 | 11000100 | 1011000 | 1000110 | 0 | 10111 | 11100100 | 1001110 | 101011 |
Color Harmonies of #183BC4
Complementary color
Monochromatic Colors of #183BC4
Black with #183BC4
Text Example
Text Example
White with #183BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BC4; }
p { color: rgb(24,59,196); }
H1.HeaderClassName
{
color: #183BC4;
}
.AnyTagClassName
{
color: #183BC4;
}
</style>
background-color css
<style>
a { background-color: #183BC4; }
a { background-color: rgb(24,59,196); }
div.DivClassName
{
background-color: #183BC4;
}
.BgClassName
{
background-color: #183BC4;
}
</style>
border-color css
<style>
span { border-color: #183BC4; }
span { border-color: rgb(24,59,196); }
td.TdClassName
{
border-color: #183BC4;
}
.TagClassName
{
border-color: #183BC4;
}
</style>