Shades of Persian Blue #002ACB
Tints of Persian Blue #002ACB
RGB
CMYK
RGB Variations
Color information
#002ACB (or 0x002ACB) is known color: Persian Blue. HEX triplet: 00, 2A and CB. RGB value is (0,42,203). Sum of RGB (Red+Green+Blue) = 0+42+203=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 203 (79.69% from 255 or 82.86% from 245); Max value from RGB is 203 - color contains mainly: blue. Hex color #002ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ACB is #FFD534. Grayscale: #2F2F2F. Windows color (decimal): -16766261 or 13314560. OLE color: 13314560.
HSL color Cylindrical-coordinate representation of color #002ACB: hue angle of 227.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002ACB is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 42 | 203 | - |
| CMYK | 1 | 0.79 | 0 | 0.20 |
| HSL | 227.59º | 1% | 0.4% | - |
| HSV(B) | 227.59º | 1% | 0.8% | - |
| XYZ | 11.61 | 5.97 | 57.04 | - |
| YUV | 47.8 | 215.59 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 203 | 1 | 0.79 | 0 | 0.20 | 227.59 | 1 | 0.4 |
| Hex | 0 | 2A | CB | 64 | 4F | 0 | 14 | E4 | 64 | 28 |
| Octal | 0 | 52 | 313 | 144 | 117 | 0 | 24 | 344 | 144 | 50 |
| Binary | 0 | 101010 | 11001011 | 1100100 | 1001111 | 0 | 10100 | 11100100 | 1100100 | 101000 |
Color Harmonies of #002ACB
Complementary color
Monochromatic Colors of #002ACB
Black with #002ACB
Text Example
Text Example
White with #002ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002ACB; }
p { color: rgb(0,42,203); }
H1.HeaderClassName
{
color: #002ACB;
}
.AnyTagClassName
{
color: #002ACB;
}
</style>
background-color css
<style>
a { background-color: #002ACB; }
a { background-color: rgb(0,42,203); }
div.DivClassName
{
background-color: #002ACB;
}
.BgClassName
{
background-color: #002ACB;
}
</style>
border-color css
<style>
span { border-color: #002ACB; }
span { border-color: rgb(0,42,203); }
td.TdClassName
{
border-color: #002ACB;
}
.TagClassName
{
border-color: #002ACB;
}
</style>