Shades of Persian Blue #012CDD
Tints of Persian Blue #012CDD
RGB
CMYK
RGB Variations
Color information
#012CDD (or 0x012CDD) is known color: Persian Blue. HEX triplet: 01, 2C and DD. RGB value is (1,44,221). Sum of RGB (Red+Green+Blue) = 1+44+221=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #012CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CDD is #FED322. Grayscale: #323232. Windows color (decimal): -16700195 or 14494721. OLE color: 14494721.
HSL color Cylindrical-coordinate representation of color #012CDD: hue angle of 228.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012CDD is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 44 | 221 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.13 |
| HSL | 228.27º | 0.99% | 0.44% | - |
| HSV(B) | 228.27º | 1% | 0.87% | - |
| XYZ | 13.96 | 7.03 | 69.03 | - |
| YUV | 51.32 | 223.75 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 221 | 1.00 | 0.80 | 0 | 0.13 | 228.27 | 0.99 | 0.44 |
| Hex | 1 | 2C | DD | 64 | 50 | 0 | D | E4 | 63 | 2C |
| Octal | 1 | 54 | 335 | 144 | 120 | 0 | 15 | 344 | 143 | 54 |
| Binary | 1 | 101100 | 11011101 | 1100100 | 1010000 | 0 | 1101 | 11100100 | 1100011 | 101100 |
Color Harmonies of #012CDD
Complementary color
Monochromatic Colors of #012CDD
Black with #012CDD
Text Example
Text Example
White with #012CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CDD; }
p { color: rgb(1,44,221); }
H1.HeaderClassName
{
color: #012CDD;
}
.AnyTagClassName
{
color: #012CDD;
}
</style>
background-color css
<style>
a { background-color: #012CDD; }
a { background-color: rgb(1,44,221); }
div.DivClassName
{
background-color: #012CDD;
}
.BgClassName
{
background-color: #012CDD;
}
</style>
border-color css
<style>
span { border-color: #012CDD; }
span { border-color: rgb(1,44,221); }
td.TdClassName
{
border-color: #012CDD;
}
.TagClassName
{
border-color: #012CDD;
}
</style>