Shades of Persian Blue #1B1DB4
Tints of Persian Blue #1B1DB4
RGB
CMYK
RGB Variations
Color information
#1B1DB4 (or 0x1B1DB4) is known color: Persian Blue. HEX triplet: 1B, 1D and B4. RGB value is (27,29,180). Sum of RGB (Red+Green+Blue) = 27+29+180=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 180 (70.70% from 255 or 76.27% from 236); Max value from RGB is 180 - color contains mainly: blue. Hex color #1B1DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1DB4 is #E4E24B. Grayscale: #2D2D2D. Windows color (decimal): -15000140 or 11803931. OLE color: 11803931.
HSL color Cylindrical-coordinate representation of color #1B1DB4: hue angle of 239.22º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1DB4 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 29 | 180 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.29 |
| HSL | 239.22º | 0.74% | 0.41% | - |
| HSV(B) | 239.22º | 0.85% | 0.71% | - |
| XYZ | 9.13 | 4.41 | 43.55 | - |
| YUV | 45.62 | 203.84 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 180 | 0.85 | 0.84 | 0 | 0.29 | 239.22 | 0.74 | 0.41 |
| Hex | 1B | 1D | B4 | 55 | 54 | 0 | 1D | EF | 4A | 29 |
| Octal | 33 | 35 | 264 | 125 | 124 | 0 | 35 | 357 | 112 | 51 |
| Binary | 11011 | 11101 | 10110100 | 1010101 | 1010100 | 0 | 11101 | 11101111 | 1001010 | 101001 |
Color Harmonies of #1B1DB4
Complementary color
Monochromatic Colors of #1B1DB4
Black with #1B1DB4
Text Example
Text Example
White with #1B1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1DB4; }
p { color: rgb(27,29,180); }
H1.HeaderClassName
{
color: #1B1DB4;
}
.AnyTagClassName
{
color: #1B1DB4;
}
</style>
background-color css
<style>
a { background-color: #1B1DB4; }
a { background-color: rgb(27,29,180); }
div.DivClassName
{
background-color: #1B1DB4;
}
.BgClassName
{
background-color: #1B1DB4;
}
</style>
border-color css
<style>
span { border-color: #1B1DB4; }
span { border-color: rgb(27,29,180); }
td.TdClassName
{
border-color: #1B1DB4;
}
.TagClassName
{
border-color: #1B1DB4;
}
</style>