Shades of Persian Blue #062DDB
Tints of Persian Blue #062DDB
RGB
CMYK
RGB Variations
Color information
#062DDB (or 0x062DDB) is known color: Persian Blue. HEX triplet: 06, 2D and DB. RGB value is (6,45,219). Sum of RGB (Red+Green+Blue) = 6+45+219=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #062DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DDB is #F9D224. Grayscale: #343434. Windows color (decimal): -16372261 or 14363910. OLE color: 14363910.
HSL color Cylindrical-coordinate representation of color #062DDB: hue angle of 229.01º 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 #062DDB is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 45 | 219 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.14 |
| HSL | 229.01º | 0.95% | 0.44% | - |
| HSV(B) | 229.01º | 0.97% | 0.86% | - |
| XYZ | 13.8 | 7.03 | 67.65 | - |
| YUV | 53.18 | 221.58 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 219 | 0.97 | 0.79 | 0 | 0.14 | 229.01 | 0.95 | 0.44 |
| Hex | 6 | 2D | DB | 61 | 4F | 0 | E | E5 | 5F | 2C |
| Octal | 6 | 55 | 333 | 141 | 117 | 0 | 16 | 345 | 137 | 54 |
| Binary | 110 | 101101 | 11011011 | 1100001 | 1001111 | 0 | 1110 | 11100101 | 1011111 | 101100 |
Color Harmonies of #062DDB
Complementary color
Monochromatic Colors of #062DDB
Black with #062DDB
Text Example
Text Example
White with #062DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062DDB; }
p { color: rgb(6,45,219); }
H1.HeaderClassName
{
color: #062DDB;
}
.AnyTagClassName
{
color: #062DDB;
}
</style>
background-color css
<style>
a { background-color: #062DDB; }
a { background-color: rgb(6,45,219); }
div.DivClassName
{
background-color: #062DDB;
}
.BgClassName
{
background-color: #062DDB;
}
</style>
border-color css
<style>
span { border-color: #062DDB; }
span { border-color: rgb(6,45,219); }
td.TdClassName
{
border-color: #062DDB;
}
.TagClassName
{
border-color: #062DDB;
}
</style>