Shades of Persian Blue #1437D7
Tints of Persian Blue #1437D7
RGB
CMYK
RGB Variations
Color information
#1437D7 (or 0x1437D7) is known color: Persian Blue. HEX triplet: 14, 37 and D7. RGB value is (20,55,215). Sum of RGB (Red+Green+Blue) = 20+55+215=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 215 (84.38% from 255 or 74.14% from 290); Max value from RGB is 215 - color contains mainly: blue. Hex color #1437D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437D7 is #EBC828. Grayscale: #3E3E3E. Windows color (decimal): -15452201 or 14104340. OLE color: 14104340.
HSL color Cylindrical-coordinate representation of color #1437D7: hue angle of 229.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1437D7 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 55 | 215 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.16 |
| HSL | 229.23º | 0.83% | 0.46% | - |
| HSV(B) | 229.23º | 0.91% | 0.84% | - |
| XYZ | 13.92 | 7.79 | 65.06 | - |
| YUV | 62.78 | 213.9 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 215 | 0.91 | 0.74 | 0 | 0.16 | 229.23 | 0.83 | 0.46 |
| Hex | 14 | 37 | D7 | 5B | 4A | 0 | 10 | E5 | 53 | 2E |
| Octal | 24 | 67 | 327 | 133 | 112 | 0 | 20 | 345 | 123 | 56 |
| Binary | 10100 | 110111 | 11010111 | 1011011 | 1001010 | 0 | 10000 | 11100101 | 1010011 | 101110 |
Color Harmonies of #1437D7
Complementary color
Monochromatic Colors of #1437D7
Black with #1437D7
Text Example
Text Example
White with #1437D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1437D7; }
p { color: rgb(20,55,215); }
H1.HeaderClassName
{
color: #1437D7;
}
.AnyTagClassName
{
color: #1437D7;
}
</style>
background-color css
<style>
a { background-color: #1437D7; }
a { background-color: rgb(20,55,215); }
div.DivClassName
{
background-color: #1437D7;
}
.BgClassName
{
background-color: #1437D7;
}
</style>
border-color css
<style>
span { border-color: #1437D7; }
span { border-color: rgb(20,55,215); }
td.TdClassName
{
border-color: #1437D7;
}
.TagClassName
{
border-color: #1437D7;
}
</style>