Shades of Persian Blue #1327BD
Tints of Persian Blue #1327BD
RGB
CMYK
RGB Variations
Color information
#1327BD (or 0x1327BD) is known color: Persian Blue. HEX triplet: 13, 27 and BD. RGB value is (19,39,189). Sum of RGB (Red+Green+Blue) = 19+39+189=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #1327BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1327BD is #ECD842. Grayscale: #313131. Windows color (decimal): -15521859 or 12396307. OLE color: 12396307.
HSL color Cylindrical-coordinate representation of color #1327BD: hue angle of 232.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1327BD is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 39 | 189 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.26 |
| HSL | 232.94º | 0.82% | 0.41% | - |
| HSV(B) | 232.94º | 0.9% | 0.74% | - |
| XYZ | 10.18 | 5.26 | 48.62 | - |
| YUV | 50.12 | 206.37 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 189 | 0.90 | 0.79 | 0 | 0.26 | 232.94 | 0.82 | 0.41 |
| Hex | 13 | 27 | BD | 5A | 4F | 0 | 1A | E9 | 52 | 29 |
| Octal | 23 | 47 | 275 | 132 | 117 | 0 | 32 | 351 | 122 | 51 |
| Binary | 10011 | 100111 | 10111101 | 1011010 | 1001111 | 0 | 11010 | 11101001 | 1010010 | 101001 |
Color Harmonies of #1327BD
Complementary color
Monochromatic Colors of #1327BD
Black with #1327BD
Text Example
Text Example
White with #1327BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1327BD; }
p { color: rgb(19,39,189); }
H1.HeaderClassName
{
color: #1327BD;
}
.AnyTagClassName
{
color: #1327BD;
}
</style>
background-color css
<style>
a { background-color: #1327BD; }
a { background-color: rgb(19,39,189); }
div.DivClassName
{
background-color: #1327BD;
}
.BgClassName
{
background-color: #1327BD;
}
</style>
border-color css
<style>
span { border-color: #1327BD; }
span { border-color: rgb(19,39,189); }
td.TdClassName
{
border-color: #1327BD;
}
.TagClassName
{
border-color: #1327BD;
}
</style>