Shades of Persian Blue #012DC9
Tints of Persian Blue #012DC9
RGB
CMYK
RGB Variations
Color information
#012DC9 (or 0x012DC9) is known color: Persian Blue. HEX triplet: 01, 2D and C9. RGB value is (1,45,201). Sum of RGB (Red+Green+Blue) = 1+45+201=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 201 (78.91% from 255 or 81.38% from 247); Max value from RGB is 201 - color contains mainly: blue. Hex color #012DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DC9 is #FED236. Grayscale: #303030. Windows color (decimal): -16699959 or 13184257. OLE color: 13184257.
HSL color Cylindrical-coordinate representation of color #012DC9: hue angle of 226.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012DC9 is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 45 | 201 | - |
| CMYK | 1.00 | 0.78 | 0 | 0.21 |
| HSL | 226.8º | 0.99% | 0.4% | - |
| HSV(B) | 226.8º | 1% | 0.79% | - |
| XYZ | 11.49 | 6.1 | 55.83 | - |
| YUV | 49.63 | 213.42 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 201 | 1.00 | 0.78 | 0 | 0.21 | 226.8 | 0.99 | 0.4 |
| Hex | 1 | 2D | C9 | 64 | 4E | 0 | 15 | E3 | 63 | 28 |
| Octal | 1 | 55 | 311 | 144 | 116 | 0 | 25 | 343 | 143 | 50 |
| Binary | 1 | 101101 | 11001001 | 1100100 | 1001110 | 0 | 10101 | 11100011 | 1100011 | 101000 |
Color Harmonies of #012DC9
Complementary color
Monochromatic Colors of #012DC9
Black with #012DC9
Text Example
Text Example
White with #012DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DC9; }
p { color: rgb(1,45,201); }
H1.HeaderClassName
{
color: #012DC9;
}
.AnyTagClassName
{
color: #012DC9;
}
</style>
background-color css
<style>
a { background-color: #012DC9; }
a { background-color: rgb(1,45,201); }
div.DivClassName
{
background-color: #012DC9;
}
.BgClassName
{
background-color: #012DC9;
}
</style>
border-color css
<style>
span { border-color: #012DC9; }
span { border-color: rgb(1,45,201); }
td.TdClassName
{
border-color: #012DC9;
}
.TagClassName
{
border-color: #012DC9;
}
</style>