Shades of Persian Blue #012CD3
Tints of Persian Blue #012CD3
RGB
CMYK
RGB Variations
Color information
#012CD3 (or 0x012CD3) is known color: Persian Blue. HEX triplet: 01, 2C and D3. RGB value is (1,44,211). Sum of RGB (Red+Green+Blue) = 1+44+211=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 211 (82.81% from 255 or 82.42% from 256); Max value from RGB is 211 - color contains mainly: blue. Hex color #012CD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CD3 is #FED32C. Grayscale: #313131. Windows color (decimal): -16700205 or 13839361. OLE color: 13839361.
HSL color Cylindrical-coordinate representation of color #012CD3: hue angle of 227.71º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012CD3 is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 44 | 211 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.17 |
| HSL | 227.71º | 0.99% | 0.42% | - |
| HSV(B) | 227.71º | 1% | 0.83% | - |
| XYZ | 12.67 | 6.51 | 62.22 | - |
| YUV | 50.18 | 218.75 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 211 | 1.00 | 0.79 | 0 | 0.17 | 227.71 | 0.99 | 0.42 |
| Hex | 1 | 2C | D3 | 64 | 4F | 0 | 11 | E4 | 63 | 2A |
| Octal | 1 | 54 | 323 | 144 | 117 | 0 | 21 | 344 | 143 | 52 |
| Binary | 1 | 101100 | 11010011 | 1100100 | 1001111 | 0 | 10001 | 11100100 | 1100011 | 101010 |
Color Harmonies of #012CD3
Complementary color
Monochromatic Colors of #012CD3
Black with #012CD3
Text Example
Text Example
White with #012CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CD3; }
p { color: rgb(1,44,211); }
H1.HeaderClassName
{
color: #012CD3;
}
.AnyTagClassName
{
color: #012CD3;
}
</style>
background-color css
<style>
a { background-color: #012CD3; }
a { background-color: rgb(1,44,211); }
div.DivClassName
{
background-color: #012CD3;
}
.BgClassName
{
background-color: #012CD3;
}
</style>
border-color css
<style>
span { border-color: #012CD3; }
span { border-color: rgb(1,44,211); }
td.TdClassName
{
border-color: #012CD3;
}
.TagClassName
{
border-color: #012CD3;
}
</style>