Shades of Persian Blue #062FDB
Tints of Persian Blue #062FDB
RGB
CMYK
RGB Variations
Color information
#062FDB (or 0x062FDB) is known color: Persian Blue. HEX triplet: 06, 2F and DB. RGB value is (6,47,219). Sum of RGB (Red+Green+Blue) = 6+47+219=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #062FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FDB is #F9D024. Grayscale: #353535. Windows color (decimal): -16371749 or 14364422. OLE color: 14364422.
HSL color Cylindrical-coordinate representation of color #062FDB: hue angle of 228.45º 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 #062FDB is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 47 | 219 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.14 |
| HSL | 228.45º | 0.95% | 0.44% | - |
| HSV(B) | 228.45º | 0.97% | 0.86% | - |
| XYZ | 13.88 | 7.19 | 67.67 | - |
| YUV | 54.35 | 220.92 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 219 | 0.97 | 0.79 | 0 | 0.14 | 228.45 | 0.95 | 0.44 |
| Hex | 6 | 2F | DB | 61 | 4F | 0 | E | E4 | 5F | 2C |
| Octal | 6 | 57 | 333 | 141 | 117 | 0 | 16 | 344 | 137 | 54 |
| Binary | 110 | 101111 | 11011011 | 1100001 | 1001111 | 0 | 1110 | 11100100 | 1011111 | 101100 |
Color Harmonies of #062FDB
Complementary color
Monochromatic Colors of #062FDB
Black with #062FDB
Text Example
Text Example
White with #062FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062FDB; }
p { color: rgb(6,47,219); }
H1.HeaderClassName
{
color: #062FDB;
}
.AnyTagClassName
{
color: #062FDB;
}
</style>
background-color css
<style>
a { background-color: #062FDB; }
a { background-color: rgb(6,47,219); }
div.DivClassName
{
background-color: #062FDB;
}
.BgClassName
{
background-color: #062FDB;
}
</style>
border-color css
<style>
span { border-color: #062FDB; }
span { border-color: rgb(6,47,219); }
td.TdClassName
{
border-color: #062FDB;
}
.TagClassName
{
border-color: #062FDB;
}
</style>