Shades of Persian Blue #0639BC
Tints of Persian Blue #0639BC
RGB
CMYK
RGB Variations
Color information
#0639BC (or 0x0639BC) is known color: Persian Blue. HEX triplet: 06, 39 and BC. RGB value is (6,57,188). Sum of RGB (Red+Green+Blue) = 6+57+188=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #0639BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0639BC is #F9C643. Grayscale: #383838. Windows color (decimal): -16369220 or 12335366. OLE color: 12335366.
HSL color Cylindrical-coordinate representation of color #0639BC: hue angle of 223.19º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0639BC is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 57 | 188 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.26 |
| HSL | 223.19º | 0.94% | 0.38% | - |
| HSV(B) | 223.19º | 0.97% | 0.74% | - |
| XYZ | 10.62 | 6.6 | 48.29 | - |
| YUV | 56.69 | 202.1 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 57 | 188 | 0.97 | 0.70 | 0 | 0.26 | 223.19 | 0.94 | 0.38 |
| Hex | 6 | 39 | BC | 61 | 46 | 0 | 1A | DF | 5E | 26 |
| Octal | 6 | 71 | 274 | 141 | 106 | 0 | 32 | 337 | 136 | 46 |
| Binary | 110 | 111001 | 10111100 | 1100001 | 1000110 | 0 | 11010 | 11011111 | 1011110 | 100110 |
Color Harmonies of #0639BC
Complementary color
Monochromatic Colors of #0639BC
Black with #0639BC
Text Example
Text Example
White with #0639BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0639BC; }
p { color: rgb(6,57,188); }
H1.HeaderClassName
{
color: #0639BC;
}
.AnyTagClassName
{
color: #0639BC;
}
</style>
background-color css
<style>
a { background-color: #0639BC; }
a { background-color: rgb(6,57,188); }
div.DivClassName
{
background-color: #0639BC;
}
.BgClassName
{
background-color: #0639BC;
}
</style>
border-color css
<style>
span { border-color: #0639BC; }
span { border-color: rgb(6,57,188); }
td.TdClassName
{
border-color: #0639BC;
}
.TagClassName
{
border-color: #0639BC;
}
</style>