Shades of Persian Blue #012AC8
Tints of Persian Blue #012AC8
RGB
CMYK
RGB Variations
Color information
#012AC8 (or 0x012AC8) is known color: Persian Blue. HEX triplet: 01, 2A and C8. RGB value is (1,42,200). Sum of RGB (Red+Green+Blue) = 1+42+200=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 200 (78.52% from 255 or 82.30% from 243); Max value from RGB is 200 - color contains mainly: blue. Hex color #012AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012AC8 is #FED537. Grayscale: #2F2F2F. Windows color (decimal): -16700728 or 13117953. OLE color: 13117953.
HSL color Cylindrical-coordinate representation of color #012AC8: hue angle of 227.64º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012AC8 is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 42 | 200 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.22 |
| HSL | 227.64º | 0.99% | 0.39% | - |
| HSV(B) | 227.64º | 1% | 0.78% | - |
| XYZ | 11.27 | 5.83 | 55.18 | - |
| YUV | 47.75 | 213.92 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 200 | 1.00 | 0.79 | 0 | 0.22 | 227.64 | 0.99 | 0.39 |
| Hex | 1 | 2A | C8 | 64 | 4F | 0 | 16 | E4 | 63 | 27 |
| Octal | 1 | 52 | 310 | 144 | 117 | 0 | 26 | 344 | 143 | 47 |
| Binary | 1 | 101010 | 11001000 | 1100100 | 1001111 | 0 | 10110 | 11100100 | 1100011 | 100111 |
Color Harmonies of #012AC8
Complementary color
Monochromatic Colors of #012AC8
Black with #012AC8
Text Example
Text Example
White with #012AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012AC8; }
p { color: rgb(1,42,200); }
H1.HeaderClassName
{
color: #012AC8;
}
.AnyTagClassName
{
color: #012AC8;
}
</style>
background-color css
<style>
a { background-color: #012AC8; }
a { background-color: rgb(1,42,200); }
div.DivClassName
{
background-color: #012AC8;
}
.BgClassName
{
background-color: #012AC8;
}
</style>
border-color css
<style>
span { border-color: #012AC8; }
span { border-color: rgb(1,42,200); }
td.TdClassName
{
border-color: #012AC8;
}
.TagClassName
{
border-color: #012AC8;
}
</style>