Shades of Persian Blue #1B3BDD
Tints of Persian Blue #1B3BDD
RGB
CMYK
RGB Variations
Color information
#1B3BDD (or 0x1B3BDD) is known color: Persian Blue. HEX triplet: 1B, 3B and DD. RGB value is (27,59,221). Sum of RGB (Red+Green+Blue) = 27+59+221=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B3BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3BDD is #E4C422. Grayscale: #434343. Windows color (decimal): -14992419 or 14498587. OLE color: 14498587.
HSL color Cylindrical-coordinate representation of color #1B3BDD: hue angle of 230.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B3BDD is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 59 | 221 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.13 |
| HSL | 230.1º | 0.78% | 0.49% | - |
| HSV(B) | 230.1º | 0.88% | 0.87% | - |
| XYZ | 15.07 | 8.58 | 69.27 | - |
| YUV | 67.9 | 214.4 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 221 | 0.88 | 0.73 | 0 | 0.13 | 230.1 | 0.78 | 0.49 |
| Hex | 1B | 3B | DD | 58 | 49 | 0 | D | E6 | 4E | 31 |
| Octal | 33 | 73 | 335 | 130 | 111 | 0 | 15 | 346 | 116 | 61 |
| Binary | 11011 | 111011 | 11011101 | 1011000 | 1001001 | 0 | 1101 | 11100110 | 1001110 | 110001 |
Color Harmonies of #1B3BDD
Complementary color
Monochromatic Colors of #1B3BDD
Black with #1B3BDD
Text Example
Text Example
White with #1B3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3BDD; }
p { color: rgb(27,59,221); }
H1.HeaderClassName
{
color: #1B3BDD;
}
.AnyTagClassName
{
color: #1B3BDD;
}
</style>
background-color css
<style>
a { background-color: #1B3BDD; }
a { background-color: rgb(27,59,221); }
div.DivClassName
{
background-color: #1B3BDD;
}
.BgClassName
{
background-color: #1B3BDD;
}
</style>
border-color css
<style>
span { border-color: #1B3BDD; }
span { border-color: rgb(27,59,221); }
td.TdClassName
{
border-color: #1B3BDD;
}
.TagClassName
{
border-color: #1B3BDD;
}
</style>