Shades of Persian Blue #063BC0
Tints of Persian Blue #063BC0
RGB
CMYK
RGB Variations
Color information
#063BC0 (or 0x063BC0) is known color: Persian Blue. HEX triplet: 06, 3B and C0. RGB value is (6,59,192). Sum of RGB (Red+Green+Blue) = 6+59+192=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 192 (75.39% from 255 or 74.71% from 257); Max value from RGB is 192 - color contains mainly: blue. Hex color #063BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BC0 is #F9C43F. Grayscale: #393939. Windows color (decimal): -16368704 or 12598022. OLE color: 12598022.
HSL color Cylindrical-coordinate representation of color #063BC0: hue angle of 222.9º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BC0 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 59 | 192 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.25 |
| HSL | 222.9º | 0.94% | 0.39% | - |
| HSV(B) | 222.9º | 0.97% | 0.75% | - |
| XYZ | 11.15 | 6.97 | 50.63 | - |
| YUV | 58.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 192 | 0.97 | 0.69 | 0 | 0.25 | 222.9 | 0.94 | 0.39 |
| Hex | 6 | 3B | C0 | 61 | 45 | 0 | 19 | DF | 5E | 27 |
| Octal | 6 | 73 | 300 | 141 | 105 | 0 | 31 | 337 | 136 | 47 |
| Binary | 110 | 111011 | 11000000 | 1100001 | 1000101 | 0 | 11001 | 11011111 | 1011110 | 100111 |
Color Harmonies of #063BC0
Complementary color
Monochromatic Colors of #063BC0
Black with #063BC0
Text Example
Text Example
White with #063BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BC0; }
p { color: rgb(6,59,192); }
H1.HeaderClassName
{
color: #063BC0;
}
.AnyTagClassName
{
color: #063BC0;
}
</style>
background-color css
<style>
a { background-color: #063BC0; }
a { background-color: rgb(6,59,192); }
div.DivClassName
{
background-color: #063BC0;
}
.BgClassName
{
background-color: #063BC0;
}
</style>
border-color css
<style>
span { border-color: #063BC0; }
span { border-color: rgb(6,59,192); }
td.TdClassName
{
border-color: #063BC0;
}
.TagClassName
{
border-color: #063BC0;
}
</style>