Shades of Persian Blue #0637CF
Tints of Persian Blue #0637CF
RGB
CMYK
RGB Variations
Color information
#0637CF (or 0x0637CF) is known color: Persian Blue. HEX triplet: 06, 37 and CF. RGB value is (6,55,207). Sum of RGB (Red+Green+Blue) = 6+55+207=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #0637CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0637CF is #F9C830. Grayscale: #393939. Windows color (decimal): -16369713 or 13580038. OLE color: 13580038.
HSL color Cylindrical-coordinate representation of color #0637CF: hue angle of 225.37º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0637CF is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 55 | 207 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.19 |
| HSL | 225.37º | 0.94% | 0.42% | - |
| HSV(B) | 225.37º | 0.97% | 0.81% | - |
| XYZ | 12.7 | 7.28 | 59.77 | - |
| YUV | 57.68 | 212.27 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 207 | 0.97 | 0.73 | 0 | 0.19 | 225.37 | 0.94 | 0.42 |
| Hex | 6 | 37 | CF | 61 | 49 | 0 | 13 | E1 | 5E | 2A |
| Octal | 6 | 67 | 317 | 141 | 111 | 0 | 23 | 341 | 136 | 52 |
| Binary | 110 | 110111 | 11001111 | 1100001 | 1001001 | 0 | 10011 | 11100001 | 1011110 | 101010 |
Color Harmonies of #0637CF
Complementary color
Monochromatic Colors of #0637CF
Black with #0637CF
Text Example
Text Example
White with #0637CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0637CF; }
p { color: rgb(6,55,207); }
H1.HeaderClassName
{
color: #0637CF;
}
.AnyTagClassName
{
color: #0637CF;
}
</style>
background-color css
<style>
a { background-color: #0637CF; }
a { background-color: rgb(6,55,207); }
div.DivClassName
{
background-color: #0637CF;
}
.BgClassName
{
background-color: #0637CF;
}
</style>
border-color css
<style>
span { border-color: #0637CF; }
span { border-color: rgb(6,55,207); }
td.TdClassName
{
border-color: #0637CF;
}
.TagClassName
{
border-color: #0637CF;
}
</style>