Shades of Persian Blue #012DCC
Tints of Persian Blue #012DCC
RGB
CMYK
RGB Variations
Color information
#012DCC (or 0x012DCC) is known color: Persian Blue. HEX triplet: 01, 2D and CC. RGB value is (1,45,204). Sum of RGB (Red+Green+Blue) = 1+45+204=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #012DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DCC is #FED233. Grayscale: #313131. Windows color (decimal): -16699956 or 13380865. OLE color: 13380865.
HSL color Cylindrical-coordinate representation of color #012DCC: hue angle of 227º 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 #012DCC is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 45 | 204 | - |
| CMYK | 1.00 | 0.78 | 0 | 0.2 |
| HSL | 227º | 0.99% | 0.4% | - |
| HSV(B) | 227º | 1% | 0.8% | - |
| XYZ | 11.85 | 6.24 | 57.71 | - |
| YUV | 49.97 | 214.92 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 204 | 1.00 | 0.78 | 0 | 0.2 | 227 | 0.99 | 0.4 |
| Hex | 1 | 2D | CC | 64 | 4E | 0 | 14 | E3 | 63 | 28 |
| Octal | 1 | 55 | 314 | 144 | 116 | 0 | 24 | 343 | 143 | 50 |
| Binary | 1 | 101101 | 11001100 | 1100100 | 1001110 | 0 | 10100 | 11100011 | 1100011 | 101000 |
Color Harmonies of #012DCC
Complementary color
Monochromatic Colors of #012DCC
Black with #012DCC
Text Example
Text Example
White with #012DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012DCC; }
p { color: rgb(1,45,204); }
H1.HeaderClassName
{
color: #012DCC;
}
.AnyTagClassName
{
color: #012DCC;
}
</style>
background-color css
<style>
a { background-color: #012DCC; }
a { background-color: rgb(1,45,204); }
div.DivClassName
{
background-color: #012DCC;
}
.BgClassName
{
background-color: #012DCC;
}
</style>
border-color css
<style>
span { border-color: #012DCC; }
span { border-color: rgb(1,45,204); }
td.TdClassName
{
border-color: #012DCC;
}
.TagClassName
{
border-color: #012DCC;
}
</style>