Shades of Persian Blue #1B41CD
Tints of Persian Blue #1B41CD
RGB
CMYK
RGB Variations
Color information
#1B41CD (or 0x1B41CD) is known color: Persian Blue. HEX triplet: 1B, 41 and CD. RGB value is (27,65,205). Sum of RGB (Red+Green+Blue) = 27+65+205=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #1B41CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B41CD is #E4BE32. Grayscale: #454545. Windows color (decimal): -14990899 or 13451547. OLE color: 13451547.
HSL color Cylindrical-coordinate representation of color #1B41CD: hue angle of 227.19º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B41CD is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 65 | 205 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.20 |
| HSL | 227.19º | 0.77% | 0.45% | - |
| HSV(B) | 227.19º | 0.87% | 0.8% | - |
| XYZ | 13.36 | 8.42 | 58.68 | - |
| YUV | 69.6 | 204.41 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 205 | 0.87 | 0.68 | 0 | 0.20 | 227.19 | 0.77 | 0.45 |
| Hex | 1B | 41 | CD | 57 | 44 | 0 | 14 | E3 | 4D | 2D |
| Octal | 33 | 101 | 315 | 127 | 104 | 0 | 24 | 343 | 115 | 55 |
| Binary | 11011 | 1000001 | 11001101 | 1010111 | 1000100 | 0 | 10100 | 11100011 | 1001101 | 101101 |
Color Harmonies of #1B41CD
Complementary color
Monochromatic Colors of #1B41CD
Black with #1B41CD
Text Example
Text Example
White with #1B41CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B41CD; }
p { color: rgb(27,65,205); }
H1.HeaderClassName
{
color: #1B41CD;
}
.AnyTagClassName
{
color: #1B41CD;
}
</style>
background-color css
<style>
a { background-color: #1B41CD; }
a { background-color: rgb(27,65,205); }
div.DivClassName
{
background-color: #1B41CD;
}
.BgClassName
{
background-color: #1B41CD;
}
</style>
border-color css
<style>
span { border-color: #1B41CD; }
span { border-color: rgb(27,65,205); }
td.TdClassName
{
border-color: #1B41CD;
}
.TagClassName
{
border-color: #1B41CD;
}
</style>