Shades of Persian Blue #1344CF
Tints of Persian Blue #1344CF
RGB
CMYK
RGB Variations
Color information
#1344CF (or 0x1344CF) is known color: Persian Blue. HEX triplet: 13, 44 and CF. RGB value is (19,68,207). Sum of RGB (Red+Green+Blue) = 19+68+207=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #1344CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1344CF is #ECBB30. Grayscale: #444444. Windows color (decimal): -15514417 or 13583379. OLE color: 13583379.
HSL color Cylindrical-coordinate representation of color #1344CF: hue angle of 224.36º 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 #1344CF is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 68 | 207 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.19 |
| HSL | 224.36º | 0.83% | 0.44% | - |
| HSV(B) | 224.36º | 0.91% | 0.81% | - |
| XYZ | 13.6 | 8.78 | 60.01 | - |
| YUV | 69.2 | 205.77 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 207 | 0.91 | 0.67 | 0 | 0.19 | 224.36 | 0.83 | 0.44 |
| Hex | 13 | 44 | CF | 5B | 43 | 0 | 13 | E0 | 53 | 2C |
| Octal | 23 | 104 | 317 | 133 | 103 | 0 | 23 | 340 | 123 | 54 |
| Binary | 10011 | 1000100 | 11001111 | 1011011 | 1000011 | 0 | 10011 | 11100000 | 1010011 | 101100 |
Color Harmonies of #1344CF
Complementary color
Monochromatic Colors of #1344CF
Black with #1344CF
Text Example
Text Example
White with #1344CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1344CF; }
p { color: rgb(19,68,207); }
H1.HeaderClassName
{
color: #1344CF;
}
.AnyTagClassName
{
color: #1344CF;
}
</style>
background-color css
<style>
a { background-color: #1344CF; }
a { background-color: rgb(19,68,207); }
div.DivClassName
{
background-color: #1344CF;
}
.BgClassName
{
background-color: #1344CF;
}
</style>
border-color css
<style>
span { border-color: #1344CF; }
span { border-color: rgb(19,68,207); }
td.TdClassName
{
border-color: #1344CF;
}
.TagClassName
{
border-color: #1344CF;
}
</style>