Shades of Persian Blue #0747CB
Tints of Persian Blue #0747CB
RGB
CMYK
RGB Variations
Color information
#0747CB (or 0x0747CB) is known color: Persian Blue. HEX triplet: 07, 47 and CB. RGB value is (7,71,203). Sum of RGB (Red+Green+Blue) = 7+71+203=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #0747CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0747CB is #F8B834. Grayscale: #424242. Windows color (decimal): -16300085 or 13321991. OLE color: 13321991.
HSL color Cylindrical-coordinate representation of color #0747CB: hue angle of 220.41º degrees, saturation: 0.93, 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 #0747CB is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 71 | 203 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.20 |
| HSL | 220.41º | 0.93% | 0.41% | - |
| HSV(B) | 220.41º | 0.97% | 0.8% | - |
| XYZ | 13.12 | 8.86 | 57.52 | - |
| YUV | 66.91 | 204.8 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 203 | 0.97 | 0.65 | 0 | 0.20 | 220.41 | 0.93 | 0.41 |
| Hex | 7 | 47 | CB | 61 | 41 | 0 | 14 | DC | 5D | 29 |
| Octal | 7 | 107 | 313 | 141 | 101 | 0 | 24 | 334 | 135 | 51 |
| Binary | 111 | 1000111 | 11001011 | 1100001 | 1000001 | 0 | 10100 | 11011100 | 1011101 | 101001 |
Color Harmonies of #0747CB
Complementary color
Monochromatic Colors of #0747CB
Black with #0747CB
Text Example
Text Example
White with #0747CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0747CB; }
p { color: rgb(7,71,203); }
H1.HeaderClassName
{
color: #0747CB;
}
.AnyTagClassName
{
color: #0747CB;
}
</style>
background-color css
<style>
a { background-color: #0747CB; }
a { background-color: rgb(7,71,203); }
div.DivClassName
{
background-color: #0747CB;
}
.BgClassName
{
background-color: #0747CB;
}
</style>
border-color css
<style>
span { border-color: #0747CB; }
span { border-color: rgb(7,71,203); }
td.TdClassName
{
border-color: #0747CB;
}
.TagClassName
{
border-color: #0747CB;
}
</style>