Shades of Persian Blue #0140DA
Tints of Persian Blue #0140DA
RGB
CMYK
RGB Variations
Color information
#0140DA (or 0x0140DA) is known color: Persian Blue. HEX triplet: 01, 40 and DA. RGB value is (1,64,218). Sum of RGB (Red+Green+Blue) = 1+64+218=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #0140DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0140DA is #FEBF25. Grayscale: #3E3E3E. Windows color (decimal): -16695078 or 14303233. OLE color: 14303233.
HSL color Cylindrical-coordinate representation of color #0140DA: hue angle of 222.58º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0140DA is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 64 | 218 | - |
| CMYK | 1.00 | 0.71 | 0 | 0.15 |
| HSL | 222.58º | 0.99% | 0.43% | - |
| HSV(B) | 222.58º | 1% | 0.85% | - |
| XYZ | 14.5 | 8.74 | 67.25 | - |
| YUV | 62.72 | 215.63 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 218 | 1.00 | 0.71 | 0 | 0.15 | 222.58 | 0.99 | 0.43 |
| Hex | 1 | 40 | DA | 64 | 47 | 0 | F | DF | 63 | 2B |
| Octal | 1 | 100 | 332 | 144 | 107 | 0 | 17 | 337 | 143 | 53 |
| Binary | 1 | 1000000 | 11011010 | 1100100 | 1000111 | 0 | 1111 | 11011111 | 1100011 | 101011 |
Color Harmonies of #0140DA
Complementary color
Monochromatic Colors of #0140DA
Black with #0140DA
Text Example
Text Example
White with #0140DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0140DA; }
p { color: rgb(1,64,218); }
H1.HeaderClassName
{
color: #0140DA;
}
.AnyTagClassName
{
color: #0140DA;
}
</style>
background-color css
<style>
a { background-color: #0140DA; }
a { background-color: rgb(1,64,218); }
div.DivClassName
{
background-color: #0140DA;
}
.BgClassName
{
background-color: #0140DA;
}
</style>
border-color css
<style>
span { border-color: #0140DA; }
span { border-color: rgb(1,64,218); }
td.TdClassName
{
border-color: #0140DA;
}
.TagClassName
{
border-color: #0140DA;
}
</style>