Shades of Persian Blue #1448CF
Tints of Persian Blue #1448CF
RGB
CMYK
RGB Variations
Color information
#1448CF (or 0x1448CF) is known color: Persian Blue. HEX triplet: 14, 48 and CF. RGB value is (20,72,207). Sum of RGB (Red+Green+Blue) = 20+72+207=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #1448CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1448CF is #EBB730. Grayscale: #474747. Windows color (decimal): -15447857 or 13584404. OLE color: 13584404.
HSL color Cylindrical-coordinate representation of color #1448CF: hue angle of 223.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1448CF is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 72 | 207 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.19 |
| HSL | 223.32º | 0.82% | 0.45% | - |
| HSV(B) | 223.32º | 0.9% | 0.81% | - |
| XYZ | 13.87 | 9.29 | 60.09 | - |
| YUV | 71.84 | 204.27 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 207 | 0.90 | 0.65 | 0 | 0.19 | 223.32 | 0.82 | 0.45 |
| Hex | 14 | 48 | CF | 5A | 41 | 0 | 13 | DF | 52 | 2D |
| Octal | 24 | 110 | 317 | 132 | 101 | 0 | 23 | 337 | 122 | 55 |
| Binary | 10100 | 1001000 | 11001111 | 1011010 | 1000001 | 0 | 10011 | 11011111 | 1010010 | 101101 |
Color Harmonies of #1448CF
Complementary color
Monochromatic Colors of #1448CF
Black with #1448CF
Text Example
Text Example
White with #1448CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1448CF; }
p { color: rgb(20,72,207); }
H1.HeaderClassName
{
color: #1448CF;
}
.AnyTagClassName
{
color: #1448CF;
}
</style>
background-color css
<style>
a { background-color: #1448CF; }
a { background-color: rgb(20,72,207); }
div.DivClassName
{
background-color: #1448CF;
}
.BgClassName
{
background-color: #1448CF;
}
</style>
border-color css
<style>
span { border-color: #1448CF; }
span { border-color: rgb(20,72,207); }
td.TdClassName
{
border-color: #1448CF;
}
.TagClassName
{
border-color: #1448CF;
}
</style>