Shades of Persian Blue #1440CC
Tints of Persian Blue #1440CC
RGB
CMYK
RGB Variations
Color information
#1440CC (or 0x1440CC) is known color: Persian Blue. HEX triplet: 14, 40 and CC. RGB value is (20,64,204). Sum of RGB (Red+Green+Blue) = 20+64+204=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #1440CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1440CC is #EBBF33. Grayscale: #424242. Windows color (decimal): -15449908 or 13385748. OLE color: 13385748.
HSL color Cylindrical-coordinate representation of color #1440CC: hue angle of 225.65º 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 #1440CC is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 64 | 204 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.2 |
| HSL | 225.65º | 0.82% | 0.44% | - |
| HSV(B) | 225.65º | 0.9% | 0.8% | - |
| XYZ | 13.02 | 8.18 | 58.02 | - |
| YUV | 66.8 | 205.42 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 204 | 0.90 | 0.69 | 0 | 0.2 | 225.65 | 0.82 | 0.44 |
| Hex | 14 | 40 | CC | 5A | 45 | 0 | 14 | E2 | 52 | 2C |
| Octal | 24 | 100 | 314 | 132 | 105 | 0 | 24 | 342 | 122 | 54 |
| Binary | 10100 | 1000000 | 11001100 | 1011010 | 1000101 | 0 | 10100 | 11100010 | 1010010 | 101100 |
Color Harmonies of #1440CC
Complementary color
Monochromatic Colors of #1440CC
Black with #1440CC
Text Example
Text Example
White with #1440CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1440CC; }
p { color: rgb(20,64,204); }
H1.HeaderClassName
{
color: #1440CC;
}
.AnyTagClassName
{
color: #1440CC;
}
</style>
background-color css
<style>
a { background-color: #1440CC; }
a { background-color: rgb(20,64,204); }
div.DivClassName
{
background-color: #1440CC;
}
.BgClassName
{
background-color: #1440CC;
}
</style>
border-color css
<style>
span { border-color: #1440CC; }
span { border-color: rgb(20,64,204); }
td.TdClassName
{
border-color: #1440CC;
}
.TagClassName
{
border-color: #1440CC;
}
</style>