Shades of Persian Blue #0635BE
Tints of Persian Blue #0635BE
RGB
CMYK
RGB Variations
Color information
#0635BE (or 0x0635BE) is known color: Persian Blue. HEX triplet: 06, 35 and BE. RGB value is (6,53,190). Sum of RGB (Red+Green+Blue) = 6+53+190=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #0635BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0635BE is #F9CA41. Grayscale: #353535. Windows color (decimal): -16370242 or 12465414. OLE color: 12465414.
HSL color Cylindrical-coordinate representation of color #0635BE: hue angle of 224.67º 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 #0635BE is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 53 | 190 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.25 |
| HSL | 224.67º | 0.94% | 0.38% | - |
| HSV(B) | 224.67º | 0.97% | 0.75% | - |
| XYZ | 10.64 | 6.3 | 49.37 | - |
| YUV | 54.57 | 204.43 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 190 | 0.97 | 0.72 | 0 | 0.25 | 224.67 | 0.94 | 0.38 |
| Hex | 6 | 35 | BE | 61 | 48 | 0 | 19 | E1 | 5E | 26 |
| Octal | 6 | 65 | 276 | 141 | 110 | 0 | 31 | 341 | 136 | 46 |
| Binary | 110 | 110101 | 10111110 | 1100001 | 1001000 | 0 | 11001 | 11100001 | 1011110 | 100110 |
Color Harmonies of #0635BE
Complementary color
Monochromatic Colors of #0635BE
Black with #0635BE
Text Example
Text Example
White with #0635BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0635BE; }
p { color: rgb(6,53,190); }
H1.HeaderClassName
{
color: #0635BE;
}
.AnyTagClassName
{
color: #0635BE;
}
</style>
background-color css
<style>
a { background-color: #0635BE; }
a { background-color: rgb(6,53,190); }
div.DivClassName
{
background-color: #0635BE;
}
.BgClassName
{
background-color: #0635BE;
}
</style>
border-color css
<style>
span { border-color: #0635BE; }
span { border-color: rgb(6,53,190); }
td.TdClassName
{
border-color: #0635BE;
}
.TagClassName
{
border-color: #0635BE;
}
</style>