Shades of Persian Blue #1442DA
Tints of Persian Blue #1442DA
RGB
CMYK
RGB Variations
Color information
#1442DA (or 0x1442DA) is known color: Persian Blue. HEX triplet: 14, 42 and DA. RGB value is (20,66,218). Sum of RGB (Red+Green+Blue) = 20+66+218=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #1442DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1442DA is #EBBD25. Grayscale: #444444. Windows color (decimal): -15449382 or 14303764. OLE color: 14303764.
HSL color Cylindrical-coordinate representation of color #1442DA: hue angle of 226.06º 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 #1442DA is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 66 | 218 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.15 |
| HSL | 226.06º | 0.83% | 0.47% | - |
| HSV(B) | 226.06º | 0.91% | 0.85% | - |
| XYZ | 14.89 | 9.11 | 67.3 | - |
| YUV | 69.57 | 211.76 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 218 | 0.91 | 0.70 | 0 | 0.15 | 226.06 | 0.83 | 0.47 |
| Hex | 14 | 42 | DA | 5B | 46 | 0 | F | E2 | 53 | 2F |
| Octal | 24 | 102 | 332 | 133 | 106 | 0 | 17 | 342 | 123 | 57 |
| Binary | 10100 | 1000010 | 11011010 | 1011011 | 1000110 | 0 | 1111 | 11100010 | 1010011 | 101111 |
Color Harmonies of #1442DA
Complementary color
Monochromatic Colors of #1442DA
Black with #1442DA
Text Example
Text Example
White with #1442DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1442DA; }
p { color: rgb(20,66,218); }
H1.HeaderClassName
{
color: #1442DA;
}
.AnyTagClassName
{
color: #1442DA;
}
</style>
background-color css
<style>
a { background-color: #1442DA; }
a { background-color: rgb(20,66,218); }
div.DivClassName
{
background-color: #1442DA;
}
.BgClassName
{
background-color: #1442DA;
}
</style>
border-color css
<style>
span { border-color: #1442DA; }
span { border-color: rgb(20,66,218); }
td.TdClassName
{
border-color: #1442DA;
}
.TagClassName
{
border-color: #1442DA;
}
</style>