Shades of Persian Blue #0737BC
Tints of Persian Blue #0737BC
RGB
CMYK
RGB Variations
Color information
#0737BC (or 0x0737BC) is known color: Persian Blue. HEX triplet: 07, 37 and BC. RGB value is (7,55,188). Sum of RGB (Red+Green+Blue) = 7+55+188=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #0737BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0737BC is #F8C843. Grayscale: #373737. Windows color (decimal): -16304196 or 12334855. OLE color: 12334855.
HSL color Cylindrical-coordinate representation of color #0737BC: hue angle of 224.09º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0737BC is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 55 | 188 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.26 |
| HSL | 224.09º | 0.93% | 0.38% | - |
| HSV(B) | 224.09º | 0.96% | 0.74% | - |
| XYZ | 10.53 | 6.41 | 48.26 | - |
| YUV | 55.81 | 202.6 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 188 | 0.96 | 0.71 | 0 | 0.26 | 224.09 | 0.93 | 0.38 |
| Hex | 7 | 37 | BC | 60 | 47 | 0 | 1A | E0 | 5D | 26 |
| Octal | 7 | 67 | 274 | 140 | 107 | 0 | 32 | 340 | 135 | 46 |
| Binary | 111 | 110111 | 10111100 | 1100000 | 1000111 | 0 | 11010 | 11100000 | 1011101 | 100110 |
Color Harmonies of #0737BC
Complementary color
Monochromatic Colors of #0737BC
Black with #0737BC
Text Example
Text Example
White with #0737BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0737BC; }
p { color: rgb(7,55,188); }
H1.HeaderClassName
{
color: #0737BC;
}
.AnyTagClassName
{
color: #0737BC;
}
</style>
background-color css
<style>
a { background-color: #0737BC; }
a { background-color: rgb(7,55,188); }
div.DivClassName
{
background-color: #0737BC;
}
.BgClassName
{
background-color: #0737BC;
}
</style>
border-color css
<style>
span { border-color: #0737BC; }
span { border-color: rgb(7,55,188); }
td.TdClassName
{
border-color: #0737BC;
}
.TagClassName
{
border-color: #0737BC;
}
</style>