Shades of Persian Blue #1444F6
Tints of Persian Blue #1444F6
RGB
CMYK
RGB Variations
Color information
#1444F6 (or 0x1444F6) is known color: Persian Blue. HEX triplet: 14, 44 and F6. RGB value is (20,68,246). Sum of RGB (Red+Green+Blue) = 20+68+246=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 246 (96.48% from 255 or 73.65% from 334); Max value from RGB is 246 - color contains mainly: blue. Hex color #1444F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1444F6 is #EBBB09. Grayscale: #494949. Windows color (decimal): -15448842 or 16139284. OLE color: 16139284.
HSL color Cylindrical-coordinate representation of color #1444F6: hue angle of 227.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1444F6 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 68 | 246 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.04 |
| HSL | 227.26º | 0.93% | 0.52% | - |
| HSV(B) | 227.26º | 0.92% | 0.96% | - |
| XYZ | 18.99 | 10.94 | 88.3 | - |
| YUV | 73.94 | 225.1 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 246 | 0.92 | 0.72 | 0 | 0.04 | 227.26 | 0.93 | 0.52 |
| Hex | 14 | 44 | F6 | 5C | 48 | 0 | 4 | E3 | 5D | 34 |
| Octal | 24 | 104 | 366 | 134 | 110 | 0 | 4 | 343 | 135 | 64 |
| Binary | 10100 | 1000100 | 11110110 | 1011100 | 1001000 | 0 | 100 | 11100011 | 1011101 | 110100 |
Color Harmonies of #1444F6
Complementary color
Monochromatic Colors of #1444F6
Black with #1444F6
Text Example
Text Example
White with #1444F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1444F6; }
p { color: rgb(20,68,246); }
H1.HeaderClassName
{
color: #1444F6;
}
.AnyTagClassName
{
color: #1444F6;
}
</style>
background-color css
<style>
a { background-color: #1444F6; }
a { background-color: rgb(20,68,246); }
div.DivClassName
{
background-color: #1444F6;
}
.BgClassName
{
background-color: #1444F6;
}
</style>
border-color css
<style>
span { border-color: #1444F6; }
span { border-color: rgb(20,68,246); }
td.TdClassName
{
border-color: #1444F6;
}
.TagClassName
{
border-color: #1444F6;
}
</style>