Shades of Persian Blue #1831BC
Tints of Persian Blue #1831BC
RGB
CMYK
RGB Variations
Color information
#1831BC (or 0x1831BC) is known color: Persian Blue. HEX triplet: 18, 31 and BC. RGB value is (24,49,188). Sum of RGB (Red+Green+Blue) = 24+49+188=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #1831BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1831BC is #E7CE43. Grayscale: #383838. Windows color (decimal): -15191620 or 12333336. OLE color: 12333336.
HSL color Cylindrical-coordinate representation of color #1831BC: hue angle of 230.85º 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 #1831BC is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 49 | 188 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.26 |
| HSL | 230.85º | 0.77% | 0.42% | - |
| HSV(B) | 230.85º | 0.87% | 0.74% | - |
| XYZ | 10.55 | 6.02 | 48.18 | - |
| YUV | 57.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 188 | 0.87 | 0.74 | 0 | 0.26 | 230.85 | 0.77 | 0.42 |
| Hex | 18 | 31 | BC | 57 | 4A | 0 | 1A | E7 | 4D | 2A |
| Octal | 30 | 61 | 274 | 127 | 112 | 0 | 32 | 347 | 115 | 52 |
| Binary | 11000 | 110001 | 10111100 | 1010111 | 1001010 | 0 | 11010 | 11100111 | 1001101 | 101010 |
Color Harmonies of #1831BC
Complementary color
Monochromatic Colors of #1831BC
Black with #1831BC
Text Example
Text Example
White with #1831BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1831BC; }
p { color: rgb(24,49,188); }
H1.HeaderClassName
{
color: #1831BC;
}
.AnyTagClassName
{
color: #1831BC;
}
</style>
background-color css
<style>
a { background-color: #1831BC; }
a { background-color: rgb(24,49,188); }
div.DivClassName
{
background-color: #1831BC;
}
.BgClassName
{
background-color: #1831BC;
}
</style>
border-color css
<style>
span { border-color: #1831BC; }
span { border-color: rgb(24,49,188); }
td.TdClassName
{
border-color: #1831BC;
}
.TagClassName
{
border-color: #1831BC;
}
</style>