Shades of Persian Blue #0140DC
Tints of Persian Blue #0140DC
RGB
CMYK
RGB Variations
Color information
#0140DC (or 0x0140DC) is known color: Persian Blue. HEX triplet: 01, 40 and DC. RGB value is (1,64,220). Sum of RGB (Red+Green+Blue) = 1+64+220=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #0140DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0140DC is #FEBF23. Grayscale: #3E3E3E. Windows color (decimal): -16695076 or 14434305. OLE color: 14434305.
HSL color Cylindrical-coordinate representation of color #0140DC: hue angle of 222.74º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0140DC is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 64 | 220 | - |
| CMYK | 1.00 | 0.71 | 0 | 0.14 |
| HSL | 222.74º | 0.99% | 0.43% | - |
| HSV(B) | 222.74º | 1% | 0.86% | - |
| XYZ | 14.76 | 8.84 | 68.64 | - |
| YUV | 62.95 | 216.63 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 220 | 1.00 | 0.71 | 0 | 0.14 | 222.74 | 0.99 | 0.43 |
| Hex | 1 | 40 | DC | 64 | 47 | 0 | E | DF | 63 | 2B |
| Octal | 1 | 100 | 334 | 144 | 107 | 0 | 16 | 337 | 143 | 53 |
| Binary | 1 | 1000000 | 11011100 | 1100100 | 1000111 | 0 | 1110 | 11011111 | 1100011 | 101011 |
Color Harmonies of #0140DC
Complementary color
Monochromatic Colors of #0140DC
Black with #0140DC
Text Example
Text Example
White with #0140DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0140DC; }
p { color: rgb(1,64,220); }
H1.HeaderClassName
{
color: #0140DC;
}
.AnyTagClassName
{
color: #0140DC;
}
</style>
background-color css
<style>
a { background-color: #0140DC; }
a { background-color: rgb(1,64,220); }
div.DivClassName
{
background-color: #0140DC;
}
.BgClassName
{
background-color: #0140DC;
}
</style>
border-color css
<style>
span { border-color: #0140DC; }
span { border-color: rgb(1,64,220); }
td.TdClassName
{
border-color: #0140DC;
}
.TagClassName
{
border-color: #0140DC;
}
</style>