Shades of Persian Blue #144BC0
Tints of Persian Blue #144BC0
RGB
CMYK
RGB Variations
Color information
#144BC0 (or 0x144BC0) is known color: Persian Blue. HEX triplet: 14, 4B and C0. RGB value is (20,75,192). Sum of RGB (Red+Green+Blue) = 20+75+192=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #144BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BC0 is #EBB43F. Grayscale: #474747. Windows color (decimal): -15447104 or 12602132. OLE color: 12602132.
HSL color Cylindrical-coordinate representation of color #144BC0: hue angle of 220.81º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144BC0 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 75 | 192 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.25 |
| HSL | 220.81º | 0.81% | 0.42% | - |
| HSV(B) | 220.81º | 0.9% | 0.75% | - |
| XYZ | 12.32 | 8.99 | 50.95 | - |
| YUV | 71.89 | 195.78 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 192 | 0.90 | 0.61 | 0 | 0.25 | 220.81 | 0.81 | 0.42 |
| Hex | 14 | 4B | C0 | 5A | 3D | 0 | 19 | DD | 51 | 2A |
| Octal | 24 | 113 | 300 | 132 | 75 | 0 | 31 | 335 | 121 | 52 |
| Binary | 10100 | 1001011 | 11000000 | 1011010 | 111101 | 0 | 11001 | 11011101 | 1010001 | 101010 |
Color Harmonies of #144BC0
Complementary color
Monochromatic Colors of #144BC0
Black with #144BC0
Text Example
Text Example
White with #144BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BC0; }
p { color: rgb(20,75,192); }
H1.HeaderClassName
{
color: #144BC0;
}
.AnyTagClassName
{
color: #144BC0;
}
</style>
background-color css
<style>
a { background-color: #144BC0; }
a { background-color: rgb(20,75,192); }
div.DivClassName
{
background-color: #144BC0;
}
.BgClassName
{
background-color: #144BC0;
}
</style>
border-color css
<style>
span { border-color: #144BC0; }
span { border-color: rgb(20,75,192); }
td.TdClassName
{
border-color: #144BC0;
}
.TagClassName
{
border-color: #144BC0;
}
</style>