Shades of Persian Blue #072DBE
Tints of Persian Blue #072DBE
RGB
CMYK
RGB Variations
Color information
#072DBE (or 0x072DBE) is known color: Persian Blue. HEX triplet: 07, 2D and BE. RGB value is (7,45,190). Sum of RGB (Red+Green+Blue) = 7+45+190=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #072DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DBE is #F8D241. Grayscale: #313131. Windows color (decimal): -16306754 or 12463367. OLE color: 12463367.
HSL color Cylindrical-coordinate representation of color #072DBE: hue angle of 227.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072DBE is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 45 | 190 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.25 |
| HSL | 227.54º | 0.93% | 0.39% | - |
| HSV(B) | 227.54º | 0.96% | 0.75% | - |
| XYZ | 10.32 | 5.64 | 49.26 | - |
| YUV | 50.17 | 206.91 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 190 | 0.96 | 0.76 | 0 | 0.25 | 227.54 | 0.93 | 0.39 |
| Hex | 7 | 2D | BE | 60 | 4C | 0 | 19 | E4 | 5D | 27 |
| Octal | 7 | 55 | 276 | 140 | 114 | 0 | 31 | 344 | 135 | 47 |
| Binary | 111 | 101101 | 10111110 | 1100000 | 1001100 | 0 | 11001 | 11100100 | 1011101 | 100111 |
Color Harmonies of #072DBE
Complementary color
Monochromatic Colors of #072DBE
Black with #072DBE
Text Example
Text Example
White with #072DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DBE; }
p { color: rgb(7,45,190); }
H1.HeaderClassName
{
color: #072DBE;
}
.AnyTagClassName
{
color: #072DBE;
}
</style>
background-color css
<style>
a { background-color: #072DBE; }
a { background-color: rgb(7,45,190); }
div.DivClassName
{
background-color: #072DBE;
}
.BgClassName
{
background-color: #072DBE;
}
</style>
border-color css
<style>
span { border-color: #072DBE; }
span { border-color: rgb(7,45,190); }
td.TdClassName
{
border-color: #072DBE;
}
.TagClassName
{
border-color: #072DBE;
}
</style>