Shades of Persian Blue #0737CE
Tints of Persian Blue #0737CE
RGB
CMYK
RGB Variations
Color information
#0737CE (or 0x0737CE) is known color: Persian Blue. HEX triplet: 07, 37 and CE. RGB value is (7,55,206). Sum of RGB (Red+Green+Blue) = 7+55+206=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #0737CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0737CE is #F8C831. Grayscale: #393939. Windows color (decimal): -16304178 or 13514503. OLE color: 13514503.
HSL color Cylindrical-coordinate representation of color #0737CE: hue angle of 225.53º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0737CE is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 55 | 206 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.19 |
| HSL | 225.53º | 0.93% | 0.42% | - |
| HSV(B) | 225.53º | 0.97% | 0.81% | - |
| XYZ | 12.59 | 7.23 | 59.12 | - |
| YUV | 57.86 | 211.6 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 206 | 0.97 | 0.73 | 0 | 0.19 | 225.53 | 0.93 | 0.42 |
| Hex | 7 | 37 | CE | 61 | 49 | 0 | 13 | E2 | 5D | 2A |
| Octal | 7 | 67 | 316 | 141 | 111 | 0 | 23 | 342 | 135 | 52 |
| Binary | 111 | 110111 | 11001110 | 1100001 | 1001001 | 0 | 10011 | 11100010 | 1011101 | 101010 |
Color Harmonies of #0737CE
Complementary color
Monochromatic Colors of #0737CE
Black with #0737CE
Text Example
Text Example
White with #0737CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0737CE; }
p { color: rgb(7,55,206); }
H1.HeaderClassName
{
color: #0737CE;
}
.AnyTagClassName
{
color: #0737CE;
}
</style>
background-color css
<style>
a { background-color: #0737CE; }
a { background-color: rgb(7,55,206); }
div.DivClassName
{
background-color: #0737CE;
}
.BgClassName
{
background-color: #0737CE;
}
</style>
border-color css
<style>
span { border-color: #0737CE; }
span { border-color: rgb(7,55,206); }
td.TdClassName
{
border-color: #0737CE;
}
.TagClassName
{
border-color: #0737CE;
}
</style>