Shades of Persian Blue #1B3BCF
Tints of Persian Blue #1B3BCF
RGB
CMYK
RGB Variations
Color information
#1B3BCF (or 0x1B3BCF) is known color: Persian Blue. HEX triplet: 1B, 3B and CF. RGB value is (27,59,207). Sum of RGB (Red+Green+Blue) = 27+59+207=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B3BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3BCF is #E4C430. Grayscale: #414141. Windows color (decimal): -14992433 or 13581083. OLE color: 13581083.
HSL color Cylindrical-coordinate representation of color #1B3BCF: hue angle of 229.33º 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 #1B3BCF is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 59 | 207 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.19 |
| HSL | 229.33º | 0.77% | 0.46% | - |
| HSV(B) | 229.33º | 0.87% | 0.81% | - |
| XYZ | 13.28 | 7.87 | 59.85 | - |
| YUV | 66.3 | 207.4 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 207 | 0.87 | 0.71 | 0 | 0.19 | 229.33 | 0.77 | 0.46 |
| Hex | 1B | 3B | CF | 57 | 47 | 0 | 13 | E5 | 4D | 2E |
| Octal | 33 | 73 | 317 | 127 | 107 | 0 | 23 | 345 | 115 | 56 |
| Binary | 11011 | 111011 | 11001111 | 1010111 | 1000111 | 0 | 10011 | 11100101 | 1001101 | 101110 |
Color Harmonies of #1B3BCF
Complementary color
Monochromatic Colors of #1B3BCF
Black with #1B3BCF
Text Example
Text Example
White with #1B3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3BCF; }
p { color: rgb(27,59,207); }
H1.HeaderClassName
{
color: #1B3BCF;
}
.AnyTagClassName
{
color: #1B3BCF;
}
</style>
background-color css
<style>
a { background-color: #1B3BCF; }
a { background-color: rgb(27,59,207); }
div.DivClassName
{
background-color: #1B3BCF;
}
.BgClassName
{
background-color: #1B3BCF;
}
</style>
border-color css
<style>
span { border-color: #1B3BCF; }
span { border-color: rgb(27,59,207); }
td.TdClassName
{
border-color: #1B3BCF;
}
.TagClassName
{
border-color: #1B3BCF;
}
</style>