Shades of Persian Blue #1436D8
Tints of Persian Blue #1436D8
RGB
CMYK
RGB Variations
Color information
#1436D8 (or 0x1436D8) is known color: Persian Blue. HEX triplet: 14, 36 and D8. RGB value is (20,54,216). Sum of RGB (Red+Green+Blue) = 20+54+216=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 216 (84.77% from 255 or 74.48% from 290); Max value from RGB is 216 - color contains mainly: blue. Hex color #1436D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436D8 is #EBC927. Grayscale: #3D3D3D. Windows color (decimal): -15452456 or 14169620. OLE color: 14169620.
HSL color Cylindrical-coordinate representation of color #1436D8: hue angle of 229.59º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1436D8 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 54 | 216 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.15 |
| HSL | 229.59º | 0.83% | 0.46% | - |
| HSV(B) | 229.59º | 0.91% | 0.85% | - |
| XYZ | 14 | 7.74 | 65.72 | - |
| YUV | 62.3 | 214.74 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 216 | 0.91 | 0.75 | 0 | 0.15 | 229.59 | 0.83 | 0.46 |
| Hex | 14 | 36 | D8 | 5B | 4B | 0 | F | E6 | 53 | 2E |
| Octal | 24 | 66 | 330 | 133 | 113 | 0 | 17 | 346 | 123 | 56 |
| Binary | 10100 | 110110 | 11011000 | 1011011 | 1001011 | 0 | 1111 | 11100110 | 1010011 | 101110 |
Color Harmonies of #1436D8
Complementary color
Monochromatic Colors of #1436D8
Black with #1436D8
Text Example
Text Example
White with #1436D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1436D8; }
p { color: rgb(20,54,216); }
H1.HeaderClassName
{
color: #1436D8;
}
.AnyTagClassName
{
color: #1436D8;
}
</style>
background-color css
<style>
a { background-color: #1436D8; }
a { background-color: rgb(20,54,216); }
div.DivClassName
{
background-color: #1436D8;
}
.BgClassName
{
background-color: #1436D8;
}
</style>
border-color css
<style>
span { border-color: #1436D8; }
span { border-color: rgb(20,54,216); }
td.TdClassName
{
border-color: #1436D8;
}
.TagClassName
{
border-color: #1436D8;
}
</style>