Shades of Persian Blue #0637BD
Tints of Persian Blue #0637BD
RGB
CMYK
RGB Variations
Color information
#0637BD (or 0x0637BD) is known color: Persian Blue. HEX triplet: 06, 37 and BD. RGB value is (6,55,189). Sum of RGB (Red+Green+Blue) = 6+55+189=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #0637BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0637BD is #F9C842. Grayscale: #373737. Windows color (decimal): -16369731 or 12400390. OLE color: 12400390.
HSL color Cylindrical-coordinate representation of color #0637BD: hue angle of 223.93º 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 #0637BD is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 55 | 189 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.26 |
| HSL | 223.93º | 0.94% | 0.38% | - |
| HSV(B) | 223.93º | 0.97% | 0.74% | - |
| XYZ | 10.63 | 6.45 | 48.83 | - |
| YUV | 55.63 | 203.27 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 189 | 0.97 | 0.71 | 0 | 0.26 | 223.93 | 0.94 | 0.38 |
| Hex | 6 | 37 | BD | 61 | 47 | 0 | 1A | E0 | 5E | 26 |
| Octal | 6 | 67 | 275 | 141 | 107 | 0 | 32 | 340 | 136 | 46 |
| Binary | 110 | 110111 | 10111101 | 1100001 | 1000111 | 0 | 11010 | 11100000 | 1011110 | 100110 |
Color Harmonies of #0637BD
Complementary color
Monochromatic Colors of #0637BD
Black with #0637BD
Text Example
Text Example
White with #0637BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0637BD; }
p { color: rgb(6,55,189); }
H1.HeaderClassName
{
color: #0637BD;
}
.AnyTagClassName
{
color: #0637BD;
}
</style>
background-color css
<style>
a { background-color: #0637BD; }
a { background-color: rgb(6,55,189); }
div.DivClassName
{
background-color: #0637BD;
}
.BgClassName
{
background-color: #0637BD;
}
</style>
border-color css
<style>
span { border-color: #0637BD; }
span { border-color: rgb(6,55,189); }
td.TdClassName
{
border-color: #0637BD;
}
.TagClassName
{
border-color: #0637BD;
}
</style>