Shades of Persian Blue #012FDA
Tints of Persian Blue #012FDA
RGB
CMYK
RGB Variations
Color information
#012FDA (or 0x012FDA) is known color: Persian Blue. HEX triplet: 01, 2F and DA. RGB value is (1,47,218). Sum of RGB (Red+Green+Blue) = 1+47+218=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #012FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FDA is #FED025. Grayscale: #343434. Windows color (decimal): -16699430 or 14298881. OLE color: 14298881.
HSL color Cylindrical-coordinate representation of color #012FDA: hue angle of 227.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012FDA is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 47 | 218 | - |
| CMYK | 1.00 | 0.78 | 0 | 0.15 |
| HSL | 227.28º | 0.99% | 0.43% | - |
| HSV(B) | 227.28º | 1% | 0.85% | - |
| XYZ | 13.68 | 7.1 | 66.98 | - |
| YUV | 52.74 | 221.26 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 218 | 1.00 | 0.78 | 0 | 0.15 | 227.28 | 0.99 | 0.43 |
| Hex | 1 | 2F | DA | 64 | 4E | 0 | F | E3 | 63 | 2B |
| Octal | 1 | 57 | 332 | 144 | 116 | 0 | 17 | 343 | 143 | 53 |
| Binary | 1 | 101111 | 11011010 | 1100100 | 1001110 | 0 | 1111 | 11100011 | 1100011 | 101011 |
Color Harmonies of #012FDA
Complementary color
Monochromatic Colors of #012FDA
Black with #012FDA
Text Example
Text Example
White with #012FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012FDA; }
p { color: rgb(1,47,218); }
H1.HeaderClassName
{
color: #012FDA;
}
.AnyTagClassName
{
color: #012FDA;
}
</style>
background-color css
<style>
a { background-color: #012FDA; }
a { background-color: rgb(1,47,218); }
div.DivClassName
{
background-color: #012FDA;
}
.BgClassName
{
background-color: #012FDA;
}
</style>
border-color css
<style>
span { border-color: #012FDA; }
span { border-color: rgb(1,47,218); }
td.TdClassName
{
border-color: #012FDA;
}
.TagClassName
{
border-color: #012FDA;
}
</style>