Shades of Persian Blue #0737BB
Tints of Persian Blue #0737BB
RGB
CMYK
RGB Variations
Color information
#0737BB (or 0x0737BB) is known color: Persian Blue. HEX triplet: 07, 37 and BB. RGB value is (7,55,187). Sum of RGB (Red+Green+Blue) = 7+55+187=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #0737BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0737BB is #F8C844. Grayscale: #373737. Windows color (decimal): -16304197 or 12269319. OLE color: 12269319.
HSL color Cylindrical-coordinate representation of color #0737BB: hue angle of 224º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0737BB is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 55 | 187 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.27 |
| HSL | 224º | 0.93% | 0.38% | - |
| HSV(B) | 224º | 0.96% | 0.73% | - |
| XYZ | 10.42 | 6.37 | 47.69 | - |
| YUV | 55.7 | 202.1 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 187 | 0.96 | 0.71 | 0 | 0.27 | 224 | 0.93 | 0.38 |
| Hex | 7 | 37 | BB | 60 | 47 | 0 | 1B | E0 | 5D | 26 |
| Octal | 7 | 67 | 273 | 140 | 107 | 0 | 33 | 340 | 135 | 46 |
| Binary | 111 | 110111 | 10111011 | 1100000 | 1000111 | 0 | 11011 | 11100000 | 1011101 | 100110 |
Color Harmonies of #0737BB
Complementary color
Monochromatic Colors of #0737BB
Black with #0737BB
Text Example
Text Example
White with #0737BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0737BB; }
p { color: rgb(7,55,187); }
H1.HeaderClassName
{
color: #0737BB;
}
.AnyTagClassName
{
color: #0737BB;
}
</style>
background-color css
<style>
a { background-color: #0737BB; }
a { background-color: rgb(7,55,187); }
div.DivClassName
{
background-color: #0737BB;
}
.BgClassName
{
background-color: #0737BB;
}
</style>
border-color css
<style>
span { border-color: #0737BB; }
span { border-color: rgb(7,55,187); }
td.TdClassName
{
border-color: #0737BB;
}
.TagClassName
{
border-color: #0737BB;
}
</style>