Shades of Persian Blue #0727DB
Tints of Persian Blue #0727DB
RGB
CMYK
RGB Variations
Color information
#0727DB (or 0x0727DB) is known color: Persian Blue. HEX triplet: 07, 27 and DB. RGB value is (7,39,219). Sum of RGB (Red+Green+Blue) = 7+39+219=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #0727DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0727DB is #F8D824. Grayscale: #313131. Windows color (decimal): -16308261 or 14362375. OLE color: 14362375.
HSL color Cylindrical-coordinate representation of color #0727DB: hue angle of 230.94º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0727DB is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 39 | 219 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.14 |
| HSL | 230.94º | 0.94% | 0.44% | - |
| HSV(B) | 230.94º | 0.97% | 0.86% | - |
| XYZ | 13.6 | 6.61 | 67.58 | - |
| YUV | 49.95 | 223.4 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 219 | 0.97 | 0.82 | 0 | 0.14 | 230.94 | 0.94 | 0.44 |
| Hex | 7 | 27 | DB | 61 | 52 | 0 | E | E7 | 5E | 2C |
| Octal | 7 | 47 | 333 | 141 | 122 | 0 | 16 | 347 | 136 | 54 |
| Binary | 111 | 100111 | 11011011 | 1100001 | 1010010 | 0 | 1110 | 11100111 | 1011110 | 101100 |
Color Harmonies of #0727DB
Complementary color
Monochromatic Colors of #0727DB
Black with #0727DB
Text Example
Text Example
White with #0727DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0727DB; }
p { color: rgb(7,39,219); }
H1.HeaderClassName
{
color: #0727DB;
}
.AnyTagClassName
{
color: #0727DB;
}
</style>
background-color css
<style>
a { background-color: #0727DB; }
a { background-color: rgb(7,39,219); }
div.DivClassName
{
background-color: #0727DB;
}
.BgClassName
{
background-color: #0727DB;
}
</style>
border-color css
<style>
span { border-color: #0727DB; }
span { border-color: rgb(7,39,219); }
td.TdClassName
{
border-color: #0727DB;
}
.TagClassName
{
border-color: #0727DB;
}
</style>