Shades of Persian Blue #072CCE
Tints of Persian Blue #072CCE
RGB
CMYK
RGB Variations
Color information
#072CCE (or 0x072CCE) is known color: Persian Blue. HEX triplet: 07, 2C and CE. RGB value is (7,44,206). Sum of RGB (Red+Green+Blue) = 7+44+206=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #072CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072CCE is #F8D331. Grayscale: #323232. Windows color (decimal): -16306994 or 13511687. OLE color: 13511687.
HSL color Cylindrical-coordinate representation of color #072CCE: hue angle of 228.84º 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 #072CCE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 44 | 206 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.19 |
| HSL | 228.84º | 0.93% | 0.42% | - |
| HSV(B) | 228.84º | 0.97% | 0.81% | - |
| XYZ | 12.13 | 6.3 | 58.97 | - |
| YUV | 51.41 | 215.24 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 206 | 0.97 | 0.79 | 0 | 0.19 | 228.84 | 0.93 | 0.42 |
| Hex | 7 | 2C | CE | 61 | 4F | 0 | 13 | E5 | 5D | 2A |
| Octal | 7 | 54 | 316 | 141 | 117 | 0 | 23 | 345 | 135 | 52 |
| Binary | 111 | 101100 | 11001110 | 1100001 | 1001111 | 0 | 10011 | 11100101 | 1011101 | 101010 |
Color Harmonies of #072CCE
Complementary color
Monochromatic Colors of #072CCE
Black with #072CCE
Text Example
Text Example
White with #072CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072CCE; }
p { color: rgb(7,44,206); }
H1.HeaderClassName
{
color: #072CCE;
}
.AnyTagClassName
{
color: #072CCE;
}
</style>
background-color css
<style>
a { background-color: #072CCE; }
a { background-color: rgb(7,44,206); }
div.DivClassName
{
background-color: #072CCE;
}
.BgClassName
{
background-color: #072CCE;
}
</style>
border-color css
<style>
span { border-color: #072CCE; }
span { border-color: rgb(7,44,206); }
td.TdClassName
{
border-color: #072CCE;
}
.TagClassName
{
border-color: #072CCE;
}
</style>