Shades of Persian Blue #0635BD
Tints of Persian Blue #0635BD
RGB
CMYK
RGB Variations
Color information
#0635BD (or 0x0635BD) is known color: Persian Blue. HEX triplet: 06, 35 and BD. RGB value is (6,53,189). Sum of RGB (Red+Green+Blue) = 6+53+189=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #0635BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0635BD is #F9CA42. Grayscale: #353535. Windows color (decimal): -16370243 or 12399878. OLE color: 12399878.
HSL color Cylindrical-coordinate representation of color #0635BD: hue angle of 224.59º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0635BD is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 53 | 189 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.26 |
| HSL | 224.59º | 0.94% | 0.38% | - |
| HSV(B) | 224.59º | 0.97% | 0.74% | - |
| XYZ | 10.53 | 6.26 | 48.8 | - |
| YUV | 54.45 | 203.93 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 189 | 0.97 | 0.72 | 0 | 0.26 | 224.59 | 0.94 | 0.38 |
| Hex | 6 | 35 | BD | 61 | 48 | 0 | 1A | E1 | 5E | 26 |
| Octal | 6 | 65 | 275 | 141 | 110 | 0 | 32 | 341 | 136 | 46 |
| Binary | 110 | 110101 | 10111101 | 1100001 | 1001000 | 0 | 11010 | 11100001 | 1011110 | 100110 |
Color Harmonies of #0635BD
Complementary color
Monochromatic Colors of #0635BD
Black with #0635BD
Text Example
Text Example
White with #0635BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0635BD; }
p { color: rgb(6,53,189); }
H1.HeaderClassName
{
color: #0635BD;
}
.AnyTagClassName
{
color: #0635BD;
}
</style>
background-color css
<style>
a { background-color: #0635BD; }
a { background-color: rgb(6,53,189); }
div.DivClassName
{
background-color: #0635BD;
}
.BgClassName
{
background-color: #0635BD;
}
</style>
border-color css
<style>
span { border-color: #0635BD; }
span { border-color: rgb(6,53,189); }
td.TdClassName
{
border-color: #0635BD;
}
.TagClassName
{
border-color: #0635BD;
}
</style>