Shades of Persian Blue #1443CA
Tints of Persian Blue #1443CA
RGB
CMYK
RGB Variations
Color information
#1443CA (or 0x1443CA) is known color: Persian Blue. HEX triplet: 14, 43 and CA. RGB value is (20,67,202). Sum of RGB (Red+Green+Blue) = 20+67+202=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #1443CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1443CA is #EBBC35. Grayscale: #434343. Windows color (decimal): -15449142 or 13255444. OLE color: 13255444.
HSL color Cylindrical-coordinate representation of color #1443CA: hue angle of 224.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1443CA is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 67 | 202 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.21 |
| HSL | 224.51º | 0.82% | 0.44% | - |
| HSV(B) | 224.51º | 0.9% | 0.79% | - |
| XYZ | 12.96 | 8.43 | 56.82 | - |
| YUV | 68.34 | 203.43 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 202 | 0.90 | 0.67 | 0 | 0.21 | 224.51 | 0.82 | 0.44 |
| Hex | 14 | 43 | CA | 5A | 43 | 0 | 15 | E1 | 52 | 2C |
| Octal | 24 | 103 | 312 | 132 | 103 | 0 | 25 | 341 | 122 | 54 |
| Binary | 10100 | 1000011 | 11001010 | 1011010 | 1000011 | 0 | 10101 | 11100001 | 1010010 | 101100 |
Color Harmonies of #1443CA
Complementary color
Monochromatic Colors of #1443CA
Black with #1443CA
Text Example
Text Example
White with #1443CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1443CA; }
p { color: rgb(20,67,202); }
H1.HeaderClassName
{
color: #1443CA;
}
.AnyTagClassName
{
color: #1443CA;
}
</style>
background-color css
<style>
a { background-color: #1443CA; }
a { background-color: rgb(20,67,202); }
div.DivClassName
{
background-color: #1443CA;
}
.BgClassName
{
background-color: #1443CA;
}
</style>
border-color css
<style>
span { border-color: #1443CA; }
span { border-color: rgb(20,67,202); }
td.TdClassName
{
border-color: #1443CA;
}
.TagClassName
{
border-color: #1443CA;
}
</style>