Shades of Persian Blue #063ACB
Tints of Persian Blue #063ACB
RGB
CMYK
RGB Variations
Color information
#063ACB (or 0x063ACB) is known color: Persian Blue. HEX triplet: 06, 3A and CB. RGB value is (6,58,203). Sum of RGB (Red+Green+Blue) = 6+58+203=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #063ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063ACB is #F9C534. Grayscale: #3A3A3A. Windows color (decimal): -16368949 or 13318662. OLE color: 13318662.
HSL color Cylindrical-coordinate representation of color #063ACB: hue angle of 224.16º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063ACB is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 58 | 203 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.20 |
| HSL | 224.16º | 0.94% | 0.41% | - |
| HSV(B) | 224.16º | 0.97% | 0.8% | - |
| XYZ | 12.37 | 7.38 | 57.27 | - |
| YUV | 58.98 | 209.27 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 203 | 0.97 | 0.71 | 0 | 0.20 | 224.16 | 0.94 | 0.41 |
| Hex | 6 | 3A | CB | 61 | 47 | 0 | 14 | E0 | 5E | 29 |
| Octal | 6 | 72 | 313 | 141 | 107 | 0 | 24 | 340 | 136 | 51 |
| Binary | 110 | 111010 | 11001011 | 1100001 | 1000111 | 0 | 10100 | 11100000 | 1011110 | 101001 |
Color Harmonies of #063ACB
Complementary color
Monochromatic Colors of #063ACB
Black with #063ACB
Text Example
Text Example
White with #063ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063ACB; }
p { color: rgb(6,58,203); }
H1.HeaderClassName
{
color: #063ACB;
}
.AnyTagClassName
{
color: #063ACB;
}
</style>
background-color css
<style>
a { background-color: #063ACB; }
a { background-color: rgb(6,58,203); }
div.DivClassName
{
background-color: #063ACB;
}
.BgClassName
{
background-color: #063ACB;
}
</style>
border-color css
<style>
span { border-color: #063ACB; }
span { border-color: rgb(6,58,203); }
td.TdClassName
{
border-color: #063ACB;
}
.TagClassName
{
border-color: #063ACB;
}
</style>