Shades of Persian Blue #1B35BA
Tints of Persian Blue #1B35BA
RGB
CMYK
RGB Variations
Color information
#1B35BA (or 0x1B35BA) is known color: Persian Blue. HEX triplet: 1B, 35 and BA. RGB value is (27,53,186). Sum of RGB (Red+Green+Blue) = 27+53+186=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B35BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B35BA is #E4CA45. Grayscale: #3B3B3B. Windows color (decimal): -14993990 or 12203291. OLE color: 12203291.
HSL color Cylindrical-coordinate representation of color #1B35BA: hue angle of 230.19º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B35BA is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 53 | 186 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.27 |
| HSL | 230.19º | 0.75% | 0.42% | - |
| HSV(B) | 230.19º | 0.85% | 0.73% | - |
| XYZ | 10.59 | 6.32 | 47.12 | - |
| YUV | 60.39 | 198.89 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 186 | 0.85 | 0.72 | 0 | 0.27 | 230.19 | 0.75 | 0.42 |
| Hex | 1B | 35 | BA | 55 | 48 | 0 | 1B | E6 | 4B | 2A |
| Octal | 33 | 65 | 272 | 125 | 110 | 0 | 33 | 346 | 113 | 52 |
| Binary | 11011 | 110101 | 10111010 | 1010101 | 1001000 | 0 | 11011 | 11100110 | 1001011 | 101010 |
Color Harmonies of #1B35BA
Complementary color
Monochromatic Colors of #1B35BA
Black with #1B35BA
Text Example
Text Example
White with #1B35BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B35BA; }
p { color: rgb(27,53,186); }
H1.HeaderClassName
{
color: #1B35BA;
}
.AnyTagClassName
{
color: #1B35BA;
}
</style>
background-color css
<style>
a { background-color: #1B35BA; }
a { background-color: rgb(27,53,186); }
div.DivClassName
{
background-color: #1B35BA;
}
.BgClassName
{
background-color: #1B35BA;
}
</style>
border-color css
<style>
span { border-color: #1B35BA; }
span { border-color: rgb(27,53,186); }
td.TdClassName
{
border-color: #1B35BA;
}
.TagClassName
{
border-color: #1B35BA;
}
</style>