Shades of Persian Blue #1B40BD
Tints of Persian Blue #1B40BD
RGB
CMYK
RGB Variations
Color information
#1B40BD (or 0x1B40BD) is known color: Persian Blue. HEX triplet: 1B, 40 and BD. RGB value is (27,64,189). Sum of RGB (Red+Green+Blue) = 27+64+189=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B40BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B40BD is #E4BF42. Grayscale: #424242. Windows color (decimal): -14991171 or 12402715. OLE color: 12402715.
HSL color Cylindrical-coordinate representation of color #1B40BD: hue angle of 226.3º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B40BD is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 64 | 189 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.26 |
| HSL | 226.3º | 0.75% | 0.42% | - |
| HSV(B) | 226.3º | 0.86% | 0.74% | - |
| XYZ | 11.47 | 7.57 | 49 | - |
| YUV | 67.19 | 196.74 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 189 | 0.86 | 0.66 | 0 | 0.26 | 226.3 | 0.75 | 0.42 |
| Hex | 1B | 40 | BD | 56 | 42 | 0 | 1A | E2 | 4B | 2A |
| Octal | 33 | 100 | 275 | 126 | 102 | 0 | 32 | 342 | 113 | 52 |
| Binary | 11011 | 1000000 | 10111101 | 1010110 | 1000010 | 0 | 11010 | 11100010 | 1001011 | 101010 |
Color Harmonies of #1B40BD
Complementary color
Monochromatic Colors of #1B40BD
Black with #1B40BD
Text Example
Text Example
White with #1B40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B40BD; }
p { color: rgb(27,64,189); }
H1.HeaderClassName
{
color: #1B40BD;
}
.AnyTagClassName
{
color: #1B40BD;
}
</style>
background-color css
<style>
a { background-color: #1B40BD; }
a { background-color: rgb(27,64,189); }
div.DivClassName
{
background-color: #1B40BD;
}
.BgClassName
{
background-color: #1B40BD;
}
</style>
border-color css
<style>
span { border-color: #1B40BD; }
span { border-color: rgb(27,64,189); }
td.TdClassName
{
border-color: #1B40BD;
}
.TagClassName
{
border-color: #1B40BD;
}
</style>