Shades of Persian Blue #1438BC
Tints of Persian Blue #1438BC
RGB
CMYK
RGB Variations
Color information
#1438BC (or 0x1438BC) is known color: Persian Blue. HEX triplet: 14, 38 and BC. RGB value is (20,56,188). Sum of RGB (Red+Green+Blue) = 20+56+188=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #1438BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1438BC is #EBC743. Grayscale: #3B3B3B. Windows color (decimal): -15451972 or 12335124. OLE color: 12335124.
HSL color Cylindrical-coordinate representation of color #1438BC: hue angle of 227.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1438BC is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 56 | 188 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.26 |
| HSL | 227.14º | 0.81% | 0.41% | - |
| HSV(B) | 227.14º | 0.89% | 0.74% | - |
| XYZ | 10.78 | 6.61 | 48.28 | - |
| YUV | 60.28 | 200.07 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 188 | 0.89 | 0.70 | 0 | 0.26 | 227.14 | 0.81 | 0.41 |
| Hex | 14 | 38 | BC | 59 | 46 | 0 | 1A | E3 | 51 | 29 |
| Octal | 24 | 70 | 274 | 131 | 106 | 0 | 32 | 343 | 121 | 51 |
| Binary | 10100 | 111000 | 10111100 | 1011001 | 1000110 | 0 | 11010 | 11100011 | 1010001 | 101001 |
Color Harmonies of #1438BC
Complementary color
Monochromatic Colors of #1438BC
Black with #1438BC
Text Example
Text Example
White with #1438BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1438BC; }
p { color: rgb(20,56,188); }
H1.HeaderClassName
{
color: #1438BC;
}
.AnyTagClassName
{
color: #1438BC;
}
</style>
background-color css
<style>
a { background-color: #1438BC; }
a { background-color: rgb(20,56,188); }
div.DivClassName
{
background-color: #1438BC;
}
.BgClassName
{
background-color: #1438BC;
}
</style>
border-color css
<style>
span { border-color: #1438BC; }
span { border-color: rgb(20,56,188); }
td.TdClassName
{
border-color: #1438BC;
}
.TagClassName
{
border-color: #1438BC;
}
</style>