Shades of Persian Blue #063BBF
Tints of Persian Blue #063BBF
RGB
CMYK
RGB Variations
Color information
#063BBF (or 0x063BBF) is known color: Persian Blue. HEX triplet: 06, 3B and BF. RGB value is (6,59,191). Sum of RGB (Red+Green+Blue) = 6+59+191=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #063BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063BBF is #F9C440. Grayscale: #393939. Windows color (decimal): -16368705 or 12532486. OLE color: 12532486.
HSL color Cylindrical-coordinate representation of color #063BBF: hue angle of 222.81º 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 #063BBF is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 59 | 191 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.25 |
| HSL | 222.81º | 0.94% | 0.39% | - |
| HSV(B) | 222.81º | 0.97% | 0.75% | - |
| XYZ | 11.04 | 6.93 | 50.05 | - |
| YUV | 58.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 191 | 0.97 | 0.69 | 0 | 0.25 | 222.81 | 0.94 | 0.39 |
| Hex | 6 | 3B | BF | 61 | 45 | 0 | 19 | DF | 5E | 27 |
| Octal | 6 | 73 | 277 | 141 | 105 | 0 | 31 | 337 | 136 | 47 |
| Binary | 110 | 111011 | 10111111 | 1100001 | 1000101 | 0 | 11001 | 11011111 | 1011110 | 100111 |
Color Harmonies of #063BBF
Complementary color
Monochromatic Colors of #063BBF
Black with #063BBF
Text Example
Text Example
White with #063BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BBF; }
p { color: rgb(6,59,191); }
H1.HeaderClassName
{
color: #063BBF;
}
.AnyTagClassName
{
color: #063BBF;
}
</style>
background-color css
<style>
a { background-color: #063BBF; }
a { background-color: rgb(6,59,191); }
div.DivClassName
{
background-color: #063BBF;
}
.BgClassName
{
background-color: #063BBF;
}
</style>
border-color css
<style>
span { border-color: #063BBF; }
span { border-color: rgb(6,59,191); }
td.TdClassName
{
border-color: #063BBF;
}
.TagClassName
{
border-color: #063BBF;
}
</style>