Shades of Persian Blue #0631EC
Tints of Persian Blue #0631EC
RGB
CMYK
RGB Variations
Color information
#0631EC (or 0x0631EC) is known color: Persian Blue. HEX triplet: 06, 31 and EC. RGB value is (6,49,236). Sum of RGB (Red+Green+Blue) = 6+49+236=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 236 (92.58% from 255 or 81.10% from 291); Max value from RGB is 236 - color contains mainly: blue. Hex color #0631EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0631EC is #F9CE13. Grayscale: #383838. Windows color (decimal): -16371220 or 15479046. OLE color: 15479046.
HSL color Cylindrical-coordinate representation of color #0631EC: hue angle of 228.78º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0631EC is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 49 | 236 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.07 |
| HSL | 228.78º | 0.95% | 0.47% | - |
| HSV(B) | 228.78º | 0.97% | 0.93% | - |
| XYZ | 16.31 | 8.29 | 80.1 | - |
| YUV | 57.46 | 228.75 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 236 | 0.97 | 0.79 | 0 | 0.07 | 228.78 | 0.95 | 0.47 |
| Hex | 6 | 31 | EC | 61 | 4F | 0 | 7 | E5 | 5F | 2F |
| Octal | 6 | 61 | 354 | 141 | 117 | 0 | 7 | 345 | 137 | 57 |
| Binary | 110 | 110001 | 11101100 | 1100001 | 1001111 | 0 | 111 | 11100101 | 1011111 | 101111 |
Color Harmonies of #0631EC
Complementary color
Monochromatic Colors of #0631EC
Black with #0631EC
Text Example
Text Example
White with #0631EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0631EC; }
p { color: rgb(6,49,236); }
H1.HeaderClassName
{
color: #0631EC;
}
.AnyTagClassName
{
color: #0631EC;
}
</style>
background-color css
<style>
a { background-color: #0631EC; }
a { background-color: rgb(6,49,236); }
div.DivClassName
{
background-color: #0631EC;
}
.BgClassName
{
background-color: #0631EC;
}
</style>
border-color css
<style>
span { border-color: #0631EC; }
span { border-color: rgb(6,49,236); }
td.TdClassName
{
border-color: #0631EC;
}
.TagClassName
{
border-color: #0631EC;
}
</style>