Shades of Persian Blue #1B2FCB
Tints of Persian Blue #1B2FCB
RGB
CMYK
RGB Variations
Color information
#1B2FCB (or 0x1B2FCB) is known color: Persian Blue. HEX triplet: 1B, 2F and CB. RGB value is (27,47,203). Sum of RGB (Red+Green+Blue) = 27+47+203=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B2FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2FCB is #E4D034. Grayscale: #3A3A3A. Windows color (decimal): -14995509 or 13315867. OLE color: 13315867.
HSL color Cylindrical-coordinate representation of color #1B2FCB: hue angle of 233.18º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B2FCB is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 47 | 203 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.20 |
| HSL | 233.18º | 0.77% | 0.45% | - |
| HSV(B) | 233.18º | 0.87% | 0.8% | - |
| XYZ | 12.25 | 6.58 | 57.12 | - |
| YUV | 58.8 | 209.37 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 203 | 0.87 | 0.77 | 0 | 0.20 | 233.18 | 0.77 | 0.45 |
| Hex | 1B | 2F | CB | 57 | 4D | 0 | 14 | E9 | 4D | 2D |
| Octal | 33 | 57 | 313 | 127 | 115 | 0 | 24 | 351 | 115 | 55 |
| Binary | 11011 | 101111 | 11001011 | 1010111 | 1001101 | 0 | 10100 | 11101001 | 1001101 | 101101 |
Color Harmonies of #1B2FCB
Complementary color
Monochromatic Colors of #1B2FCB
Black with #1B2FCB
Text Example
Text Example
White with #1B2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FCB; }
p { color: rgb(27,47,203); }
H1.HeaderClassName
{
color: #1B2FCB;
}
.AnyTagClassName
{
color: #1B2FCB;
}
</style>
background-color css
<style>
a { background-color: #1B2FCB; }
a { background-color: rgb(27,47,203); }
div.DivClassName
{
background-color: #1B2FCB;
}
.BgClassName
{
background-color: #1B2FCB;
}
</style>
border-color css
<style>
span { border-color: #1B2FCB; }
span { border-color: rgb(27,47,203); }
td.TdClassName
{
border-color: #1B2FCB;
}
.TagClassName
{
border-color: #1B2FCB;
}
</style>