Shades of Persian Blue #062EDF
Tints of Persian Blue #062EDF
RGB
CMYK
RGB Variations
Color information
#062EDF (or 0x062EDF) is known color: Persian Blue. HEX triplet: 06, 2E and DF. RGB value is (6,46,223). Sum of RGB (Red+Green+Blue) = 6+46+223=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #062EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EDF is #F9D120. Grayscale: #353535. Windows color (decimal): -16372001 or 14626310. OLE color: 14626310.
HSL color Cylindrical-coordinate representation of color #062EDF: hue angle of 228.94º 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 #062EDF is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 46 | 223 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.13 |
| HSL | 228.94º | 0.95% | 0.45% | - |
| HSV(B) | 228.94º | 0.97% | 0.87% | - |
| XYZ | 14.37 | 7.32 | 70.47 | - |
| YUV | 54.22 | 223.25 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 223 | 0.97 | 0.79 | 0 | 0.13 | 228.94 | 0.95 | 0.45 |
| Hex | 6 | 2E | DF | 61 | 4F | 0 | D | E5 | 5F | 2D |
| Octal | 6 | 56 | 337 | 141 | 117 | 0 | 15 | 345 | 137 | 55 |
| Binary | 110 | 101110 | 11011111 | 1100001 | 1001111 | 0 | 1101 | 11100101 | 1011111 | 101101 |
Color Harmonies of #062EDF
Complementary color
Monochromatic Colors of #062EDF
Black with #062EDF
Text Example
Text Example
White with #062EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062EDF; }
p { color: rgb(6,46,223); }
H1.HeaderClassName
{
color: #062EDF;
}
.AnyTagClassName
{
color: #062EDF;
}
</style>
background-color css
<style>
a { background-color: #062EDF; }
a { background-color: rgb(6,46,223); }
div.DivClassName
{
background-color: #062EDF;
}
.BgClassName
{
background-color: #062EDF;
}
</style>
border-color css
<style>
span { border-color: #062EDF; }
span { border-color: rgb(6,46,223); }
td.TdClassName
{
border-color: #062EDF;
}
.TagClassName
{
border-color: #062EDF;
}
</style>