Shades of Persian Blue #0737BD
Tints of Persian Blue #0737BD
RGB
CMYK
RGB Variations
Color information
#0737BD (or 0x0737BD) is known color: Persian Blue. HEX triplet: 07, 37 and BD. RGB value is (7,55,189). Sum of RGB (Red+Green+Blue) = 7+55+189=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #0737BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0737BD is #F8C842. Grayscale: #373737. Windows color (decimal): -16304195 or 12400391. OLE color: 12400391.
HSL color Cylindrical-coordinate representation of color #0737BD: hue angle of 224.18º 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 #0737BD is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 55 | 189 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.26 |
| HSL | 224.18º | 0.93% | 0.38% | - |
| HSV(B) | 224.18º | 0.96% | 0.74% | - |
| XYZ | 10.64 | 6.45 | 48.83 | - |
| YUV | 55.92 | 203.1 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 189 | 0.96 | 0.71 | 0 | 0.26 | 224.18 | 0.93 | 0.38 |
| Hex | 7 | 37 | BD | 60 | 47 | 0 | 1A | E0 | 5D | 26 |
| Octal | 7 | 67 | 275 | 140 | 107 | 0 | 32 | 340 | 135 | 46 |
| Binary | 111 | 110111 | 10111101 | 1100000 | 1000111 | 0 | 11010 | 11100000 | 1011101 | 100110 |
Color Harmonies of #0737BD
Complementary color
Monochromatic Colors of #0737BD
Black with #0737BD
Text Example
Text Example
White with #0737BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0737BD; }
p { color: rgb(7,55,189); }
H1.HeaderClassName
{
color: #0737BD;
}
.AnyTagClassName
{
color: #0737BD;
}
</style>
background-color css
<style>
a { background-color: #0737BD; }
a { background-color: rgb(7,55,189); }
div.DivClassName
{
background-color: #0737BD;
}
.BgClassName
{
background-color: #0737BD;
}
</style>
border-color css
<style>
span { border-color: #0737BD; }
span { border-color: rgb(7,55,189); }
td.TdClassName
{
border-color: #0737BD;
}
.TagClassName
{
border-color: #0737BD;
}
</style>