Shades of Persian Blue #002ACE
Tints of Persian Blue #002ACE
RGB
CMYK
RGB Variations
Color information
#002ACE (or 0x002ACE) is known color: Persian Blue. HEX triplet: 00, 2A and CE. RGB value is (0,42,206). Sum of RGB (Red+Green+Blue) = 0+42+206=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #002ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ACE is #FFD531. Grayscale: #2F2F2F. Windows color (decimal): -16766258 or 13511168. OLE color: 13511168.
HSL color Cylindrical-coordinate representation of color #002ACE: hue angle of 227.77º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002ACE is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 42 | 206 | - |
| CMYK | 1 | 0.80 | 0 | 0.19 |
| HSL | 227.77º | 1% | 0.4% | - |
| HSV(B) | 227.77º | 1% | 0.81% | - |
| XYZ | 11.97 | 6.11 | 58.94 | - |
| YUV | 48.14 | 217.09 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 206 | 1 | 0.80 | 0 | 0.19 | 227.77 | 1 | 0.4 |
| Hex | 0 | 2A | CE | 64 | 50 | 0 | 13 | E4 | 64 | 28 |
| Octal | 0 | 52 | 316 | 144 | 120 | 0 | 23 | 344 | 144 | 50 |
| Binary | 0 | 101010 | 11001110 | 1100100 | 1010000 | 0 | 10011 | 11100100 | 1100100 | 101000 |
Color Harmonies of #002ACE
Complementary color
Monochromatic Colors of #002ACE
Black with #002ACE
Text Example
Text Example
White with #002ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002ACE; }
p { color: rgb(0,42,206); }
H1.HeaderClassName
{
color: #002ACE;
}
.AnyTagClassName
{
color: #002ACE;
}
</style>
background-color css
<style>
a { background-color: #002ACE; }
a { background-color: rgb(0,42,206); }
div.DivClassName
{
background-color: #002ACE;
}
.BgClassName
{
background-color: #002ACE;
}
</style>
border-color css
<style>
span { border-color: #002ACE; }
span { border-color: rgb(0,42,206); }
td.TdClassName
{
border-color: #002ACE;
}
.TagClassName
{
border-color: #002ACE;
}
</style>