Shades of Persian Blue #1437CF
Tints of Persian Blue #1437CF
RGB
CMYK
RGB Variations
Color information
#1437CF (or 0x1437CF) is known color: Persian Blue. HEX triplet: 14, 37 and CF. RGB value is (20,55,207). Sum of RGB (Red+Green+Blue) = 20+55+207=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #1437CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437CF is #EBC830. Grayscale: #3D3D3D. Windows color (decimal): -15452209 or 13580052. OLE color: 13580052.
HSL color Cylindrical-coordinate representation of color #1437CF: hue angle of 228.77º 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 #1437CF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 55 | 207 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.19 |
| HSL | 228.77º | 0.82% | 0.45% | - |
| HSV(B) | 228.77º | 0.9% | 0.81% | - |
| XYZ | 12.92 | 7.39 | 59.78 | - |
| YUV | 61.86 | 209.9 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 207 | 0.90 | 0.73 | 0 | 0.19 | 228.77 | 0.82 | 0.45 |
| Hex | 14 | 37 | CF | 5A | 49 | 0 | 13 | E5 | 52 | 2D |
| Octal | 24 | 67 | 317 | 132 | 111 | 0 | 23 | 345 | 122 | 55 |
| Binary | 10100 | 110111 | 11001111 | 1011010 | 1001001 | 0 | 10011 | 11100101 | 1010010 | 101101 |
Color Harmonies of #1437CF
Complementary color
Monochromatic Colors of #1437CF
Black with #1437CF
Text Example
Text Example
White with #1437CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1437CF; }
p { color: rgb(20,55,207); }
H1.HeaderClassName
{
color: #1437CF;
}
.AnyTagClassName
{
color: #1437CF;
}
</style>
background-color css
<style>
a { background-color: #1437CF; }
a { background-color: rgb(20,55,207); }
div.DivClassName
{
background-color: #1437CF;
}
.BgClassName
{
background-color: #1437CF;
}
</style>
border-color css
<style>
span { border-color: #1437CF; }
span { border-color: rgb(20,55,207); }
td.TdClassName
{
border-color: #1437CF;
}
.TagClassName
{
border-color: #1437CF;
}
</style>