Shades of Persian Blue #062BDF
Tints of Persian Blue #062BDF
RGB
CMYK
RGB Variations
Color information
#062BDF (or 0x062BDF) is known color: Persian Blue. HEX triplet: 06, 2B and DF. RGB value is (6,43,223). Sum of RGB (Red+Green+Blue) = 6+43+223=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #062BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062BDF is #F9D420. Grayscale: #333333. Windows color (decimal): -16372769 or 14625542. OLE color: 14625542.
HSL color Cylindrical-coordinate representation of color #062BDF: hue angle of 229.77º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062BDF is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 43 | 223 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.13 |
| HSL | 229.77º | 0.95% | 0.45% | - |
| HSV(B) | 229.77º | 0.97% | 0.87% | - |
| XYZ | 14.26 | 7.09 | 70.43 | - |
| YUV | 52.46 | 224.24 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 223 | 0.97 | 0.81 | 0 | 0.13 | 229.77 | 0.95 | 0.45 |
| Hex | 6 | 2B | DF | 61 | 51 | 0 | D | E6 | 5F | 2D |
| Octal | 6 | 53 | 337 | 141 | 121 | 0 | 15 | 346 | 137 | 55 |
| Binary | 110 | 101011 | 11011111 | 1100001 | 1010001 | 0 | 1101 | 11100110 | 1011111 | 101101 |
Color Harmonies of #062BDF
Complementary color
Monochromatic Colors of #062BDF
Black with #062BDF
Text Example
Text Example
White with #062BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062BDF; }
p { color: rgb(6,43,223); }
H1.HeaderClassName
{
color: #062BDF;
}
.AnyTagClassName
{
color: #062BDF;
}
</style>
background-color css
<style>
a { background-color: #062BDF; }
a { background-color: rgb(6,43,223); }
div.DivClassName
{
background-color: #062BDF;
}
.BgClassName
{
background-color: #062BDF;
}
</style>
border-color css
<style>
span { border-color: #062BDF; }
span { border-color: rgb(6,43,223); }
td.TdClassName
{
border-color: #062BDF;
}
.TagClassName
{
border-color: #062BDF;
}
</style>