Shades of Persian Blue #1B3DBF
Tints of Persian Blue #1B3DBF
RGB
CMYK
RGB Variations
Color information
#1B3DBF (or 0x1B3DBF) is known color: Persian Blue. HEX triplet: 1B, 3D and BF. RGB value is (27,61,191). Sum of RGB (Red+Green+Blue) = 27+61+191=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B3DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3DBF is #E4C240. Grayscale: #414141. Windows color (decimal): -14991937 or 12533019. OLE color: 12533019.
HSL color Cylindrical-coordinate representation of color #1B3DBF: hue angle of 227.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3DBF is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 61 | 191 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.25 |
| HSL | 227.56º | 0.75% | 0.43% | - |
| HSV(B) | 227.56º | 0.86% | 0.75% | - |
| XYZ | 11.52 | 7.33 | 50.1 | - |
| YUV | 65.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 191 | 0.86 | 0.68 | 0 | 0.25 | 227.56 | 0.75 | 0.43 |
| Hex | 1B | 3D | BF | 56 | 44 | 0 | 19 | E4 | 4B | 2B |
| Octal | 33 | 75 | 277 | 126 | 104 | 0 | 31 | 344 | 113 | 53 |
| Binary | 11011 | 111101 | 10111111 | 1010110 | 1000100 | 0 | 11001 | 11100100 | 1001011 | 101011 |
Color Harmonies of #1B3DBF
Complementary color
Monochromatic Colors of #1B3DBF
Black with #1B3DBF
Text Example
Text Example
White with #1B3DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3DBF; }
p { color: rgb(27,61,191); }
H1.HeaderClassName
{
color: #1B3DBF;
}
.AnyTagClassName
{
color: #1B3DBF;
}
</style>
background-color css
<style>
a { background-color: #1B3DBF; }
a { background-color: rgb(27,61,191); }
div.DivClassName
{
background-color: #1B3DBF;
}
.BgClassName
{
background-color: #1B3DBF;
}
</style>
border-color css
<style>
span { border-color: #1B3DBF; }
span { border-color: rgb(27,61,191); }
td.TdClassName
{
border-color: #1B3DBF;
}
.TagClassName
{
border-color: #1B3DBF;
}
</style>