Shades of Persian Blue #0733CC
Tints of Persian Blue #0733CC
RGB
CMYK
RGB Variations
Color information
#0733CC (or 0x0733CC) is known color: Persian Blue. HEX triplet: 07, 33 and CC. RGB value is (7,51,204). Sum of RGB (Red+Green+Blue) = 7+51+204=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #0733CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0733CC is #F8CC33. Grayscale: #363636. Windows color (decimal): -16305204 or 13382407. OLE color: 13382407.
HSL color Cylindrical-coordinate representation of color #0733CC: hue angle of 226.6º 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 #0733CC is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 51 | 204 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.2 |
| HSL | 226.6º | 0.93% | 0.41% | - |
| HSV(B) | 226.6º | 0.97% | 0.8% | - |
| XYZ | 12.17 | 6.77 | 57.79 | - |
| YUV | 55.29 | 211.92 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 204 | 0.97 | 0.75 | 0 | 0.2 | 226.6 | 0.93 | 0.41 |
| Hex | 7 | 33 | CC | 61 | 4B | 0 | 14 | E3 | 5D | 29 |
| Octal | 7 | 63 | 314 | 141 | 113 | 0 | 24 | 343 | 135 | 51 |
| Binary | 111 | 110011 | 11001100 | 1100001 | 1001011 | 0 | 10100 | 11100011 | 1011101 | 101001 |
Color Harmonies of #0733CC
Complementary color
Monochromatic Colors of #0733CC
Black with #0733CC
Text Example
Text Example
White with #0733CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0733CC; }
p { color: rgb(7,51,204); }
H1.HeaderClassName
{
color: #0733CC;
}
.AnyTagClassName
{
color: #0733CC;
}
</style>
background-color css
<style>
a { background-color: #0733CC; }
a { background-color: rgb(7,51,204); }
div.DivClassName
{
background-color: #0733CC;
}
.BgClassName
{
background-color: #0733CC;
}
</style>
border-color css
<style>
span { border-color: #0733CC; }
span { border-color: rgb(7,51,204); }
td.TdClassName
{
border-color: #0733CC;
}
.TagClassName
{
border-color: #0733CC;
}
</style>