Shades of Persian Blue #1421CF
Tints of Persian Blue #1421CF
RGB
CMYK
RGB Variations
Color information
#1421CF (or 0x1421CF) is known color: Persian Blue. HEX triplet: 14, 21 and CF. RGB value is (20,33,207). Sum of RGB (Red+Green+Blue) = 20+33+207=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #1421CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1421CF is #EBDE30. Grayscale: #303030. Windows color (decimal): -15457841 or 13574420. OLE color: 13574420.
HSL color Cylindrical-coordinate representation of color #1421CF: hue angle of 235.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1421CF is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 33 | 207 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.19 |
| HSL | 235.83º | 0.82% | 0.45% | - |
| HSV(B) | 235.83º | 0.9% | 0.81% | - |
| XYZ | 12.09 | 5.74 | 59.5 | - |
| YUV | 48.95 | 217.19 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 207 | 0.90 | 0.84 | 0 | 0.19 | 235.83 | 0.82 | 0.45 |
| Hex | 14 | 21 | CF | 5A | 54 | 0 | 13 | EC | 52 | 2D |
| Octal | 24 | 41 | 317 | 132 | 124 | 0 | 23 | 354 | 122 | 55 |
| Binary | 10100 | 100001 | 11001111 | 1011010 | 1010100 | 0 | 10011 | 11101100 | 1010010 | 101101 |
Color Harmonies of #1421CF
Complementary color
Monochromatic Colors of #1421CF
Black with #1421CF
Text Example
Text Example
White with #1421CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1421CF; }
p { color: rgb(20,33,207); }
H1.HeaderClassName
{
color: #1421CF;
}
.AnyTagClassName
{
color: #1421CF;
}
</style>
background-color css
<style>
a { background-color: #1421CF; }
a { background-color: rgb(20,33,207); }
div.DivClassName
{
background-color: #1421CF;
}
.BgClassName
{
background-color: #1421CF;
}
</style>
border-color css
<style>
span { border-color: #1421CF; }
span { border-color: rgb(20,33,207); }
td.TdClassName
{
border-color: #1421CF;
}
.TagClassName
{
border-color: #1421CF;
}
</style>