Shades of Persian Blue #1346CB
Tints of Persian Blue #1346CB
RGB
CMYK
RGB Variations
Color information
#1346CB (or 0x1346CB) is known color: Persian Blue. HEX triplet: 13, 46 and CB. RGB value is (19,70,203). Sum of RGB (Red+Green+Blue) = 19+70+203=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 203 (79.69% from 255 or 69.52% from 292); Max value from RGB is 203 - color contains mainly: blue. Hex color #1346CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1346CB is #ECB934. Grayscale: #454545. Windows color (decimal): -15513909 or 13321747. OLE color: 13321747.
HSL color Cylindrical-coordinate representation of color #1346CB: hue angle of 223.37º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1346CB is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 70 | 203 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.20 |
| HSL | 223.37º | 0.83% | 0.44% | - |
| HSV(B) | 223.37º | 0.91% | 0.8% | - |
| XYZ | 13.24 | 8.83 | 57.51 | - |
| YUV | 69.91 | 203.1 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 203 | 0.91 | 0.66 | 0 | 0.20 | 223.37 | 0.83 | 0.44 |
| Hex | 13 | 46 | CB | 5B | 42 | 0 | 14 | DF | 53 | 2C |
| Octal | 23 | 106 | 313 | 133 | 102 | 0 | 24 | 337 | 123 | 54 |
| Binary | 10011 | 1000110 | 11001011 | 1011011 | 1000010 | 0 | 10100 | 11011111 | 1010011 | 101100 |
Color Harmonies of #1346CB
Complementary color
Monochromatic Colors of #1346CB
Black with #1346CB
Text Example
Text Example
White with #1346CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1346CB; }
p { color: rgb(19,70,203); }
H1.HeaderClassName
{
color: #1346CB;
}
.AnyTagClassName
{
color: #1346CB;
}
</style>
background-color css
<style>
a { background-color: #1346CB; }
a { background-color: rgb(19,70,203); }
div.DivClassName
{
background-color: #1346CB;
}
.BgClassName
{
background-color: #1346CB;
}
</style>
border-color css
<style>
span { border-color: #1346CB; }
span { border-color: rgb(19,70,203); }
td.TdClassName
{
border-color: #1346CB;
}
.TagClassName
{
border-color: #1346CB;
}
</style>