Shades of Persian Blue #002AD5
Tints of Persian Blue #002AD5
RGB
CMYK
RGB Variations
Color information
#002AD5 (or 0x002AD5) is known color: Persian Blue. HEX triplet: 00, 2A and D5. RGB value is (0,42,213). Sum of RGB (Red+Green+Blue) = 0+42+213=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 213 (83.59% from 255 or 83.53% from 255); Max value from RGB is 213 - color contains mainly: blue. Hex color #002AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002AD5 is #FFD52A. Grayscale: #303030. Windows color (decimal): -16766251 or 13969920. OLE color: 13969920.
HSL color Cylindrical-coordinate representation of color #002AD5: hue angle of 228.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AD5 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 42 | 213 | - |
| CMYK | 1 | 0.80 | 0 | 0.16 |
| HSL | 228.17º | 1% | 0.42% | - |
| HSV(B) | 228.17º | 1% | 0.84% | - |
| XYZ | 12.84 | 6.46 | 63.52 | - |
| YUV | 48.94 | 220.59 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 213 | 1 | 0.80 | 0 | 0.16 | 228.17 | 1 | 0.42 |
| Hex | 0 | 2A | D5 | 64 | 50 | 0 | 10 | E4 | 64 | 2A |
| Octal | 0 | 52 | 325 | 144 | 120 | 0 | 20 | 344 | 144 | 52 |
| Binary | 0 | 101010 | 11010101 | 1100100 | 1010000 | 0 | 10000 | 11100100 | 1100100 | 101010 |
Color Harmonies of #002AD5
Complementary color
Monochromatic Colors of #002AD5
Black with #002AD5
Text Example
Text Example
White with #002AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002AD5; }
p { color: rgb(0,42,213); }
H1.HeaderClassName
{
color: #002AD5;
}
.AnyTagClassName
{
color: #002AD5;
}
</style>
background-color css
<style>
a { background-color: #002AD5; }
a { background-color: rgb(0,42,213); }
div.DivClassName
{
background-color: #002AD5;
}
.BgClassName
{
background-color: #002AD5;
}
</style>
border-color css
<style>
span { border-color: #002AD5; }
span { border-color: rgb(0,42,213); }
td.TdClassName
{
border-color: #002AD5;
}
.TagClassName
{
border-color: #002AD5;
}
</style>