Shades of Persian Blue #1331B4
Tints of Persian Blue #1331B4
RGB
CMYK
RGB Variations
Color information
#1331B4 (or 0x1331B4) is known color: Persian Blue. HEX triplet: 13, 31 and B4. RGB value is (19,49,180). Sum of RGB (Red+Green+Blue) = 19+49+180=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 180 (70.70% from 255 or 72.58% from 248); Max value from RGB is 180 - color contains mainly: blue. Hex color #1331B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1331B4 is #ECCE4B. Grayscale: #363636. Windows color (decimal): -15519308 or 11809043. OLE color: 11809043.
HSL color Cylindrical-coordinate representation of color #1331B4: hue angle of 228.82º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1331B4 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 49 | 180 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.29 |
| HSL | 228.82º | 0.81% | 0.39% | - |
| HSV(B) | 228.82º | 0.89% | 0.71% | - |
| XYZ | 9.61 | 5.63 | 43.76 | - |
| YUV | 54.96 | 198.56 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 180 | 0.89 | 0.73 | 0 | 0.29 | 228.82 | 0.81 | 0.39 |
| Hex | 13 | 31 | B4 | 59 | 49 | 0 | 1D | E5 | 51 | 27 |
| Octal | 23 | 61 | 264 | 131 | 111 | 0 | 35 | 345 | 121 | 47 |
| Binary | 10011 | 110001 | 10110100 | 1011001 | 1001001 | 0 | 11101 | 11100101 | 1010001 | 100111 |
Color Harmonies of #1331B4
Complementary color
Monochromatic Colors of #1331B4
Black with #1331B4
Text Example
Text Example
White with #1331B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1331B4; }
p { color: rgb(19,49,180); }
H1.HeaderClassName
{
color: #1331B4;
}
.AnyTagClassName
{
color: #1331B4;
}
</style>
background-color css
<style>
a { background-color: #1331B4; }
a { background-color: rgb(19,49,180); }
div.DivClassName
{
background-color: #1331B4;
}
.BgClassName
{
background-color: #1331B4;
}
</style>
border-color css
<style>
span { border-color: #1331B4; }
span { border-color: rgb(19,49,180); }
td.TdClassName
{
border-color: #1331B4;
}
.TagClassName
{
border-color: #1331B4;
}
</style>