Html Css Color HEX #072AAA International Klein Blue
📋 copy color: '#072AAA'red 7 ◦ green 42 ◦ blue 170
Shades of International Klein Blue #072AAA
Tints of International Klein Blue #072AAA
RGB
CMYK
RGB Variations
Color information
#072AAA (or 0x072AAA) is known color: International Klein Blue. HEX triplet: 07, 2A and AA. RGB value is (7,42,170). Sum of RGB (Red+Green+Blue) = 7+42+170=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #072AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072AAA is #F8D555. Grayscale: #2D2D2D. Windows color (decimal): -16307542 or 11151879. OLE color: 11151879.
HSL color Cylindrical-coordinate representation of color #072AAA: hue angle of 227.12º 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 #072AAA is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 42 | 170 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.33 |
| HSL | 227.12º | 0.92% | 0.35% | - |
| HSV(B) | 227.12º | 0.96% | 0.67% | - |
| XYZ | 8.17 | 4.6 | 38.49 | - |
| YUV | 46.13 | 197.9 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 170 | 0.96 | 0.75 | 0 | 0.33 | 227.12 | 0.92 | 0.35 |
| Hex | 7 | 2A | AA | 60 | 4B | 0 | 21 | E3 | 5C | 23 |
| Octal | 7 | 52 | 252 | 140 | 113 | 0 | 41 | 343 | 134 | 43 |
| Binary | 111 | 101010 | 10101010 | 1100000 | 1001011 | 0 | 100001 | 11100011 | 1011100 | 100011 |
Color Harmonies of #072AAA
Complementary color
Monochromatic Colors of #072AAA
Black with #072AAA
Text Example
Text Example
White with #072AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072AAA; }
p { color: rgb(7,42,170); }
H1.HeaderClassName
{
color: #072AAA;
}
.AnyTagClassName
{
color: #072AAA;
}
</style>
background-color css
<style>
a { background-color: #072AAA; }
a { background-color: rgb(7,42,170); }
div.DivClassName
{
background-color: #072AAA;
}
.BgClassName
{
background-color: #072AAA;
}
</style>
border-color css
<style>
span { border-color: #072AAA; }
span { border-color: rgb(7,42,170); }
td.TdClassName
{
border-color: #072AAA;
}
.TagClassName
{
border-color: #072AAA;
}
</style>