Shades of Persian Blue #1946D7
Tints of Persian Blue #1946D7
RGB
CMYK
RGB Variations
Color information
#1946D7 (or 0x1946D7) is known color: Persian Blue. HEX triplet: 19, 46 and D7. RGB value is (25,70,215). Sum of RGB (Red+Green+Blue) = 25+70+215=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 215 (84.38% from 255 or 69.35% from 310); Max value from RGB is 215 - color contains mainly: blue. Hex color #1946D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1946D7 is #E6B928. Grayscale: #484848. Windows color (decimal): -15120681 or 14108185. OLE color: 14108185.
HSL color Cylindrical-coordinate representation of color #1946D7: hue angle of 225.79º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1946D7 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 70 | 215 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.16 |
| HSL | 225.79º | 0.79% | 0.47% | - |
| HSV(B) | 225.79º | 0.88% | 0.84% | - |
| XYZ | 14.86 | 9.49 | 65.34 | - |
| YUV | 73.08 | 208.09 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 215 | 0.88 | 0.67 | 0 | 0.16 | 225.79 | 0.79 | 0.47 |
| Hex | 19 | 46 | D7 | 58 | 43 | 0 | 10 | E2 | 4F | 2F |
| Octal | 31 | 106 | 327 | 130 | 103 | 0 | 20 | 342 | 117 | 57 |
| Binary | 11001 | 1000110 | 11010111 | 1011000 | 1000011 | 0 | 10000 | 11100010 | 1001111 | 101111 |
Color Harmonies of #1946D7
Complementary color
Monochromatic Colors of #1946D7
Black with #1946D7
Text Example
Text Example
White with #1946D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1946D7; }
p { color: rgb(25,70,215); }
H1.HeaderClassName
{
color: #1946D7;
}
.AnyTagClassName
{
color: #1946D7;
}
</style>
background-color css
<style>
a { background-color: #1946D7; }
a { background-color: rgb(25,70,215); }
div.DivClassName
{
background-color: #1946D7;
}
.BgClassName
{
background-color: #1946D7;
}
</style>
border-color css
<style>
span { border-color: #1946D7; }
span { border-color: rgb(25,70,215); }
td.TdClassName
{
border-color: #1946D7;
}
.TagClassName
{
border-color: #1946D7;
}
</style>