Shades of Persian Blue #062EDB
Tints of Persian Blue #062EDB
RGB
CMYK
RGB Variations
Color information
#062EDB (or 0x062EDB) is known color: Persian Blue. HEX triplet: 06, 2E and DB. RGB value is (6,46,219). Sum of RGB (Red+Green+Blue) = 6+46+219=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #062EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EDB is #F9D124. Grayscale: #353535. Windows color (decimal): -16372005 or 14364166. OLE color: 14364166.
HSL color Cylindrical-coordinate representation of color #062EDB: hue angle of 228.73º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EDB is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 46 | 219 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.14 |
| HSL | 228.73º | 0.95% | 0.44% | - |
| HSV(B) | 228.73º | 0.97% | 0.86% | - |
| XYZ | 13.84 | 7.11 | 67.66 | - |
| YUV | 53.76 | 221.25 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 219 | 0.97 | 0.79 | 0 | 0.14 | 228.73 | 0.95 | 0.44 |
| Hex | 6 | 2E | DB | 61 | 4F | 0 | E | E5 | 5F | 2C |
| Octal | 6 | 56 | 333 | 141 | 117 | 0 | 16 | 345 | 137 | 54 |
| Binary | 110 | 101110 | 11011011 | 1100001 | 1001111 | 0 | 1110 | 11100101 | 1011111 | 101100 |
Color Harmonies of #062EDB
Complementary color
Monochromatic Colors of #062EDB
Black with #062EDB
Text Example
Text Example
White with #062EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062EDB; }
p { color: rgb(6,46,219); }
H1.HeaderClassName
{
color: #062EDB;
}
.AnyTagClassName
{
color: #062EDB;
}
</style>
background-color css
<style>
a { background-color: #062EDB; }
a { background-color: rgb(6,46,219); }
div.DivClassName
{
background-color: #062EDB;
}
.BgClassName
{
background-color: #062EDB;
}
</style>
border-color css
<style>
span { border-color: #062EDB; }
span { border-color: rgb(6,46,219); }
td.TdClassName
{
border-color: #062EDB;
}
.TagClassName
{
border-color: #062EDB;
}
</style>