Shades of Persian Blue #1436CB
Tints of Persian Blue #1436CB
RGB
CMYK
RGB Variations
Color information
#1436CB (or 0x1436CB) is known color: Persian Blue. HEX triplet: 14, 36 and CB. RGB value is (20,54,203). Sum of RGB (Red+Green+Blue) = 20+54+203=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #1436CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436CB is #EBC934. Grayscale: #3C3C3C. Windows color (decimal): -15452469 or 13317652. OLE color: 13317652.
HSL color Cylindrical-coordinate representation of color #1436CB: hue angle of 228.85º 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 #1436CB is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 54 | 203 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.20 |
| HSL | 228.85º | 0.82% | 0.44% | - |
| HSV(B) | 228.85º | 0.9% | 0.8% | - |
| XYZ | 12.39 | 7.1 | 57.22 | - |
| YUV | 60.82 | 208.24 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 203 | 0.90 | 0.73 | 0 | 0.20 | 228.85 | 0.82 | 0.44 |
| Hex | 14 | 36 | CB | 5A | 49 | 0 | 14 | E5 | 52 | 2C |
| Octal | 24 | 66 | 313 | 132 | 111 | 0 | 24 | 345 | 122 | 54 |
| Binary | 10100 | 110110 | 11001011 | 1011010 | 1001001 | 0 | 10100 | 11100101 | 1010010 | 101100 |
Color Harmonies of #1436CB
Complementary color
Monochromatic Colors of #1436CB
Black with #1436CB
Text Example
Text Example
White with #1436CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1436CB; }
p { color: rgb(20,54,203); }
H1.HeaderClassName
{
color: #1436CB;
}
.AnyTagClassName
{
color: #1436CB;
}
</style>
background-color css
<style>
a { background-color: #1436CB; }
a { background-color: rgb(20,54,203); }
div.DivClassName
{
background-color: #1436CB;
}
.BgClassName
{
background-color: #1436CB;
}
</style>
border-color css
<style>
span { border-color: #1436CB; }
span { border-color: rgb(20,54,203); }
td.TdClassName
{
border-color: #1436CB;
}
.TagClassName
{
border-color: #1436CB;
}
</style>