Shades of Persian Blue #012FCF
Tints of Persian Blue #012FCF
RGB
CMYK
RGB Variations
Color information
#012FCF (or 0x012FCF) is known color: Persian Blue. HEX triplet: 01, 2F and CF. RGB value is (1,47,207). Sum of RGB (Red+Green+Blue) = 1+47+207=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #012FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FCF is #FED030. Grayscale: #323232. Windows color (decimal): -16699441 or 13577985. OLE color: 13577985.
HSL color Cylindrical-coordinate representation of color #012FCF: hue angle of 226.6º 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 #012FCF is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 47 | 207 | - |
| CMYK | 1.00 | 0.77 | 0 | 0.19 |
| HSL | 226.6º | 0.99% | 0.41% | - |
| HSV(B) | 226.6º | 1% | 0.81% | - |
| XYZ | 12.29 | 6.54 | 59.65 | - |
| YUV | 51.49 | 215.76 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 207 | 1.00 | 0.77 | 0 | 0.19 | 226.6 | 0.99 | 0.41 |
| Hex | 1 | 2F | CF | 64 | 4D | 0 | 13 | E3 | 63 | 29 |
| Octal | 1 | 57 | 317 | 144 | 115 | 0 | 23 | 343 | 143 | 51 |
| Binary | 1 | 101111 | 11001111 | 1100100 | 1001101 | 0 | 10011 | 11100011 | 1100011 | 101001 |
Color Harmonies of #012FCF
Complementary color
Monochromatic Colors of #012FCF
Black with #012FCF
Text Example
Text Example
White with #012FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012FCF; }
p { color: rgb(1,47,207); }
H1.HeaderClassName
{
color: #012FCF;
}
.AnyTagClassName
{
color: #012FCF;
}
</style>
background-color css
<style>
a { background-color: #012FCF; }
a { background-color: rgb(1,47,207); }
div.DivClassName
{
background-color: #012FCF;
}
.BgClassName
{
background-color: #012FCF;
}
</style>
border-color css
<style>
span { border-color: #012FCF; }
span { border-color: rgb(1,47,207); }
td.TdClassName
{
border-color: #012FCF;
}
.TagClassName
{
border-color: #012FCF;
}
</style>