Shades of Persian Blue #1835BC
Tints of Persian Blue #1835BC
RGB
CMYK
RGB Variations
Color information
#1835BC (or 0x1835BC) is known color: Persian Blue. HEX triplet: 18, 35 and BC. RGB value is (24,53,188). Sum of RGB (Red+Green+Blue) = 24+53+188=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #1835BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1835BC is #E7CA43. Grayscale: #3B3B3B. Windows color (decimal): -15190596 or 12334360. OLE color: 12334360.
HSL color Cylindrical-coordinate representation of color #1835BC: hue angle of 229.39º 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 #1835BC is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 53 | 188 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.26 |
| HSL | 229.39º | 0.77% | 0.42% | - |
| HSV(B) | 229.39º | 0.87% | 0.74% | - |
| XYZ | 10.73 | 6.37 | 48.24 | - |
| YUV | 59.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 188 | 0.87 | 0.72 | 0 | 0.26 | 229.39 | 0.77 | 0.42 |
| Hex | 18 | 35 | BC | 57 | 48 | 0 | 1A | E5 | 4D | 2A |
| Octal | 30 | 65 | 274 | 127 | 110 | 0 | 32 | 345 | 115 | 52 |
| Binary | 11000 | 110101 | 10111100 | 1010111 | 1001000 | 0 | 11010 | 11100101 | 1001101 | 101010 |
Color Harmonies of #1835BC
Complementary color
Monochromatic Colors of #1835BC
Black with #1835BC
Text Example
Text Example
White with #1835BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1835BC; }
p { color: rgb(24,53,188); }
H1.HeaderClassName
{
color: #1835BC;
}
.AnyTagClassName
{
color: #1835BC;
}
</style>
background-color css
<style>
a { background-color: #1835BC; }
a { background-color: rgb(24,53,188); }
div.DivClassName
{
background-color: #1835BC;
}
.BgClassName
{
background-color: #1835BC;
}
</style>
border-color css
<style>
span { border-color: #1835BC; }
span { border-color: rgb(24,53,188); }
td.TdClassName
{
border-color: #1835BC;
}
.TagClassName
{
border-color: #1835BC;
}
</style>