Shades of Persian Blue #1B2EAF
Tints of Persian Blue #1B2EAF
RGB
CMYK
RGB Variations
Color information
#1B2EAF (or 0x1B2EAF) is known color: Persian Blue. HEX triplet: 1B, 2E and AF. RGB value is (27,46,175). Sum of RGB (Red+Green+Blue) = 27+46+175=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B2EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2EAF is #E4D150. Grayscale: #363636. Windows color (decimal): -14995793 or 11480603. OLE color: 11480603.
HSL color Cylindrical-coordinate representation of color #1B2EAF: hue angle of 232.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B2EAF is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 46 | 175 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.31 |
| HSL | 232.3º | 0.73% | 0.4% | - |
| HSV(B) | 232.3º | 0.85% | 0.69% | - |
| XYZ | 9.17 | 5.28 | 41.09 | - |
| YUV | 55.03 | 195.71 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 175 | 0.85 | 0.74 | 0 | 0.31 | 232.3 | 0.73 | 0.4 |
| Hex | 1B | 2E | AF | 55 | 4A | 0 | 1F | E8 | 49 | 28 |
| Octal | 33 | 56 | 257 | 125 | 112 | 0 | 37 | 350 | 111 | 50 |
| Binary | 11011 | 101110 | 10101111 | 1010101 | 1001010 | 0 | 11111 | 11101000 | 1001001 | 101000 |
Color Harmonies of #1B2EAF
Complementary color
Monochromatic Colors of #1B2EAF
Black with #1B2EAF
Text Example
Text Example
White with #1B2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2EAF; }
p { color: rgb(27,46,175); }
H1.HeaderClassName
{
color: #1B2EAF;
}
.AnyTagClassName
{
color: #1B2EAF;
}
</style>
background-color css
<style>
a { background-color: #1B2EAF; }
a { background-color: rgb(27,46,175); }
div.DivClassName
{
background-color: #1B2EAF;
}
.BgClassName
{
background-color: #1B2EAF;
}
</style>
border-color css
<style>
span { border-color: #1B2EAF; }
span { border-color: rgb(27,46,175); }
td.TdClassName
{
border-color: #1B2EAF;
}
.TagClassName
{
border-color: #1B2EAF;
}
</style>