Shades of Persian Blue #0737CC
Tints of Persian Blue #0737CC
RGB
CMYK
RGB Variations
Color information
#0737CC (or 0x0737CC) is known color: Persian Blue. HEX triplet: 07, 37 and CC. RGB value is (7,55,204). Sum of RGB (Red+Green+Blue) = 7+55+204=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #0737CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0737CC is #F8C833. Grayscale: #383838. Windows color (decimal): -16304180 or 13383431. OLE color: 13383431.
HSL color Cylindrical-coordinate representation of color #0737CC: hue angle of 225.38º 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 #0737CC is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 55 | 204 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.2 |
| HSL | 225.38º | 0.93% | 0.41% | - |
| HSV(B) | 225.38º | 0.97% | 0.8% | - |
| XYZ | 12.35 | 7.14 | 57.85 | - |
| YUV | 57.63 | 210.6 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 204 | 0.97 | 0.73 | 0 | 0.2 | 225.38 | 0.93 | 0.41 |
| Hex | 7 | 37 | CC | 61 | 49 | 0 | 14 | E1 | 5D | 29 |
| Octal | 7 | 67 | 314 | 141 | 111 | 0 | 24 | 341 | 135 | 51 |
| Binary | 111 | 110111 | 11001100 | 1100001 | 1001001 | 0 | 10100 | 11100001 | 1011101 | 101001 |
Color Harmonies of #0737CC
Complementary color
Monochromatic Colors of #0737CC
Black with #0737CC
Text Example
Text Example
White with #0737CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0737CC; }
p { color: rgb(7,55,204); }
H1.HeaderClassName
{
color: #0737CC;
}
.AnyTagClassName
{
color: #0737CC;
}
</style>
background-color css
<style>
a { background-color: #0737CC; }
a { background-color: rgb(7,55,204); }
div.DivClassName
{
background-color: #0737CC;
}
.BgClassName
{
background-color: #0737CC;
}
</style>
border-color css
<style>
span { border-color: #0737CC; }
span { border-color: rgb(7,55,204); }
td.TdClassName
{
border-color: #0737CC;
}
.TagClassName
{
border-color: #0737CC;
}
</style>