Shades of Persian Blue #1B29DF
Tints of Persian Blue #1B29DF
RGB
CMYK
RGB Variations
Color information
#1B29DF (or 0x1B29DF) is known color: Persian Blue. HEX triplet: 1B, 29 and DF. RGB value is (27,41,223). Sum of RGB (Red+Green+Blue) = 27+41+223=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B29DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B29DF is #E4D620. Grayscale: #383838. Windows color (decimal): -14997025 or 14625051. OLE color: 14625051.
HSL color Cylindrical-coordinate representation of color #1B29DF: hue angle of 235.71º 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 #1B29DF is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 41 | 223 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.13 |
| HSL | 235.71º | 0.78% | 0.49% | - |
| HSV(B) | 235.71º | 0.88% | 0.87% | - |
| XYZ | 14.56 | 7.15 | 70.42 | - |
| YUV | 57.56 | 221.36 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 223 | 0.88 | 0.82 | 0 | 0.13 | 235.71 | 0.78 | 0.49 |
| Hex | 1B | 29 | DF | 58 | 52 | 0 | D | EC | 4E | 31 |
| Octal | 33 | 51 | 337 | 130 | 122 | 0 | 15 | 354 | 116 | 61 |
| Binary | 11011 | 101001 | 11011111 | 1011000 | 1010010 | 0 | 1101 | 11101100 | 1001110 | 110001 |
Color Harmonies of #1B29DF
Complementary color
Monochromatic Colors of #1B29DF
Black with #1B29DF
Text Example
Text Example
White with #1B29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B29DF; }
p { color: rgb(27,41,223); }
H1.HeaderClassName
{
color: #1B29DF;
}
.AnyTagClassName
{
color: #1B29DF;
}
</style>
background-color css
<style>
a { background-color: #1B29DF; }
a { background-color: rgb(27,41,223); }
div.DivClassName
{
background-color: #1B29DF;
}
.BgClassName
{
background-color: #1B29DF;
}
</style>
border-color css
<style>
span { border-color: #1B29DF; }
span { border-color: rgb(27,41,223); }
td.TdClassName
{
border-color: #1B29DF;
}
.TagClassName
{
border-color: #1B29DF;
}
</style>