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