Shades of Persian Blue #1B21C5
Tints of Persian Blue #1B21C5
RGB
CMYK
RGB Variations
Color information
#1B21C5 (or 0x1B21C5) is known color: Persian Blue. HEX triplet: 1B, 21 and C5. RGB value is (27,33,197). Sum of RGB (Red+Green+Blue) = 27+33+197=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 197 (77.34% from 255 or 76.65% from 257); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B21C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B21C5 is #E4DE3A. Grayscale: #313131. Windows color (decimal): -14999099 or 12919067. OLE color: 12919067.
HSL color Cylindrical-coordinate representation of color #1B21C5: hue angle of 237.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B21C5 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 33 | 197 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.23 |
| HSL | 237.88º | 0.76% | 0.44% | - |
| HSV(B) | 237.88º | 0.86% | 0.77% | - |
| XYZ | 11.07 | 5.35 | 53.27 | - |
| YUV | 49.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 33 | 197 | 0.86 | 0.83 | 0 | 0.23 | 237.88 | 0.76 | 0.44 |
| Hex | 1B | 21 | C5 | 56 | 53 | 0 | 17 | EE | 4C | 2C |
| Octal | 33 | 41 | 305 | 126 | 123 | 0 | 27 | 356 | 114 | 54 |
| Binary | 11011 | 100001 | 11000101 | 1010110 | 1010011 | 0 | 10111 | 11101110 | 1001100 | 101100 |
Color Harmonies of #1B21C5
Complementary color
Monochromatic Colors of #1B21C5
Black with #1B21C5
Text Example
Text Example
White with #1B21C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B21C5; }
p { color: rgb(27,33,197); }
H1.HeaderClassName
{
color: #1B21C5;
}
.AnyTagClassName
{
color: #1B21C5;
}
</style>
background-color css
<style>
a { background-color: #1B21C5; }
a { background-color: rgb(27,33,197); }
div.DivClassName
{
background-color: #1B21C5;
}
.BgClassName
{
background-color: #1B21C5;
}
</style>
border-color css
<style>
span { border-color: #1B21C5; }
span { border-color: rgb(27,33,197); }
td.TdClassName
{
border-color: #1B21C5;
}
.TagClassName
{
border-color: #1B21C5;
}
</style>