Shades of Persian Blue #183CBD
Tints of Persian Blue #183CBD
RGB
CMYK
RGB Variations
Color information
#183CBD (or 0x183CBD) is known color: Persian Blue. HEX triplet: 18, 3C and BD. RGB value is (24,60,189). Sum of RGB (Red+Green+Blue) = 24+60+189=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #183CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183CBD is #E7C342. Grayscale: #3F3F3F. Windows color (decimal): -15188803 or 12401688. OLE color: 12401688.
HSL color Cylindrical-coordinate representation of color #183CBD: hue angle of 226.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183CBD is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 60 | 189 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.26 |
| HSL | 226.91º | 0.77% | 0.42% | - |
| HSV(B) | 226.91º | 0.87% | 0.74% | - |
| XYZ | 11.18 | 7.1 | 48.93 | - |
| YUV | 63.94 | 198.57 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 189 | 0.87 | 0.68 | 0 | 0.26 | 226.91 | 0.77 | 0.42 |
| Hex | 18 | 3C | BD | 57 | 44 | 0 | 1A | E3 | 4D | 2A |
| Octal | 30 | 74 | 275 | 127 | 104 | 0 | 32 | 343 | 115 | 52 |
| Binary | 11000 | 111100 | 10111101 | 1010111 | 1000100 | 0 | 11010 | 11100011 | 1001101 | 101010 |
Color Harmonies of #183CBD
Complementary color
Monochromatic Colors of #183CBD
Black with #183CBD
Text Example
Text Example
White with #183CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183CBD; }
p { color: rgb(24,60,189); }
H1.HeaderClassName
{
color: #183CBD;
}
.AnyTagClassName
{
color: #183CBD;
}
</style>
background-color css
<style>
a { background-color: #183CBD; }
a { background-color: rgb(24,60,189); }
div.DivClassName
{
background-color: #183CBD;
}
.BgClassName
{
background-color: #183CBD;
}
</style>
border-color css
<style>
span { border-color: #183CBD; }
span { border-color: rgb(24,60,189); }
td.TdClassName
{
border-color: #183CBD;
}
.TagClassName
{
border-color: #183CBD;
}
</style>