Shades of Persian Blue #012CCD
Tints of Persian Blue #012CCD
RGB
CMYK
RGB Variations
Color information
#012CCD (or 0x012CCD) is known color: Persian Blue. HEX triplet: 01, 2C and CD. RGB value is (1,44,205). Sum of RGB (Red+Green+Blue) = 1+44+205=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #012CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CCD is #FED332. Grayscale: #303030. Windows color (decimal): -16700211 or 13446145. OLE color: 13446145.
HSL color Cylindrical-coordinate representation of color #012CCD: hue angle of 227.35º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012CCD is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 44 | 205 | - |
| CMYK | 1.00 | 0.79 | 0 | 0.20 |
| HSL | 227.35º | 0.99% | 0.4% | - |
| HSV(B) | 227.35º | 1% | 0.8% | - |
| XYZ | 11.93 | 6.22 | 58.33 | - |
| YUV | 49.5 | 215.75 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 205 | 1.00 | 0.79 | 0 | 0.20 | 227.35 | 0.99 | 0.4 |
| Hex | 1 | 2C | CD | 64 | 4F | 0 | 14 | E3 | 63 | 28 |
| Octal | 1 | 54 | 315 | 144 | 117 | 0 | 24 | 343 | 143 | 50 |
| Binary | 1 | 101100 | 11001101 | 1100100 | 1001111 | 0 | 10100 | 11100011 | 1100011 | 101000 |
Color Harmonies of #012CCD
Complementary color
Monochromatic Colors of #012CCD
Black with #012CCD
Text Example
Text Example
White with #012CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CCD; }
p { color: rgb(1,44,205); }
H1.HeaderClassName
{
color: #012CCD;
}
.AnyTagClassName
{
color: #012CCD;
}
</style>
background-color css
<style>
a { background-color: #012CCD; }
a { background-color: rgb(1,44,205); }
div.DivClassName
{
background-color: #012CCD;
}
.BgClassName
{
background-color: #012CCD;
}
</style>
border-color css
<style>
span { border-color: #012CCD; }
span { border-color: rgb(1,44,205); }
td.TdClassName
{
border-color: #012CCD;
}
.TagClassName
{
border-color: #012CCD;
}
</style>