Html Css Color HEX #072BAC International Klein Blue
📋 copy color: '#072BAC'red 7 ◦ green 43 ◦ blue 172
Shades of International Klein Blue #072BAC
Tints of International Klein Blue #072BAC
RGB
CMYK
RGB Variations
Color information
#072BAC (or 0x072BAC) is known color: International Klein Blue. HEX triplet: 07, 2B and AC. RGB value is (7,43,172). Sum of RGB (Red+Green+Blue) = 7+43+172=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #072BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072BAC is #F8D453. Grayscale: #2E2E2E. Windows color (decimal): -16307284 or 11283207. OLE color: 11283207.
HSL color Cylindrical-coordinate representation of color #072BAC: hue angle of 226.91º 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 #072BAC is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 43 | 172 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.33 |
| HSL | 226.91º | 0.92% | 0.35% | - |
| HSV(B) | 226.91º | 0.96% | 0.67% | - |
| XYZ | 8.4 | 4.75 | 39.5 | - |
| YUV | 46.94 | 198.57 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 172 | 0.96 | 0.75 | 0 | 0.33 | 226.91 | 0.92 | 0.35 |
| Hex | 7 | 2B | AC | 60 | 4B | 0 | 21 | E3 | 5C | 23 |
| Octal | 7 | 53 | 254 | 140 | 113 | 0 | 41 | 343 | 134 | 43 |
| Binary | 111 | 101011 | 10101100 | 1100000 | 1001011 | 0 | 100001 | 11100011 | 1011100 | 100011 |
Color Harmonies of #072BAC
Complementary color
Monochromatic Colors of #072BAC
Black with #072BAC
Text Example
Text Example
White with #072BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BAC; }
p { color: rgb(7,43,172); }
H1.HeaderClassName
{
color: #072BAC;
}
.AnyTagClassName
{
color: #072BAC;
}
</style>
background-color css
<style>
a { background-color: #072BAC; }
a { background-color: rgb(7,43,172); }
div.DivClassName
{
background-color: #072BAC;
}
.BgClassName
{
background-color: #072BAC;
}
</style>
border-color css
<style>
span { border-color: #072BAC; }
span { border-color: rgb(7,43,172); }
td.TdClassName
{
border-color: #072BAC;
}
.TagClassName
{
border-color: #072BAC;
}
</style>