Shades of Persian Blue #062CE5
Tints of Persian Blue #062CE5
RGB
CMYK
RGB Variations
Color information
#062CE5 (or 0x062CE5) is known color: Persian Blue. HEX triplet: 06, 2C and E5. RGB value is (6,44,229). Sum of RGB (Red+Green+Blue) = 6+44+229=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 229 (89.84% from 255 or 82.08% from 279); Max value from RGB is 229 - color contains mainly: blue. Hex color #062CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CE5 is #F9D31A. Grayscale: #343434. Windows color (decimal): -16372507 or 15019014. OLE color: 15019014.
HSL color Cylindrical-coordinate representation of color #062CE5: hue angle of 229.78º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062CE5 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 44 | 229 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.10 |
| HSL | 229.78º | 0.95% | 0.46% | - |
| HSV(B) | 229.78º | 0.97% | 0.9% | - |
| XYZ | 15.12 | 7.5 | 74.78 | - |
| YUV | 53.73 | 226.91 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 229 | 0.97 | 0.81 | 0 | 0.10 | 229.78 | 0.95 | 0.46 |
| Hex | 6 | 2C | E5 | 61 | 51 | 0 | A | E6 | 5F | 2E |
| Octal | 6 | 54 | 345 | 141 | 121 | 0 | 12 | 346 | 137 | 56 |
| Binary | 110 | 101100 | 11100101 | 1100001 | 1010001 | 0 | 1010 | 11100110 | 1011111 | 101110 |
Color Harmonies of #062CE5
Complementary color
Monochromatic Colors of #062CE5
Black with #062CE5
Text Example
Text Example
White with #062CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062CE5; }
p { color: rgb(6,44,229); }
H1.HeaderClassName
{
color: #062CE5;
}
.AnyTagClassName
{
color: #062CE5;
}
</style>
background-color css
<style>
a { background-color: #062CE5; }
a { background-color: rgb(6,44,229); }
div.DivClassName
{
background-color: #062CE5;
}
.BgClassName
{
background-color: #062CE5;
}
</style>
border-color css
<style>
span { border-color: #062CE5; }
span { border-color: rgb(6,44,229); }
td.TdClassName
{
border-color: #062CE5;
}
.TagClassName
{
border-color: #062CE5;
}
</style>