Shades of Persian Blue #1419BB
Tints of Persian Blue #1419BB
RGB
CMYK
RGB Variations
Color information
#1419BB (or 0x1419BB) is known color: Persian Blue. HEX triplet: 14, 19 and BB. RGB value is (20,25,187). Sum of RGB (Red+Green+Blue) = 20+25+187=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #1419BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419BB is #EBE644. Grayscale: #292929. Windows color (decimal): -15459909 or 12261652. OLE color: 12261652.
HSL color Cylindrical-coordinate representation of color #1419BB: hue angle of 238.2º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1419BB is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 25 | 187 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.27 |
| HSL | 238.2º | 0.81% | 0.41% | - |
| HSV(B) | 238.2º | 0.89% | 0.73% | - |
| XYZ | 9.61 | 4.43 | 47.36 | - |
| YUV | 41.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 187 | 0.89 | 0.87 | 0 | 0.27 | 238.2 | 0.81 | 0.41 |
| Hex | 14 | 19 | BB | 59 | 57 | 0 | 1B | EE | 51 | 29 |
| Octal | 24 | 31 | 273 | 131 | 127 | 0 | 33 | 356 | 121 | 51 |
| Binary | 10100 | 11001 | 10111011 | 1011001 | 1010111 | 0 | 11011 | 11101110 | 1010001 | 101001 |
Color Harmonies of #1419BB
Complementary color
Monochromatic Colors of #1419BB
Black with #1419BB
Text Example
Text Example
White with #1419BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419BB; }
p { color: rgb(20,25,187); }
H1.HeaderClassName
{
color: #1419BB;
}
.AnyTagClassName
{
color: #1419BB;
}
</style>
background-color css
<style>
a { background-color: #1419BB; }
a { background-color: rgb(20,25,187); }
div.DivClassName
{
background-color: #1419BB;
}
.BgClassName
{
background-color: #1419BB;
}
</style>
border-color css
<style>
span { border-color: #1419BB; }
span { border-color: rgb(20,25,187); }
td.TdClassName
{
border-color: #1419BB;
}
.TagClassName
{
border-color: #1419BB;
}
</style>