Shades of Persian Blue #1B2FF1
Tints of Persian Blue #1B2FF1
RGB
CMYK
RGB Variations
Color information
#1B2FF1 (or 0x1B2FF1) is known color: Persian Blue. HEX triplet: 1B, 2F and F1. RGB value is (27,47,241). Sum of RGB (Red+Green+Blue) = 27+47+241=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 241 (94.53% from 255 or 76.51% from 315); Max value from RGB is 241 - color contains mainly: blue. Hex color #1B2FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B2FF1 is #E4D00E. Grayscale: #3E3E3E. Windows color (decimal): -14995471 or 15806235. OLE color: 15806235.
HSL color Cylindrical-coordinate representation of color #1B2FF1: hue angle of 234.39º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B2FF1 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 47 | 241 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.05 |
| HSL | 234.39º | 0.88% | 0.53% | - |
| HSV(B) | 234.39º | 0.89% | 0.95% | - |
| XYZ | 17.35 | 8.62 | 83.97 | - |
| YUV | 63.14 | 228.37 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 241 | 0.89 | 0.80 | 0 | 0.05 | 234.39 | 0.88 | 0.53 |
| Hex | 1B | 2F | F1 | 59 | 50 | 0 | 5 | EA | 58 | 35 |
| Octal | 33 | 57 | 361 | 131 | 120 | 0 | 5 | 352 | 130 | 65 |
| Binary | 11011 | 101111 | 11110001 | 1011001 | 1010000 | 0 | 101 | 11101010 | 1011000 | 110101 |
Color Harmonies of #1B2FF1
Complementary color
Monochromatic Colors of #1B2FF1
Black with #1B2FF1
Text Example
Text Example
White with #1B2FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FF1; }
p { color: rgb(27,47,241); }
H1.HeaderClassName
{
color: #1B2FF1;
}
.AnyTagClassName
{
color: #1B2FF1;
}
</style>
background-color css
<style>
a { background-color: #1B2FF1; }
a { background-color: rgb(27,47,241); }
div.DivClassName
{
background-color: #1B2FF1;
}
.BgClassName
{
background-color: #1B2FF1;
}
</style>
border-color css
<style>
span { border-color: #1B2FF1; }
span { border-color: rgb(27,47,241); }
td.TdClassName
{
border-color: #1B2FF1;
}
.TagClassName
{
border-color: #1B2FF1;
}
</style>