Shades of Persian Blue #1B2CEF
Tints of Persian Blue #1B2CEF
RGB
CMYK
RGB Variations
Color information
#1B2CEF (or 0x1B2CEF) is known color: Persian Blue. HEX triplet: 1B, 2C and EF. RGB value is (27,44,239). Sum of RGB (Red+Green+Blue) = 27+44+239=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B2CEF is #E4D310. Grayscale: #3C3C3C. Windows color (decimal): -14996241 or 15674395. OLE color: 15674395.
HSL color Cylindrical-coordinate representation of color #1B2CEF: hue angle of 235.19º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B2CEF is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 44 | 239 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.06 |
| HSL | 235.19º | 0.87% | 0.52% | - |
| HSV(B) | 235.19º | 0.89% | 0.94% | - |
| XYZ | 16.93 | 8.27 | 82.36 | - |
| YUV | 61.15 | 228.37 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 239 | 0.89 | 0.82 | 0 | 0.06 | 235.19 | 0.87 | 0.52 |
| Hex | 1B | 2C | EF | 59 | 52 | 0 | 6 | EB | 57 | 34 |
| Octal | 33 | 54 | 357 | 131 | 122 | 0 | 6 | 353 | 127 | 64 |
| Binary | 11011 | 101100 | 11101111 | 1011001 | 1010010 | 0 | 110 | 11101011 | 1010111 | 110100 |
Color Harmonies of #1B2CEF
Complementary color
Monochromatic Colors of #1B2CEF
Black with #1B2CEF
Text Example
Text Example
White with #1B2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2CEF; }
p { color: rgb(27,44,239); }
H1.HeaderClassName
{
color: #1B2CEF;
}
.AnyTagClassName
{
color: #1B2CEF;
}
</style>
background-color css
<style>
a { background-color: #1B2CEF; }
a { background-color: rgb(27,44,239); }
div.DivClassName
{
background-color: #1B2CEF;
}
.BgClassName
{
background-color: #1B2CEF;
}
</style>
border-color css
<style>
span { border-color: #1B2CEF; }
span { border-color: rgb(27,44,239); }
td.TdClassName
{
border-color: #1B2CEF;
}
.TagClassName
{
border-color: #1B2CEF;
}
</style>