Shades of Persian Blue #0746CB
Tints of Persian Blue #0746CB
RGB
CMYK
RGB Variations
Color information
#0746CB (or 0x0746CB) is known color: Persian Blue. HEX triplet: 07, 46 and CB. RGB value is (7,70,203). Sum of RGB (Red+Green+Blue) = 7+70+203=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #0746CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0746CB is #F8B934. Grayscale: #414141. Windows color (decimal): -16300341 or 13321735. OLE color: 13321735.
HSL color Cylindrical-coordinate representation of color #0746CB: hue angle of 220.71º 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 #0746CB is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 70 | 203 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.20 |
| HSL | 220.71º | 0.93% | 0.41% | - |
| HSV(B) | 220.71º | 0.97% | 0.8% | - |
| XYZ | 13.06 | 8.74 | 57.5 | - |
| YUV | 66.33 | 205.13 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 203 | 0.97 | 0.66 | 0 | 0.20 | 220.71 | 0.93 | 0.41 |
| Hex | 7 | 46 | CB | 61 | 42 | 0 | 14 | DD | 5D | 29 |
| Octal | 7 | 106 | 313 | 141 | 102 | 0 | 24 | 335 | 135 | 51 |
| Binary | 111 | 1000110 | 11001011 | 1100001 | 1000010 | 0 | 10100 | 11011101 | 1011101 | 101001 |
Color Harmonies of #0746CB
Complementary color
Monochromatic Colors of #0746CB
Black with #0746CB
Text Example
Text Example
White with #0746CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0746CB; }
p { color: rgb(7,70,203); }
H1.HeaderClassName
{
color: #0746CB;
}
.AnyTagClassName
{
color: #0746CB;
}
</style>
background-color css
<style>
a { background-color: #0746CB; }
a { background-color: rgb(7,70,203); }
div.DivClassName
{
background-color: #0746CB;
}
.BgClassName
{
background-color: #0746CB;
}
</style>
border-color css
<style>
span { border-color: #0746CB; }
span { border-color: rgb(7,70,203); }
td.TdClassName
{
border-color: #0746CB;
}
.TagClassName
{
border-color: #0746CB;
}
</style>