Shades of Persian Blue #012BCA
Tints of Persian Blue #012BCA
RGB
CMYK
RGB Variations
Color information
#012BCA (or 0x012BCA) is known color: Persian Blue. HEX triplet: 01, 2B and CA. RGB value is (1,43,202). Sum of RGB (Red+Green+Blue) = 1+43+202=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #012BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BCA is #FED435. Grayscale: #2F2F2F. Windows color (decimal): -16700470 or 13249281. OLE color: 13249281.
HSL color Cylindrical-coordinate representation of color #012BCA: hue angle of 227.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BCA is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 43 | 202 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.21 |
| HSL | 227.46º | 0.99% | 0.4% | - |
| HSV(B) | 227.46º | 1% | 0.79% | - |
| XYZ | 11.54 | 6 | 56.43 | - |
| YUV | 48.57 | 214.59 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 202 | 1.00 | 0.79 | 0 | 0.21 | 227.46 | 0.99 | 0.4 |
| Hex | 1 | 2B | CA | 64 | 4F | 0 | 15 | E3 | 63 | 28 |
| Octal | 1 | 53 | 312 | 144 | 117 | 0 | 25 | 343 | 143 | 50 |
| Binary | 1 | 101011 | 11001010 | 1100100 | 1001111 | 0 | 10101 | 11100011 | 1100011 | 101000 |
Color Harmonies of #012BCA
Complementary color
Monochromatic Colors of #012BCA
Black with #012BCA
Text Example
Text Example
White with #012BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BCA; }
p { color: rgb(1,43,202); }
H1.HeaderClassName
{
color: #012BCA;
}
.AnyTagClassName
{
color: #012BCA;
}
</style>
background-color css
<style>
a { background-color: #012BCA; }
a { background-color: rgb(1,43,202); }
div.DivClassName
{
background-color: #012BCA;
}
.BgClassName
{
background-color: #012BCA;
}
</style>
border-color css
<style>
span { border-color: #012BCA; }
span { border-color: rgb(1,43,202); }
td.TdClassName
{
border-color: #012BCA;
}
.TagClassName
{
border-color: #012BCA;
}
</style>