Shades of Persian Blue #1B2DD7
Tints of Persian Blue #1B2DD7
RGB
CMYK
RGB Variations
Color information
#1B2DD7 (or 0x1B2DD7) is known color: Persian Blue. HEX triplet: 1B, 2D and D7. RGB value is (27,45,215). Sum of RGB (Red+Green+Blue) = 27+45+215=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 215 (84.38% from 255 or 74.91% from 287); Max value from RGB is 215 - color contains mainly: blue. Hex color #1B2DD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2DD7 is #E4D228. Grayscale: #3A3A3A. Windows color (decimal): -14996009 or 14101787. OLE color: 14101787.
HSL color Cylindrical-coordinate representation of color #1B2DD7: hue angle of 234.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B2DD7 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 45 | 215 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.16 |
| HSL | 234.26º | 0.78% | 0.47% | - |
| HSV(B) | 234.26º | 0.87% | 0.84% | - |
| XYZ | 13.66 | 7.02 | 64.92 | - |
| YUV | 59 | 216.04 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 215 | 0.87 | 0.79 | 0 | 0.16 | 234.26 | 0.78 | 0.47 |
| Hex | 1B | 2D | D7 | 57 | 4F | 0 | 10 | EA | 4E | 2F |
| Octal | 33 | 55 | 327 | 127 | 117 | 0 | 20 | 352 | 116 | 57 |
| Binary | 11011 | 101101 | 11010111 | 1010111 | 1001111 | 0 | 10000 | 11101010 | 1001110 | 101111 |
Color Harmonies of #1B2DD7
Complementary color
Monochromatic Colors of #1B2DD7
Black with #1B2DD7
Text Example
Text Example
White with #1B2DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2DD7; }
p { color: rgb(27,45,215); }
H1.HeaderClassName
{
color: #1B2DD7;
}
.AnyTagClassName
{
color: #1B2DD7;
}
</style>
background-color css
<style>
a { background-color: #1B2DD7; }
a { background-color: rgb(27,45,215); }
div.DivClassName
{
background-color: #1B2DD7;
}
.BgClassName
{
background-color: #1B2DD7;
}
</style>
border-color css
<style>
span { border-color: #1B2DD7; }
span { border-color: rgb(27,45,215); }
td.TdClassName
{
border-color: #1B2DD7;
}
.TagClassName
{
border-color: #1B2DD7;
}
</style>