Shades of Persian Blue #0640CB
Tints of Persian Blue #0640CB
RGB
CMYK
RGB Variations
Color information
#0640CB (or 0x0640CB) is known color: Persian Blue. HEX triplet: 06, 40 and CB. RGB value is (6,64,203). Sum of RGB (Red+Green+Blue) = 6+64+203=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #0640CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0640CB is #F9BF34. Grayscale: #3D3D3D. Windows color (decimal): -16367413 or 13320198. OLE color: 13320198.
HSL color Cylindrical-coordinate representation of color #0640CB: hue angle of 222.34º 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 #0640CB is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 64 | 203 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.20 |
| HSL | 222.34º | 0.94% | 0.41% | - |
| HSV(B) | 222.34º | 0.97% | 0.8% | - |
| XYZ | 12.69 | 8.02 | 57.38 | - |
| YUV | 62.5 | 207.28 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 203 | 0.97 | 0.68 | 0 | 0.20 | 222.34 | 0.94 | 0.41 |
| Hex | 6 | 40 | CB | 61 | 44 | 0 | 14 | DE | 5E | 29 |
| Octal | 6 | 100 | 313 | 141 | 104 | 0 | 24 | 336 | 136 | 51 |
| Binary | 110 | 1000000 | 11001011 | 1100001 | 1000100 | 0 | 10100 | 11011110 | 1011110 | 101001 |
Color Harmonies of #0640CB
Complementary color
Monochromatic Colors of #0640CB
Black with #0640CB
Text Example
Text Example
White with #0640CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0640CB; }
p { color: rgb(6,64,203); }
H1.HeaderClassName
{
color: #0640CB;
}
.AnyTagClassName
{
color: #0640CB;
}
</style>
background-color css
<style>
a { background-color: #0640CB; }
a { background-color: rgb(6,64,203); }
div.DivClassName
{
background-color: #0640CB;
}
.BgClassName
{
background-color: #0640CB;
}
</style>
border-color css
<style>
span { border-color: #0640CB; }
span { border-color: rgb(6,64,203); }
td.TdClassName
{
border-color: #0640CB;
}
.TagClassName
{
border-color: #0640CB;
}
</style>