Shades of Persian Blue #012FE4
Tints of Persian Blue #012FE4
RGB
CMYK
RGB Variations
Color information
#012FE4 (or 0x012FE4) is known color: Persian Blue. HEX triplet: 01, 2F and E4. RGB value is (1,47,228). Sum of RGB (Red+Green+Blue) = 1+47+228=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 228 (89.45% from 255 or 82.61% from 276); Max value from RGB is 228 - color contains mainly: blue. Hex color #012FE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FE4 is #FED01B. Grayscale: #353535. Windows color (decimal): -16699420 or 14954241. OLE color: 14954241.
HSL color Cylindrical-coordinate representation of color #012FE4: hue angle of 227.84º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012FE4 is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 47 | 228 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.11 |
| HSL | 227.84º | 0.99% | 0.45% | - |
| HSV(B) | 227.84º | 1% | 0.89% | - |
| XYZ | 15.03 | 7.64 | 74.08 | - |
| YUV | 53.88 | 226.26 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 228 | 1.00 | 0.79 | 0 | 0.11 | 227.84 | 0.99 | 0.45 |
| Hex | 1 | 2F | E4 | 64 | 4F | 0 | B | E4 | 63 | 2D |
| Octal | 1 | 57 | 344 | 144 | 117 | 0 | 13 | 344 | 143 | 55 |
| Binary | 1 | 101111 | 11100100 | 1100100 | 1001111 | 0 | 1011 | 11100100 | 1100011 | 101101 |
Color Harmonies of #012FE4
Complementary color
Monochromatic Colors of #012FE4
Black with #012FE4
Text Example
Text Example
White with #012FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012FE4; }
p { color: rgb(1,47,228); }
H1.HeaderClassName
{
color: #012FE4;
}
.AnyTagClassName
{
color: #012FE4;
}
</style>
background-color css
<style>
a { background-color: #012FE4; }
a { background-color: rgb(1,47,228); }
div.DivClassName
{
background-color: #012FE4;
}
.BgClassName
{
background-color: #012FE4;
}
</style>
border-color css
<style>
span { border-color: #012FE4; }
span { border-color: rgb(1,47,228); }
td.TdClassName
{
border-color: #012FE4;
}
.TagClassName
{
border-color: #012FE4;
}
</style>