Shades of Persian Blue #1331CF
Tints of Persian Blue #1331CF
RGB
CMYK
RGB Variations
Color information
#1331CF (or 0x1331CF) is known color: Persian Blue. HEX triplet: 13, 31 and CF. RGB value is (19,49,207). Sum of RGB (Red+Green+Blue) = 19+49+207=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #1331CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1331CF is #ECCE30. Grayscale: #393939. Windows color (decimal): -15519281 or 13578515. OLE color: 13578515.
HSL color Cylindrical-coordinate representation of color #1331CF: hue angle of 230.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1331CF is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 49 | 207 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.19 |
| HSL | 230.43º | 0.83% | 0.44% | - |
| HSV(B) | 230.43º | 0.91% | 0.81% | - |
| XYZ | 12.63 | 6.84 | 59.69 | - |
| YUV | 58.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 207 | 0.91 | 0.76 | 0 | 0.19 | 230.43 | 0.83 | 0.44 |
| Hex | 13 | 31 | CF | 5B | 4C | 0 | 13 | E6 | 53 | 2C |
| Octal | 23 | 61 | 317 | 133 | 114 | 0 | 23 | 346 | 123 | 54 |
| Binary | 10011 | 110001 | 11001111 | 1011011 | 1001100 | 0 | 10011 | 11100110 | 1010011 | 101100 |
Color Harmonies of #1331CF
Complementary color
Monochromatic Colors of #1331CF
Black with #1331CF
Text Example
Text Example
White with #1331CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1331CF; }
p { color: rgb(19,49,207); }
H1.HeaderClassName
{
color: #1331CF;
}
.AnyTagClassName
{
color: #1331CF;
}
</style>
background-color css
<style>
a { background-color: #1331CF; }
a { background-color: rgb(19,49,207); }
div.DivClassName
{
background-color: #1331CF;
}
.BgClassName
{
background-color: #1331CF;
}
</style>
border-color css
<style>
span { border-color: #1331CF; }
span { border-color: rgb(19,49,207); }
td.TdClassName
{
border-color: #1331CF;
}
.TagClassName
{
border-color: #1331CF;
}
</style>