Shades of Persian Blue #063BC5
Tints of Persian Blue #063BC5
RGB
CMYK
RGB Variations
Color information
#063BC5 (or 0x063BC5) is known color: Persian Blue. HEX triplet: 06, 3B and C5. RGB value is (6,59,197). Sum of RGB (Red+Green+Blue) = 6+59+197=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 197 (77.34% from 255 or 75.19% from 262); Max value from RGB is 197 - color contains mainly: blue. Hex color #063BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BC5 is #F9C43A. Grayscale: #3A3A3A. Windows color (decimal): -16368699 or 12925702. OLE color: 12925702.
HSL color Cylindrical-coordinate representation of color #063BC5: hue angle of 223.35º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BC5 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 59 | 197 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.23 |
| HSL | 223.35º | 0.94% | 0.4% | - |
| HSV(B) | 223.35º | 0.97% | 0.77% | - |
| XYZ | 11.72 | 7.2 | 53.6 | - |
| YUV | 58.89 | 205.94 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 197 | 0.97 | 0.70 | 0 | 0.23 | 223.35 | 0.94 | 0.4 |
| Hex | 6 | 3B | C5 | 61 | 46 | 0 | 17 | DF | 5E | 28 |
| Octal | 6 | 73 | 305 | 141 | 106 | 0 | 27 | 337 | 136 | 50 |
| Binary | 110 | 111011 | 11000101 | 1100001 | 1000110 | 0 | 10111 | 11011111 | 1011110 | 101000 |
Color Harmonies of #063BC5
Complementary color
Monochromatic Colors of #063BC5
Black with #063BC5
Text Example
Text Example
White with #063BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BC5; }
p { color: rgb(6,59,197); }
H1.HeaderClassName
{
color: #063BC5;
}
.AnyTagClassName
{
color: #063BC5;
}
</style>
background-color css
<style>
a { background-color: #063BC5; }
a { background-color: rgb(6,59,197); }
div.DivClassName
{
background-color: #063BC5;
}
.BgClassName
{
background-color: #063BC5;
}
</style>
border-color css
<style>
span { border-color: #063BC5; }
span { border-color: rgb(6,59,197); }
td.TdClassName
{
border-color: #063BC5;
}
.TagClassName
{
border-color: #063BC5;
}
</style>