Shades of Persian Blue #1423BC
Tints of Persian Blue #1423BC
RGB
CMYK
RGB Variations
Color information
#1423BC (or 0x1423BC) is known color: Persian Blue. HEX triplet: 14, 23 and BC. RGB value is (20,35,188). Sum of RGB (Red+Green+Blue) = 20+35+188=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #1423BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1423BC is #EBDC43. Grayscale: #2F2F2F. Windows color (decimal): -15457348 or 12329748. OLE color: 12329748.
HSL color Cylindrical-coordinate representation of color #1423BC: hue angle of 234.64º 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 #1423BC is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 35 | 188 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.26 |
| HSL | 234.64º | 0.81% | 0.41% | - |
| HSV(B) | 234.64º | 0.89% | 0.74% | - |
| XYZ | 9.97 | 4.98 | 48.01 | - |
| YUV | 47.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 188 | 0.89 | 0.81 | 0 | 0.26 | 234.64 | 0.81 | 0.41 |
| Hex | 14 | 23 | BC | 59 | 51 | 0 | 1A | EB | 51 | 29 |
| Octal | 24 | 43 | 274 | 131 | 121 | 0 | 32 | 353 | 121 | 51 |
| Binary | 10100 | 100011 | 10111100 | 1011001 | 1010001 | 0 | 11010 | 11101011 | 1010001 | 101001 |
Color Harmonies of #1423BC
Complementary color
Monochromatic Colors of #1423BC
Black with #1423BC
Text Example
Text Example
White with #1423BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1423BC; }
p { color: rgb(20,35,188); }
H1.HeaderClassName
{
color: #1423BC;
}
.AnyTagClassName
{
color: #1423BC;
}
</style>
background-color css
<style>
a { background-color: #1423BC; }
a { background-color: rgb(20,35,188); }
div.DivClassName
{
background-color: #1423BC;
}
.BgClassName
{
background-color: #1423BC;
}
</style>
border-color css
<style>
span { border-color: #1423BC; }
span { border-color: rgb(20,35,188); }
td.TdClassName
{
border-color: #1423BC;
}
.TagClassName
{
border-color: #1423BC;
}
</style>