Shades of Persian Blue #002ACC
Tints of Persian Blue #002ACC
RGB
CMYK
RGB Variations
Color information
#002ACC (or 0x002ACC) is known color: Persian Blue. HEX triplet: 00, 2A and CC. RGB value is (0,42,204). Sum of RGB (Red+Green+Blue) = 0+42+204=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 204 (80.08% from 255 or 82.93% from 246); Max value from RGB is 204 - color contains mainly: blue. Hex color #002ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ACC is #FFD533. Grayscale: #2F2F2F. Windows color (decimal): -16766260 or 13380096. OLE color: 13380096.
HSL color Cylindrical-coordinate representation of color #002ACC: hue angle of 227.65º 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 #002ACC is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 42 | 204 | - |
| CMYK | 1 | 0.79 | 0 | 0.2 |
| HSL | 227.65º | 1% | 0.4% | - |
| HSV(B) | 227.65º | 1% | 0.8% | - |
| XYZ | 11.73 | 6.02 | 57.67 | - |
| YUV | 47.91 | 216.09 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 204 | 1 | 0.79 | 0 | 0.2 | 227.65 | 1 | 0.4 |
| Hex | 0 | 2A | CC | 64 | 4F | 0 | 14 | E4 | 64 | 28 |
| Octal | 0 | 52 | 314 | 144 | 117 | 0 | 24 | 344 | 144 | 50 |
| Binary | 0 | 101010 | 11001100 | 1100100 | 1001111 | 0 | 10100 | 11100100 | 1100100 | 101000 |
Color Harmonies of #002ACC
Complementary color
Monochromatic Colors of #002ACC
Black with #002ACC
Text Example
Text Example
White with #002ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002ACC; }
p { color: rgb(0,42,204); }
H1.HeaderClassName
{
color: #002ACC;
}
.AnyTagClassName
{
color: #002ACC;
}
</style>
background-color css
<style>
a { background-color: #002ACC; }
a { background-color: rgb(0,42,204); }
div.DivClassName
{
background-color: #002ACC;
}
.BgClassName
{
background-color: #002ACC;
}
</style>
border-color css
<style>
span { border-color: #002ACC; }
span { border-color: rgb(0,42,204); }
td.TdClassName
{
border-color: #002ACC;
}
.TagClassName
{
border-color: #002ACC;
}
</style>