Shades of Persian Blue #0637CE
Tints of Persian Blue #0637CE
RGB
CMYK
RGB Variations
Color information
#0637CE (or 0x0637CE) is known color: Persian Blue. HEX triplet: 06, 37 and CE. RGB value is (6,55,206). Sum of RGB (Red+Green+Blue) = 6+55+206=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #0637CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0637CE is #F9C831. Grayscale: #383838. Windows color (decimal): -16369714 or 13514502. OLE color: 13514502.
HSL color Cylindrical-coordinate representation of color #0637CE: hue angle of 225.3º 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 #0637CE is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 55 | 206 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.19 |
| HSL | 225.3º | 0.94% | 0.42% | - |
| HSV(B) | 225.3º | 0.97% | 0.81% | - |
| XYZ | 12.58 | 7.23 | 59.12 | - |
| YUV | 57.56 | 211.77 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 206 | 0.97 | 0.73 | 0 | 0.19 | 225.3 | 0.94 | 0.42 |
| Hex | 6 | 37 | CE | 61 | 49 | 0 | 13 | E1 | 5E | 2A |
| Octal | 6 | 67 | 316 | 141 | 111 | 0 | 23 | 341 | 136 | 52 |
| Binary | 110 | 110111 | 11001110 | 1100001 | 1001001 | 0 | 10011 | 11100001 | 1011110 | 101010 |
Color Harmonies of #0637CE
Complementary color
Monochromatic Colors of #0637CE
Black with #0637CE
Text Example
Text Example
White with #0637CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0637CE; }
p { color: rgb(6,55,206); }
H1.HeaderClassName
{
color: #0637CE;
}
.AnyTagClassName
{
color: #0637CE;
}
</style>
background-color css
<style>
a { background-color: #0637CE; }
a { background-color: rgb(6,55,206); }
div.DivClassName
{
background-color: #0637CE;
}
.BgClassName
{
background-color: #0637CE;
}
</style>
border-color css
<style>
span { border-color: #0637CE; }
span { border-color: rgb(6,55,206); }
td.TdClassName
{
border-color: #0637CE;
}
.TagClassName
{
border-color: #0637CE;
}
</style>