Html Css Color HEX #072DAC International Klein Blue
📋 copy color: '#072DAC'red 7 ◦ green 45 ◦ blue 172
Shades of International Klein Blue #072DAC
Tints of International Klein Blue #072DAC
RGB
CMYK
RGB Variations
Color information
#072DAC (or 0x072DAC) is known color: International Klein Blue. HEX triplet: 07, 2D and AC. RGB value is (7,45,172). Sum of RGB (Red+Green+Blue) = 7+45+172=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #072DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072DAC is #F8D253. Grayscale: #2F2F2F. Windows color (decimal): -16306772 or 11283719. OLE color: 11283719.
HSL color Cylindrical-coordinate representation of color #072DAC: hue angle of 226.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072DAC is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 45 | 172 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.33 |
| HSL | 226.18º | 0.92% | 0.35% | - |
| HSV(B) | 226.18º | 0.96% | 0.67% | - |
| XYZ | 8.47 | 4.9 | 39.53 | - |
| YUV | 48.12 | 197.91 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 172 | 0.96 | 0.74 | 0 | 0.33 | 226.18 | 0.92 | 0.35 |
| Hex | 7 | 2D | AC | 60 | 4A | 0 | 21 | E2 | 5C | 23 |
| Octal | 7 | 55 | 254 | 140 | 112 | 0 | 41 | 342 | 134 | 43 |
| Binary | 111 | 101101 | 10101100 | 1100000 | 1001010 | 0 | 100001 | 11100010 | 1011100 | 100011 |
Color Harmonies of #072DAC
Complementary color
Monochromatic Colors of #072DAC
Black with #072DAC
Text Example
Text Example
White with #072DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DAC; }
p { color: rgb(7,45,172); }
H1.HeaderClassName
{
color: #072DAC;
}
.AnyTagClassName
{
color: #072DAC;
}
</style>
background-color css
<style>
a { background-color: #072DAC; }
a { background-color: rgb(7,45,172); }
div.DivClassName
{
background-color: #072DAC;
}
.BgClassName
{
background-color: #072DAC;
}
</style>
border-color css
<style>
span { border-color: #072DAC; }
span { border-color: rgb(7,45,172); }
td.TdClassName
{
border-color: #072DAC;
}
.TagClassName
{
border-color: #072DAC;
}
</style>