Shades of Persian Blue #062EC9
Tints of Persian Blue #062EC9
RGB
CMYK
RGB Variations
Color information
#062EC9 (or 0x062EC9) is known color: Persian Blue. HEX triplet: 06, 2E and C9. RGB value is (6,46,201). Sum of RGB (Red+Green+Blue) = 6+46+201=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 201 (78.91% from 255 or 79.45% from 253); Max value from RGB is 201 - color contains mainly: blue. Hex color #062EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EC9 is #F9D136. Grayscale: #333333. Windows color (decimal): -16372023 or 13184518. OLE color: 13184518.
HSL color Cylindrical-coordinate representation of color #062EC9: hue angle of 227.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EC9 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 46 | 201 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.21 |
| HSL | 227.69º | 0.94% | 0.41% | - |
| HSV(B) | 227.69º | 0.97% | 0.79% | - |
| XYZ | 11.59 | 6.21 | 55.85 | - |
| YUV | 51.71 | 212.25 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 201 | 0.97 | 0.77 | 0 | 0.21 | 227.69 | 0.94 | 0.41 |
| Hex | 6 | 2E | C9 | 61 | 4D | 0 | 15 | E4 | 5E | 29 |
| Octal | 6 | 56 | 311 | 141 | 115 | 0 | 25 | 344 | 136 | 51 |
| Binary | 110 | 101110 | 11001001 | 1100001 | 1001101 | 0 | 10101 | 11100100 | 1011110 | 101001 |
Color Harmonies of #062EC9
Complementary color
Monochromatic Colors of #062EC9
Black with #062EC9
Text Example
Text Example
White with #062EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062EC9; }
p { color: rgb(6,46,201); }
H1.HeaderClassName
{
color: #062EC9;
}
.AnyTagClassName
{
color: #062EC9;
}
</style>
background-color css
<style>
a { background-color: #062EC9; }
a { background-color: rgb(6,46,201); }
div.DivClassName
{
background-color: #062EC9;
}
.BgClassName
{
background-color: #062EC9;
}
</style>
border-color css
<style>
span { border-color: #062EC9; }
span { border-color: rgb(6,46,201); }
td.TdClassName
{
border-color: #062EC9;
}
.TagClassName
{
border-color: #062EC9;
}
</style>