Shades of Persian Blue #1446CE
Tints of Persian Blue #1446CE
RGB
CMYK
RGB Variations
Color information
#1446CE (or 0x1446CE) is known color: Persian Blue. HEX triplet: 14, 46 and CE. RGB value is (20,70,206). Sum of RGB (Red+Green+Blue) = 20+70+206=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #1446CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446CE is #EBB931. Grayscale: #454545. Windows color (decimal): -15448370 or 13518356. OLE color: 13518356.
HSL color Cylindrical-coordinate representation of color #1446CE: hue angle of 223.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1446CE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 70 | 206 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.19 |
| HSL | 223.87º | 0.82% | 0.44% | - |
| HSV(B) | 223.87º | 0.9% | 0.81% | - |
| XYZ | 13.62 | 8.99 | 59.41 | - |
| YUV | 70.55 | 204.44 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 206 | 0.90 | 0.66 | 0 | 0.19 | 223.87 | 0.82 | 0.44 |
| Hex | 14 | 46 | CE | 5A | 42 | 0 | 13 | E0 | 52 | 2C |
| Octal | 24 | 106 | 316 | 132 | 102 | 0 | 23 | 340 | 122 | 54 |
| Binary | 10100 | 1000110 | 11001110 | 1011010 | 1000010 | 0 | 10011 | 11100000 | 1010010 | 101100 |
Color Harmonies of #1446CE
Complementary color
Monochromatic Colors of #1446CE
Black with #1446CE
Text Example
Text Example
White with #1446CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1446CE; }
p { color: rgb(20,70,206); }
H1.HeaderClassName
{
color: #1446CE;
}
.AnyTagClassName
{
color: #1446CE;
}
</style>
background-color css
<style>
a { background-color: #1446CE; }
a { background-color: rgb(20,70,206); }
div.DivClassName
{
background-color: #1446CE;
}
.BgClassName
{
background-color: #1446CE;
}
</style>
border-color css
<style>
span { border-color: #1446CE; }
span { border-color: rgb(20,70,206); }
td.TdClassName
{
border-color: #1446CE;
}
.TagClassName
{
border-color: #1446CE;
}
</style>