Shades of Persian Blue #1426DA
Tints of Persian Blue #1426DA
RGB
CMYK
RGB Variations
Color information
#1426DA (or 0x1426DA) is known color: Persian Blue. HEX triplet: 14, 26 and DA. RGB value is (20,38,218). Sum of RGB (Red+Green+Blue) = 20+38+218=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #1426DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426DA is #EBD925. Grayscale: #343434. Windows color (decimal): -15456550 or 14296596. OLE color: 14296596.
HSL color Cylindrical-coordinate representation of color #1426DA: hue angle of 234.55º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1426DA is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 38 | 218 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.15 |
| HSL | 234.55º | 0.83% | 0.47% | - |
| HSV(B) | 234.55º | 0.91% | 0.85% | - |
| XYZ | 13.64 | 6.6 | 66.88 | - |
| YUV | 53.14 | 221.04 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 218 | 0.91 | 0.83 | 0 | 0.15 | 234.55 | 0.83 | 0.47 |
| Hex | 14 | 26 | DA | 5B | 53 | 0 | F | EB | 53 | 2F |
| Octal | 24 | 46 | 332 | 133 | 123 | 0 | 17 | 353 | 123 | 57 |
| Binary | 10100 | 100110 | 11011010 | 1011011 | 1010011 | 0 | 1111 | 11101011 | 1010011 | 101111 |
Color Harmonies of #1426DA
Complementary color
Monochromatic Colors of #1426DA
Black with #1426DA
Text Example
Text Example
White with #1426DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1426DA; }
p { color: rgb(20,38,218); }
H1.HeaderClassName
{
color: #1426DA;
}
.AnyTagClassName
{
color: #1426DA;
}
</style>
background-color css
<style>
a { background-color: #1426DA; }
a { background-color: rgb(20,38,218); }
div.DivClassName
{
background-color: #1426DA;
}
.BgClassName
{
background-color: #1426DA;
}
</style>
border-color css
<style>
span { border-color: #1426DA; }
span { border-color: rgb(20,38,218); }
td.TdClassName
{
border-color: #1426DA;
}
.TagClassName
{
border-color: #1426DA;
}
</style>