Html Css Color HEX #072CAC International Klein Blue
📋 copy color: '#072CAC'red 7 ◦ green 44 ◦ blue 172
Shades of International Klein Blue #072CAC
Tints of International Klein Blue #072CAC
RGB
CMYK
RGB Variations
Color information
#072CAC (or 0x072CAC) is known color: International Klein Blue. HEX triplet: 07, 2C and AC. RGB value is (7,44,172). Sum of RGB (Red+Green+Blue) = 7+44+172=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #072CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072CAC is #F8D353. Grayscale: #2E2E2E. Windows color (decimal): -16307028 or 11283463. OLE color: 11283463.
HSL color Cylindrical-coordinate representation of color #072CAC: hue angle of 226.55º 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 #072CAC is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 44 | 172 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.33 |
| HSL | 226.55º | 0.92% | 0.35% | - |
| HSV(B) | 226.55º | 0.96% | 0.67% | - |
| XYZ | 8.43 | 4.83 | 39.52 | - |
| YUV | 47.53 | 198.24 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 172 | 0.96 | 0.74 | 0 | 0.33 | 226.55 | 0.92 | 0.35 |
| Hex | 7 | 2C | AC | 60 | 4A | 0 | 21 | E3 | 5C | 23 |
| Octal | 7 | 54 | 254 | 140 | 112 | 0 | 41 | 343 | 134 | 43 |
| Binary | 111 | 101100 | 10101100 | 1100000 | 1001010 | 0 | 100001 | 11100011 | 1011100 | 100011 |
Color Harmonies of #072CAC
Complementary color
Monochromatic Colors of #072CAC
Black with #072CAC
Text Example
Text Example
White with #072CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072CAC; }
p { color: rgb(7,44,172); }
H1.HeaderClassName
{
color: #072CAC;
}
.AnyTagClassName
{
color: #072CAC;
}
</style>
background-color css
<style>
a { background-color: #072CAC; }
a { background-color: rgb(7,44,172); }
div.DivClassName
{
background-color: #072CAC;
}
.BgClassName
{
background-color: #072CAC;
}
</style>
border-color css
<style>
span { border-color: #072CAC; }
span { border-color: rgb(7,44,172); }
td.TdClassName
{
border-color: #072CAC;
}
.TagClassName
{
border-color: #072CAC;
}
</style>