Shades of Persian Blue #1B1FB8
Tints of Persian Blue #1B1FB8
RGB
CMYK
RGB Variations
Color information
#1B1FB8 (or 0x1B1FB8) is known color: Persian Blue. HEX triplet: 1B, 1F and B8. RGB value is (27,31,184). Sum of RGB (Red+Green+Blue) = 27+31+184=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 184 (72.27% from 255 or 76.03% from 242); Max value from RGB is 184 - color contains mainly: blue. Hex color #1B1FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1FB8 is #E4E047. Grayscale: #2E2E2E. Windows color (decimal): -14999624 or 12066587. OLE color: 12066587.
HSL color Cylindrical-coordinate representation of color #1B1FB8: hue angle of 238.47º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1FB8 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 31 | 184 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.28 |
| HSL | 238.47º | 0.74% | 0.41% | - |
| HSV(B) | 238.47º | 0.85% | 0.72% | - |
| XYZ | 9.59 | 4.67 | 45.74 | - |
| YUV | 47.25 | 205.17 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 184 | 0.85 | 0.83 | 0 | 0.28 | 238.47 | 0.74 | 0.41 |
| Hex | 1B | 1F | B8 | 55 | 53 | 0 | 1C | EE | 4A | 29 |
| Octal | 33 | 37 | 270 | 125 | 123 | 0 | 34 | 356 | 112 | 51 |
| Binary | 11011 | 11111 | 10111000 | 1010101 | 1010011 | 0 | 11100 | 11101110 | 1001010 | 101001 |
Color Harmonies of #1B1FB8
Complementary color
Monochromatic Colors of #1B1FB8
Black with #1B1FB8
Text Example
Text Example
White with #1B1FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1FB8; }
p { color: rgb(27,31,184); }
H1.HeaderClassName
{
color: #1B1FB8;
}
.AnyTagClassName
{
color: #1B1FB8;
}
</style>
background-color css
<style>
a { background-color: #1B1FB8; }
a { background-color: rgb(27,31,184); }
div.DivClassName
{
background-color: #1B1FB8;
}
.BgClassName
{
background-color: #1B1FB8;
}
</style>
border-color css
<style>
span { border-color: #1B1FB8; }
span { border-color: rgb(27,31,184); }
td.TdClassName
{
border-color: #1B1FB8;
}
.TagClassName
{
border-color: #1B1FB8;
}
</style>