Shades of Persian Blue #062BDA
Tints of Persian Blue #062BDA
RGB
CMYK
RGB Variations
Color information
#062BDA (or 0x062BDA) is known color: Persian Blue. HEX triplet: 06, 2B and DA. RGB value is (6,43,218). Sum of RGB (Red+Green+Blue) = 6+43+218=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #062BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062BDA is #F9D425. Grayscale: #333333. Windows color (decimal): -16372774 or 14297862. OLE color: 14297862.
HSL color Cylindrical-coordinate representation of color #062BDA: hue angle of 229.53º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062BDA is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 43 | 218 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.15 |
| HSL | 229.53º | 0.95% | 0.44% | - |
| HSV(B) | 229.53º | 0.97% | 0.85% | - |
| XYZ | 13.59 | 6.83 | 66.93 | - |
| YUV | 51.89 | 221.74 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 218 | 0.97 | 0.80 | 0 | 0.15 | 229.53 | 0.95 | 0.44 |
| Hex | 6 | 2B | DA | 61 | 50 | 0 | F | E6 | 5F | 2C |
| Octal | 6 | 53 | 332 | 141 | 120 | 0 | 17 | 346 | 137 | 54 |
| Binary | 110 | 101011 | 11011010 | 1100001 | 1010000 | 0 | 1111 | 11100110 | 1011111 | 101100 |
Color Harmonies of #062BDA
Complementary color
Monochromatic Colors of #062BDA
Black with #062BDA
Text Example
Text Example
White with #062BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062BDA; }
p { color: rgb(6,43,218); }
H1.HeaderClassName
{
color: #062BDA;
}
.AnyTagClassName
{
color: #062BDA;
}
</style>
background-color css
<style>
a { background-color: #062BDA; }
a { background-color: rgb(6,43,218); }
div.DivClassName
{
background-color: #062BDA;
}
.BgClassName
{
background-color: #062BDA;
}
</style>
border-color css
<style>
span { border-color: #062BDA; }
span { border-color: rgb(6,43,218); }
td.TdClassName
{
border-color: #062BDA;
}
.TagClassName
{
border-color: #062BDA;
}
</style>