Shades of Persian Blue #1B2FEB
Tints of Persian Blue #1B2FEB
RGB
CMYK
RGB Variations
Color information
#1B2FEB (or 0x1B2FEB) is known color: Persian Blue. HEX triplet: 1B, 2F and EB. RGB value is (27,47,235). Sum of RGB (Red+Green+Blue) = 27+47+235=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B2FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B2FEB is #E4D014. Grayscale: #3D3D3D. Windows color (decimal): -14995477 or 15413019. OLE color: 15413019.
HSL color Cylindrical-coordinate representation of color #1B2FEB: hue angle of 234.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B2FEB is Cyan = 0.89, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 47 | 235 | - |
| CMYK | 0.89 | 0.8 | 0 | 0.08 |
| HSL | 234.23º | 0.84% | 0.51% | - |
| HSV(B) | 234.23º | 0.89% | 0.92% | - |
| XYZ | 16.46 | 8.26 | 79.32 | - |
| YUV | 62.45 | 225.37 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 235 | 0.89 | 0.8 | 0 | 0.08 | 234.23 | 0.84 | 0.51 |
| Hex | 1B | 2F | EB | 59 | 50 | 0 | 8 | EA | 54 | 33 |
| Octal | 33 | 57 | 353 | 131 | 120 | 0 | 10 | 352 | 124 | 63 |
| Binary | 11011 | 101111 | 11101011 | 1011001 | 1010000 | 0 | 1000 | 11101010 | 1010100 | 110011 |
Color Harmonies of #1B2FEB
Complementary color
Monochromatic Colors of #1B2FEB
Black with #1B2FEB
Text Example
Text Example
White with #1B2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FEB; }
p { color: rgb(27,47,235); }
H1.HeaderClassName
{
color: #1B2FEB;
}
.AnyTagClassName
{
color: #1B2FEB;
}
</style>
background-color css
<style>
a { background-color: #1B2FEB; }
a { background-color: rgb(27,47,235); }
div.DivClassName
{
background-color: #1B2FEB;
}
.BgClassName
{
background-color: #1B2FEB;
}
</style>
border-color css
<style>
span { border-color: #1B2FEB; }
span { border-color: rgb(27,47,235); }
td.TdClassName
{
border-color: #1B2FEB;
}
.TagClassName
{
border-color: #1B2FEB;
}
</style>