Shades of Persian Blue #144BBE
Tints of Persian Blue #144BBE
RGB
CMYK
RGB Variations
Color information
#144BBE (or 0x144BBE) is known color: Persian Blue. HEX triplet: 14, 4B and BE. RGB value is (20,75,190). Sum of RGB (Red+Green+Blue) = 20+75+190=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #144BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BBE is #EBB441. Grayscale: #474747. Windows color (decimal): -15447106 or 12471060. OLE color: 12471060.
HSL color Cylindrical-coordinate representation of color #144BBE: hue angle of 220.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144BBE is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 75 | 190 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.25 |
| HSL | 220.59º | 0.81% | 0.41% | - |
| HSV(B) | 220.59º | 0.89% | 0.75% | - |
| XYZ | 12.1 | 8.9 | 49.8 | - |
| YUV | 71.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 190 | 0.89 | 0.61 | 0 | 0.25 | 220.59 | 0.81 | 0.41 |
| Hex | 14 | 4B | BE | 59 | 3D | 0 | 19 | DD | 51 | 29 |
| Octal | 24 | 113 | 276 | 131 | 75 | 0 | 31 | 335 | 121 | 51 |
| Binary | 10100 | 1001011 | 10111110 | 1011001 | 111101 | 0 | 11001 | 11011101 | 1010001 | 101001 |
Color Harmonies of #144BBE
Complementary color
Monochromatic Colors of #144BBE
Black with #144BBE
Text Example
Text Example
White with #144BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BBE; }
p { color: rgb(20,75,190); }
H1.HeaderClassName
{
color: #144BBE;
}
.AnyTagClassName
{
color: #144BBE;
}
</style>
background-color css
<style>
a { background-color: #144BBE; }
a { background-color: rgb(20,75,190); }
div.DivClassName
{
background-color: #144BBE;
}
.BgClassName
{
background-color: #144BBE;
}
</style>
border-color css
<style>
span { border-color: #144BBE; }
span { border-color: rgb(20,75,190); }
td.TdClassName
{
border-color: #144BBE;
}
.TagClassName
{
border-color: #144BBE;
}
</style>