Html Css Color HEX #072DB9 International Klein Blue
📋 copy color: '#072DB9'red 7 ◦ green 45 ◦ blue 185
Shades of International Klein Blue #072DB9
Tints of International Klein Blue #072DB9
RGB
CMYK
RGB Variations
Color information
#072DB9 (or 0x072DB9) is known color: International Klein Blue. HEX triplet: 07, 2D and B9. RGB value is (7,45,185). Sum of RGB (Red+Green+Blue) = 7+45+185=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 185 (72.66% from 255 or 78.06% from 237); Max value from RGB is 185 - color contains mainly: blue. Hex color #072DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DB9 is #F8D246. Grayscale: #313131. Windows color (decimal): -16306759 or 12135687. OLE color: 12135687.
HSL color Cylindrical-coordinate representation of color #072DB9: hue angle of 227.19º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072DB9 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 45 | 185 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.27 |
| HSL | 227.19º | 0.93% | 0.38% | - |
| HSV(B) | 227.19º | 0.96% | 0.73% | - |
| XYZ | 9.78 | 5.42 | 46.43 | - |
| YUV | 49.6 | 204.41 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 185 | 0.96 | 0.76 | 0 | 0.27 | 227.19 | 0.93 | 0.38 |
| Hex | 7 | 2D | B9 | 60 | 4C | 0 | 1B | E3 | 5D | 26 |
| Octal | 7 | 55 | 271 | 140 | 114 | 0 | 33 | 343 | 135 | 46 |
| Binary | 111 | 101101 | 10111001 | 1100000 | 1001100 | 0 | 11011 | 11100011 | 1011101 | 100110 |
Color Harmonies of #072DB9
Complementary color
Monochromatic Colors of #072DB9
Black with #072DB9
Text Example
Text Example
White with #072DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DB9; }
p { color: rgb(7,45,185); }
H1.HeaderClassName
{
color: #072DB9;
}
.AnyTagClassName
{
color: #072DB9;
}
</style>
background-color css
<style>
a { background-color: #072DB9; }
a { background-color: rgb(7,45,185); }
div.DivClassName
{
background-color: #072DB9;
}
.BgClassName
{
background-color: #072DB9;
}
</style>
border-color css
<style>
span { border-color: #072DB9; }
span { border-color: rgb(7,45,185); }
td.TdClassName
{
border-color: #072DB9;
}
.TagClassName
{
border-color: #072DB9;
}
</style>