Shades of Persian Blue #1942B9
Tints of Persian Blue #1942B9
RGB
CMYK
RGB Variations
Color information
#1942B9 (or 0x1942B9) is known color: Persian Blue. HEX triplet: 19, 42 and B9. RGB value is (25,66,185). Sum of RGB (Red+Green+Blue) = 25+66+185=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 185 (72.66% from 255 or 67.03% from 276); Max value from RGB is 185 - color contains mainly: blue. Hex color #1942B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1942B9 is #E6BD46. Grayscale: #424242. Windows color (decimal): -15121735 or 12141081. OLE color: 12141081.
HSL color Cylindrical-coordinate representation of color #1942B9: hue angle of 224.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1942B9 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 66 | 185 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.27 |
| HSL | 224.63º | 0.76% | 0.41% | - |
| HSV(B) | 224.63º | 0.86% | 0.73% | - |
| XYZ | 11.11 | 7.61 | 46.78 | - |
| YUV | 67.31 | 194.42 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 185 | 0.86 | 0.64 | 0 | 0.27 | 224.63 | 0.76 | 0.41 |
| Hex | 19 | 42 | B9 | 56 | 40 | 0 | 1B | E1 | 4C | 29 |
| Octal | 31 | 102 | 271 | 126 | 100 | 0 | 33 | 341 | 114 | 51 |
| Binary | 11001 | 1000010 | 10111001 | 1010110 | 1000000 | 0 | 11011 | 11100001 | 1001100 | 101001 |
Color Harmonies of #1942B9
Complementary color
Monochromatic Colors of #1942B9
Black with #1942B9
Text Example
Text Example
White with #1942B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1942B9; }
p { color: rgb(25,66,185); }
H1.HeaderClassName
{
color: #1942B9;
}
.AnyTagClassName
{
color: #1942B9;
}
</style>
background-color css
<style>
a { background-color: #1942B9; }
a { background-color: rgb(25,66,185); }
div.DivClassName
{
background-color: #1942B9;
}
.BgClassName
{
background-color: #1942B9;
}
</style>
border-color css
<style>
span { border-color: #1942B9; }
span { border-color: rgb(25,66,185); }
td.TdClassName
{
border-color: #1942B9;
}
.TagClassName
{
border-color: #1942B9;
}
</style>