Shades of Persian Blue #062EC0
Tints of Persian Blue #062EC0
RGB
CMYK
RGB Variations
Color information
#062EC0 (or 0x062EC0) is known color: Persian Blue. HEX triplet: 06, 2E and C0. RGB value is (6,46,192). Sum of RGB (Red+Green+Blue) = 6+46+192=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 192 (75.39% from 255 or 78.69% from 244); Max value from RGB is 192 - color contains mainly: blue. Hex color #062EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EC0 is #F9D13F. Grayscale: #323232. Windows color (decimal): -16372032 or 12594694. OLE color: 12594694.
HSL color Cylindrical-coordinate representation of color #062EC0: hue angle of 227.1º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EC0 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 46 | 192 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.25 |
| HSL | 227.1º | 0.94% | 0.39% | - |
| HSV(B) | 227.1º | 0.97% | 0.75% | - |
| XYZ | 10.57 | 5.8 | 50.43 | - |
| YUV | 50.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 192 | 0.97 | 0.76 | 0 | 0.25 | 227.1 | 0.94 | 0.39 |
| Hex | 6 | 2E | C0 | 61 | 4C | 0 | 19 | E3 | 5E | 27 |
| Octal | 6 | 56 | 300 | 141 | 114 | 0 | 31 | 343 | 136 | 47 |
| Binary | 110 | 101110 | 11000000 | 1100001 | 1001100 | 0 | 11001 | 11100011 | 1011110 | 100111 |
Color Harmonies of #062EC0
Complementary color
Monochromatic Colors of #062EC0
Black with #062EC0
Text Example
Text Example
White with #062EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062EC0; }
p { color: rgb(6,46,192); }
H1.HeaderClassName
{
color: #062EC0;
}
.AnyTagClassName
{
color: #062EC0;
}
</style>
background-color css
<style>
a { background-color: #062EC0; }
a { background-color: rgb(6,46,192); }
div.DivClassName
{
background-color: #062EC0;
}
.BgClassName
{
background-color: #062EC0;
}
</style>
border-color css
<style>
span { border-color: #062EC0; }
span { border-color: rgb(6,46,192); }
td.TdClassName
{
border-color: #062EC0;
}
.TagClassName
{
border-color: #062EC0;
}
</style>