Shades of Persian Blue #0637CB
Tints of Persian Blue #0637CB
RGB
CMYK
RGB Variations
Color information
#0637CB (or 0x0637CB) is known color: Persian Blue. HEX triplet: 06, 37 and CB. RGB value is (6,55,203). Sum of RGB (Red+Green+Blue) = 6+55+203=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #0637CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0637CB is #F9C834. Grayscale: #383838. Windows color (decimal): -16369717 or 13317894. OLE color: 13317894.
HSL color Cylindrical-coordinate representation of color #0637CB: hue angle of 225.08º 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 #0637CB is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 55 | 203 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.20 |
| HSL | 225.08º | 0.94% | 0.41% | - |
| HSV(B) | 225.08º | 0.97% | 0.8% | - |
| XYZ | 12.22 | 7.08 | 57.22 | - |
| YUV | 57.22 | 210.27 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 203 | 0.97 | 0.73 | 0 | 0.20 | 225.08 | 0.94 | 0.41 |
| Hex | 6 | 37 | CB | 61 | 49 | 0 | 14 | E1 | 5E | 29 |
| Octal | 6 | 67 | 313 | 141 | 111 | 0 | 24 | 341 | 136 | 51 |
| Binary | 110 | 110111 | 11001011 | 1100001 | 1001001 | 0 | 10100 | 11100001 | 1011110 | 101001 |
Color Harmonies of #0637CB
Complementary color
Monochromatic Colors of #0637CB
Black with #0637CB
Text Example
Text Example
White with #0637CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0637CB; }
p { color: rgb(6,55,203); }
H1.HeaderClassName
{
color: #0637CB;
}
.AnyTagClassName
{
color: #0637CB;
}
</style>
background-color css
<style>
a { background-color: #0637CB; }
a { background-color: rgb(6,55,203); }
div.DivClassName
{
background-color: #0637CB;
}
.BgClassName
{
background-color: #0637CB;
}
</style>
border-color css
<style>
span { border-color: #0637CB; }
span { border-color: rgb(6,55,203); }
td.TdClassName
{
border-color: #0637CB;
}
.TagClassName
{
border-color: #0637CB;
}
</style>