Shades of Persian Blue #062BDB
Tints of Persian Blue #062BDB
RGB
CMYK
RGB Variations
Color information
#062BDB (or 0x062BDB) is known color: Persian Blue. HEX triplet: 06, 2B and DB. RGB value is (6,43,219). Sum of RGB (Red+Green+Blue) = 6+43+219=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #062BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062BDB is #F9D424. Grayscale: #333333. Windows color (decimal): -16372773 or 14363398. OLE color: 14363398.
HSL color Cylindrical-coordinate representation of color #062BDB: hue angle of 229.58º 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 #062BDB is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 43 | 219 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.14 |
| HSL | 229.58º | 0.95% | 0.44% | - |
| HSV(B) | 229.58º | 0.97% | 0.86% | - |
| XYZ | 13.73 | 6.88 | 67.62 | - |
| YUV | 52 | 222.24 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 219 | 0.97 | 0.80 | 0 | 0.14 | 229.58 | 0.95 | 0.44 |
| Hex | 6 | 2B | DB | 61 | 50 | 0 | E | E6 | 5F | 2C |
| Octal | 6 | 53 | 333 | 141 | 120 | 0 | 16 | 346 | 137 | 54 |
| Binary | 110 | 101011 | 11011011 | 1100001 | 1010000 | 0 | 1110 | 11100110 | 1011111 | 101100 |
Color Harmonies of #062BDB
Complementary color
Monochromatic Colors of #062BDB
Black with #062BDB
Text Example
Text Example
White with #062BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062BDB; }
p { color: rgb(6,43,219); }
H1.HeaderClassName
{
color: #062BDB;
}
.AnyTagClassName
{
color: #062BDB;
}
</style>
background-color css
<style>
a { background-color: #062BDB; }
a { background-color: rgb(6,43,219); }
div.DivClassName
{
background-color: #062BDB;
}
.BgClassName
{
background-color: #062BDB;
}
</style>
border-color css
<style>
span { border-color: #062BDB; }
span { border-color: rgb(6,43,219); }
td.TdClassName
{
border-color: #062BDB;
}
.TagClassName
{
border-color: #062BDB;
}
</style>