Shades of Persian Blue #1443CD
Tints of Persian Blue #1443CD
RGB
CMYK
RGB Variations
Color information
#1443CD (or 0x1443CD) is known color: Persian Blue. HEX triplet: 14, 43 and CD. RGB value is (20,67,205). Sum of RGB (Red+Green+Blue) = 20+67+205=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #1443CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1443CD is #EBBC32. Grayscale: #444444. Windows color (decimal): -15449139 or 13452052. OLE color: 13452052.
HSL color Cylindrical-coordinate representation of color #1443CD: hue angle of 224.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1443CD is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 67 | 205 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.20 |
| HSL | 224.76º | 0.82% | 0.44% | - |
| HSV(B) | 224.76º | 0.9% | 0.8% | - |
| XYZ | 13.32 | 8.57 | 58.71 | - |
| YUV | 68.68 | 204.93 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 205 | 0.90 | 0.67 | 0 | 0.20 | 224.76 | 0.82 | 0.44 |
| Hex | 14 | 43 | CD | 5A | 43 | 0 | 14 | E1 | 52 | 2C |
| Octal | 24 | 103 | 315 | 132 | 103 | 0 | 24 | 341 | 122 | 54 |
| Binary | 10100 | 1000011 | 11001101 | 1011010 | 1000011 | 0 | 10100 | 11100001 | 1010010 | 101100 |
Color Harmonies of #1443CD
Complementary color
Monochromatic Colors of #1443CD
Black with #1443CD
Text Example
Text Example
White with #1443CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1443CD; }
p { color: rgb(20,67,205); }
H1.HeaderClassName
{
color: #1443CD;
}
.AnyTagClassName
{
color: #1443CD;
}
</style>
background-color css
<style>
a { background-color: #1443CD; }
a { background-color: rgb(20,67,205); }
div.DivClassName
{
background-color: #1443CD;
}
.BgClassName
{
background-color: #1443CD;
}
</style>
border-color css
<style>
span { border-color: #1443CD; }
span { border-color: rgb(20,67,205); }
td.TdClassName
{
border-color: #1443CD;
}
.TagClassName
{
border-color: #1443CD;
}
</style>