Shades of Persian Blue #1948CF
Tints of Persian Blue #1948CF
RGB
CMYK
RGB Variations
Color information
#1948CF (or 0x1948CF) is known color: Persian Blue. HEX triplet: 19, 48 and CF. RGB value is (25,72,207). Sum of RGB (Red+Green+Blue) = 25+72+207=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #1948CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1948CF is #E6B730. Grayscale: #484848. Windows color (decimal): -15120177 or 13584409. OLE color: 13584409.
HSL color Cylindrical-coordinate representation of color #1948CF: hue angle of 224.51º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1948CF is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 72 | 207 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.19 |
| HSL | 224.51º | 0.78% | 0.45% | - |
| HSV(B) | 224.51º | 0.88% | 0.81% | - |
| XYZ | 13.98 | 9.35 | 60.1 | - |
| YUV | 73.34 | 203.43 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 207 | 0.88 | 0.65 | 0 | 0.19 | 224.51 | 0.78 | 0.45 |
| Hex | 19 | 48 | CF | 58 | 41 | 0 | 13 | E1 | 4E | 2D |
| Octal | 31 | 110 | 317 | 130 | 101 | 0 | 23 | 341 | 116 | 55 |
| Binary | 11001 | 1001000 | 11001111 | 1011000 | 1000001 | 0 | 10011 | 11100001 | 1001110 | 101101 |
Color Harmonies of #1948CF
Complementary color
Monochromatic Colors of #1948CF
Black with #1948CF
Text Example
Text Example
White with #1948CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1948CF; }
p { color: rgb(25,72,207); }
H1.HeaderClassName
{
color: #1948CF;
}
.AnyTagClassName
{
color: #1948CF;
}
</style>
background-color css
<style>
a { background-color: #1948CF; }
a { background-color: rgb(25,72,207); }
div.DivClassName
{
background-color: #1948CF;
}
.BgClassName
{
background-color: #1948CF;
}
</style>
border-color css
<style>
span { border-color: #1948CF; }
span { border-color: rgb(25,72,207); }
td.TdClassName
{
border-color: #1948CF;
}
.TagClassName
{
border-color: #1948CF;
}
</style>