Shades of Persian Blue #144ACC
Tints of Persian Blue #144ACC
RGB
CMYK
RGB Variations
Color information
#144ACC (or 0x144ACC) is known color: Persian Blue. HEX triplet: 14, 4A and CC. RGB value is (20,74,204). Sum of RGB (Red+Green+Blue) = 20+74+204=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #144ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144ACC is #EBB533. Grayscale: #484848. Windows color (decimal): -15447348 or 13388308. OLE color: 13388308.
HSL color Cylindrical-coordinate representation of color #144ACC: hue angle of 222.39º 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 #144ACC is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 74 | 204 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.2 |
| HSL | 222.39º | 0.82% | 0.44% | - |
| HSV(B) | 222.39º | 0.9% | 0.8% | - |
| XYZ | 13.64 | 9.41 | 58.22 | - |
| YUV | 72.67 | 202.11 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 204 | 0.90 | 0.64 | 0 | 0.2 | 222.39 | 0.82 | 0.44 |
| Hex | 14 | 4A | CC | 5A | 40 | 0 | 14 | DE | 52 | 2C |
| Octal | 24 | 112 | 314 | 132 | 100 | 0 | 24 | 336 | 122 | 54 |
| Binary | 10100 | 1001010 | 11001100 | 1011010 | 1000000 | 0 | 10100 | 11011110 | 1010010 | 101100 |
Color Harmonies of #144ACC
Complementary color
Monochromatic Colors of #144ACC
Black with #144ACC
Text Example
Text Example
White with #144ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144ACC; }
p { color: rgb(20,74,204); }
H1.HeaderClassName
{
color: #144ACC;
}
.AnyTagClassName
{
color: #144ACC;
}
</style>
background-color css
<style>
a { background-color: #144ACC; }
a { background-color: rgb(20,74,204); }
div.DivClassName
{
background-color: #144ACC;
}
.BgClassName
{
background-color: #144ACC;
}
</style>
border-color css
<style>
span { border-color: #144ACC; }
span { border-color: rgb(20,74,204); }
td.TdClassName
{
border-color: #144ACC;
}
.TagClassName
{
border-color: #144ACC;
}
</style>