Shades of Persian Blue #0637CD
Tints of Persian Blue #0637CD
RGB
CMYK
RGB Variations
Color information
#0637CD (or 0x0637CD) is known color: Persian Blue. HEX triplet: 06, 37 and CD. RGB value is (6,55,205). Sum of RGB (Red+Green+Blue) = 6+55+205=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #0637CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0637CD is #F9C832. Grayscale: #383838. Windows color (decimal): -16369715 or 13448966. OLE color: 13448966.
HSL color Cylindrical-coordinate representation of color #0637CD: hue angle of 225.23º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0637CD is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 55 | 205 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.20 |
| HSL | 225.23º | 0.94% | 0.41% | - |
| HSV(B) | 225.23º | 0.97% | 0.8% | - |
| XYZ | 12.46 | 7.18 | 58.49 | - |
| YUV | 57.45 | 211.27 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 205 | 0.97 | 0.73 | 0 | 0.20 | 225.23 | 0.94 | 0.41 |
| Hex | 6 | 37 | CD | 61 | 49 | 0 | 14 | E1 | 5E | 29 |
| Octal | 6 | 67 | 315 | 141 | 111 | 0 | 24 | 341 | 136 | 51 |
| Binary | 110 | 110111 | 11001101 | 1100001 | 1001001 | 0 | 10100 | 11100001 | 1011110 | 101001 |
Color Harmonies of #0637CD
Complementary color
Monochromatic Colors of #0637CD
Black with #0637CD
Text Example
Text Example
White with #0637CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0637CD; }
p { color: rgb(6,55,205); }
H1.HeaderClassName
{
color: #0637CD;
}
.AnyTagClassName
{
color: #0637CD;
}
</style>
background-color css
<style>
a { background-color: #0637CD; }
a { background-color: rgb(6,55,205); }
div.DivClassName
{
background-color: #0637CD;
}
.BgClassName
{
background-color: #0637CD;
}
</style>
border-color css
<style>
span { border-color: #0637CD; }
span { border-color: rgb(6,55,205); }
td.TdClassName
{
border-color: #0637CD;
}
.TagClassName
{
border-color: #0637CD;
}
</style>