Shades of Persian Blue #012FE8
Tints of Persian Blue #012FE8
RGB
CMYK
RGB Variations
Color information
#012FE8 (or 0x012FE8) is known color: Persian Blue. HEX triplet: 01, 2F and E8. RGB value is (1,47,232). Sum of RGB (Red+Green+Blue) = 1+47+232=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 232 (91.02% from 255 or 82.86% from 280); Max value from RGB is 232 - color contains mainly: blue. Hex color #012FE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FE8 is #FED017. Grayscale: #353535. Windows color (decimal): -16699416 or 15216385. OLE color: 15216385.
HSL color Cylindrical-coordinate representation of color #012FE8: hue angle of 228.05º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012FE8 is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 47 | 232 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.09 |
| HSL | 228.05º | 0.99% | 0.46% | - |
| HSV(B) | 228.05º | 1% | 0.91% | - |
| XYZ | 15.59 | 7.87 | 77.04 | - |
| YUV | 54.34 | 228.26 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 232 | 1.00 | 0.80 | 0 | 0.09 | 228.05 | 0.99 | 0.46 |
| Hex | 1 | 2F | E8 | 64 | 50 | 0 | 9 | E4 | 63 | 2E |
| Octal | 1 | 57 | 350 | 144 | 120 | 0 | 11 | 344 | 143 | 56 |
| Binary | 1 | 101111 | 11101000 | 1100100 | 1010000 | 0 | 1001 | 11100100 | 1100011 | 101110 |
Color Harmonies of #012FE8
Complementary color
Monochromatic Colors of #012FE8
Black with #012FE8
Text Example
Text Example
White with #012FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012FE8; }
p { color: rgb(1,47,232); }
H1.HeaderClassName
{
color: #012FE8;
}
.AnyTagClassName
{
color: #012FE8;
}
</style>
background-color css
<style>
a { background-color: #012FE8; }
a { background-color: rgb(1,47,232); }
div.DivClassName
{
background-color: #012FE8;
}
.BgClassName
{
background-color: #012FE8;
}
</style>
border-color css
<style>
span { border-color: #012FE8; }
span { border-color: rgb(1,47,232); }
td.TdClassName
{
border-color: #012FE8;
}
.TagClassName
{
border-color: #012FE8;
}
</style>