Shades of Persian Blue #063BEA
Tints of Persian Blue #063BEA
RGB
CMYK
RGB Variations
Color information
#063BEA (or 0x063BEA) is known color: Persian Blue. HEX triplet: 06, 3B and EA. RGB value is (6,59,234). Sum of RGB (Red+Green+Blue) = 6+59+234=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #063BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063BEA is #F9C415. Grayscale: #3E3E3E. Windows color (decimal): -16368662 or 15350534. OLE color: 15350534.
HSL color Cylindrical-coordinate representation of color #063BEA: hue angle of 226.05º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063BEA is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 59 | 234 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.08 |
| HSL | 226.05º | 0.95% | 0.47% | - |
| HSV(B) | 226.05º | 0.97% | 0.92% | - |
| XYZ | 16.49 | 9.11 | 78.73 | - |
| YUV | 63.1 | 224.44 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 234 | 0.97 | 0.75 | 0 | 0.08 | 226.05 | 0.95 | 0.47 |
| Hex | 6 | 3B | EA | 61 | 4B | 0 | 8 | E2 | 5F | 2F |
| Octal | 6 | 73 | 352 | 141 | 113 | 0 | 10 | 342 | 137 | 57 |
| Binary | 110 | 111011 | 11101010 | 1100001 | 1001011 | 0 | 1000 | 11100010 | 1011111 | 101111 |
Color Harmonies of #063BEA
Complementary color
Monochromatic Colors of #063BEA
Black with #063BEA
Text Example
Text Example
White with #063BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063BEA; }
p { color: rgb(6,59,234); }
H1.HeaderClassName
{
color: #063BEA;
}
.AnyTagClassName
{
color: #063BEA;
}
</style>
background-color css
<style>
a { background-color: #063BEA; }
a { background-color: rgb(6,59,234); }
div.DivClassName
{
background-color: #063BEA;
}
.BgClassName
{
background-color: #063BEA;
}
</style>
border-color css
<style>
span { border-color: #063BEA; }
span { border-color: rgb(6,59,234); }
td.TdClassName
{
border-color: #063BEA;
}
.TagClassName
{
border-color: #063BEA;
}
</style>