Shades of Persian Blue #1B2FCE
Tints of Persian Blue #1B2FCE
RGB
CMYK
RGB Variations
Color information
#1B2FCE (or 0x1B2FCE) is known color: Persian Blue. HEX triplet: 1B, 2F and CE. RGB value is (27,47,206). Sum of RGB (Red+Green+Blue) = 27+47+206=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2FCE is #E4D031. Grayscale: #3A3A3A. Windows color (decimal): -14995506 or 13512475. OLE color: 13512475.
HSL color Cylindrical-coordinate representation of color #1B2FCE: hue angle of 233.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B2FCE is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 47 | 206 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.19 |
| HSL | 233.3º | 0.77% | 0.46% | - |
| HSV(B) | 233.3º | 0.87% | 0.81% | - |
| XYZ | 12.61 | 6.72 | 59.03 | - |
| YUV | 59.15 | 210.87 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 206 | 0.87 | 0.77 | 0 | 0.19 | 233.3 | 0.77 | 0.46 |
| Hex | 1B | 2F | CE | 57 | 4D | 0 | 13 | E9 | 4D | 2E |
| Octal | 33 | 57 | 316 | 127 | 115 | 0 | 23 | 351 | 115 | 56 |
| Binary | 11011 | 101111 | 11001110 | 1010111 | 1001101 | 0 | 10011 | 11101001 | 1001101 | 101110 |
Color Harmonies of #1B2FCE
Complementary color
Monochromatic Colors of #1B2FCE
Black with #1B2FCE
Text Example
Text Example
White with #1B2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FCE; }
p { color: rgb(27,47,206); }
H1.HeaderClassName
{
color: #1B2FCE;
}
.AnyTagClassName
{
color: #1B2FCE;
}
</style>
background-color css
<style>
a { background-color: #1B2FCE; }
a { background-color: rgb(27,47,206); }
div.DivClassName
{
background-color: #1B2FCE;
}
.BgClassName
{
background-color: #1B2FCE;
}
</style>
border-color css
<style>
span { border-color: #1B2FCE; }
span { border-color: rgb(27,47,206); }
td.TdClassName
{
border-color: #1B2FCE;
}
.TagClassName
{
border-color: #1B2FCE;
}
</style>