Shades of Persian Blue #0631BE
Tints of Persian Blue #0631BE
RGB
CMYK
RGB Variations
Color information
#0631BE (or 0x0631BE) is known color: Persian Blue. HEX triplet: 06, 31 and BE. RGB value is (6,49,190). Sum of RGB (Red+Green+Blue) = 6+49+190=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #0631BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0631BE is #F9CE41. Grayscale: #333333. Windows color (decimal): -16371266 or 12464390. OLE color: 12464390.
HSL color Cylindrical-coordinate representation of color #0631BE: hue angle of 225.98º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0631BE is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 49 | 190 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.25 |
| HSL | 225.98º | 0.94% | 0.38% | - |
| HSV(B) | 225.98º | 0.97% | 0.75% | - |
| XYZ | 10.47 | 5.95 | 49.31 | - |
| YUV | 52.22 | 205.75 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 190 | 0.97 | 0.74 | 0 | 0.25 | 225.98 | 0.94 | 0.38 |
| Hex | 6 | 31 | BE | 61 | 4A | 0 | 19 | E2 | 5E | 26 |
| Octal | 6 | 61 | 276 | 141 | 112 | 0 | 31 | 342 | 136 | 46 |
| Binary | 110 | 110001 | 10111110 | 1100001 | 1001010 | 0 | 11001 | 11100010 | 1011110 | 100110 |
Color Harmonies of #0631BE
Complementary color
Monochromatic Colors of #0631BE
Black with #0631BE
Text Example
Text Example
White with #0631BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0631BE; }
p { color: rgb(6,49,190); }
H1.HeaderClassName
{
color: #0631BE;
}
.AnyTagClassName
{
color: #0631BE;
}
</style>
background-color css
<style>
a { background-color: #0631BE; }
a { background-color: rgb(6,49,190); }
div.DivClassName
{
background-color: #0631BE;
}
.BgClassName
{
background-color: #0631BE;
}
</style>
border-color css
<style>
span { border-color: #0631BE; }
span { border-color: rgb(6,49,190); }
td.TdClassName
{
border-color: #0631BE;
}
.TagClassName
{
border-color: #0631BE;
}
</style>