Shades of Persian Blue #062AD2
Tints of Persian Blue #062AD2
RGB
CMYK
RGB Variations
Color information
#062AD2 (or 0x062AD2) is known color: Persian Blue. HEX triplet: 06, 2A and D2. RGB value is (6,42,210). Sum of RGB (Red+Green+Blue) = 6+42+210=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 210 (82.42% from 255 or 81.40% from 258); Max value from RGB is 210 - color contains mainly: blue. Hex color #062AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062AD2 is #F9D52D. Grayscale: #313131. Windows color (decimal): -16373038 or 13773318. OLE color: 13773318.
HSL color Cylindrical-coordinate representation of color #062AD2: hue angle of 229.41º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062AD2 is Cyan = 0.97, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 42 | 210 | - |
| CMYK | 0.97 | 0.8 | 0 | 0.18 |
| HSL | 229.41º | 0.94% | 0.42% | - |
| HSV(B) | 229.41º | 0.97% | 0.82% | - |
| XYZ | 12.54 | 6.35 | 61.54 | - |
| YUV | 50.39 | 218.07 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 210 | 0.97 | 0.8 | 0 | 0.18 | 229.41 | 0.94 | 0.42 |
| Hex | 6 | 2A | D2 | 61 | 50 | 0 | 12 | E5 | 5E | 2A |
| Octal | 6 | 52 | 322 | 141 | 120 | 0 | 22 | 345 | 136 | 52 |
| Binary | 110 | 101010 | 11010010 | 1100001 | 1010000 | 0 | 10010 | 11100101 | 1011110 | 101010 |
Color Harmonies of #062AD2
Complementary color
Monochromatic Colors of #062AD2
Black with #062AD2
Text Example
Text Example
White with #062AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062AD2; }
p { color: rgb(6,42,210); }
H1.HeaderClassName
{
color: #062AD2;
}
.AnyTagClassName
{
color: #062AD2;
}
</style>
background-color css
<style>
a { background-color: #062AD2; }
a { background-color: rgb(6,42,210); }
div.DivClassName
{
background-color: #062AD2;
}
.BgClassName
{
background-color: #062AD2;
}
</style>
border-color css
<style>
span { border-color: #062AD2; }
span { border-color: rgb(6,42,210); }
td.TdClassName
{
border-color: #062AD2;
}
.TagClassName
{
border-color: #062AD2;
}
</style>