Shades of Persian Blue #012BCF
Tints of Persian Blue #012BCF
RGB
CMYK
RGB Variations
Color information
#012BCF (or 0x012BCF) is known color: Persian Blue. HEX triplet: 01, 2B and CF. RGB value is (1,43,207). Sum of RGB (Red+Green+Blue) = 1+43+207=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #012BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BCF is #FED430. Grayscale: #303030. Windows color (decimal): -16700465 or 13576961. OLE color: 13576961.
HSL color Cylindrical-coordinate representation of color #012BCF: hue angle of 227.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BCF is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 43 | 207 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.19 |
| HSL | 227.77º | 0.99% | 0.41% | - |
| HSV(B) | 227.77º | 1% | 0.81% | - |
| XYZ | 12.14 | 6.24 | 59.6 | - |
| YUV | 49.14 | 217.09 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 207 | 1.00 | 0.79 | 0 | 0.19 | 227.77 | 0.99 | 0.41 |
| Hex | 1 | 2B | CF | 64 | 4F | 0 | 13 | E4 | 63 | 29 |
| Octal | 1 | 53 | 317 | 144 | 117 | 0 | 23 | 344 | 143 | 51 |
| Binary | 1 | 101011 | 11001111 | 1100100 | 1001111 | 0 | 10011 | 11100100 | 1100011 | 101001 |
Color Harmonies of #012BCF
Complementary color
Monochromatic Colors of #012BCF
Black with #012BCF
Text Example
Text Example
White with #012BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BCF; }
p { color: rgb(1,43,207); }
H1.HeaderClassName
{
color: #012BCF;
}
.AnyTagClassName
{
color: #012BCF;
}
</style>
background-color css
<style>
a { background-color: #012BCF; }
a { background-color: rgb(1,43,207); }
div.DivClassName
{
background-color: #012BCF;
}
.BgClassName
{
background-color: #012BCF;
}
</style>
border-color css
<style>
span { border-color: #012BCF; }
span { border-color: rgb(1,43,207); }
td.TdClassName
{
border-color: #012BCF;
}
.TagClassName
{
border-color: #012BCF;
}
</style>