Html Css Color HEX #072AA0 International Klein Blue
📋 copy color: '#072AA0'red 7 ◦ green 42 ◦ blue 160
Shades of International Klein Blue #072AA0
Tints of International Klein Blue #072AA0
RGB
CMYK
RGB Variations
Color information
#072AA0 (or 0x072AA0) is known color: International Klein Blue. HEX triplet: 07, 2A and A0. RGB value is (7,42,160). Sum of RGB (Red+Green+Blue) = 7+42+160=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #072AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072AA0 is #F8D55F. Grayscale: #2C2C2C. Windows color (decimal): -16307552 or 10496519. OLE color: 10496519.
HSL color Cylindrical-coordinate representation of color #072AA0: hue angle of 226.27º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072AA0 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 42 | 160 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.37 |
| HSL | 226.27º | 0.92% | 0.33% | - |
| HSV(B) | 226.27º | 0.96% | 0.63% | - |
| XYZ | 7.26 | 4.24 | 33.69 | - |
| YUV | 44.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 160 | 0.96 | 0.74 | 0 | 0.37 | 226.27 | 0.92 | 0.33 |
| Hex | 7 | 2A | A0 | 60 | 4A | 0 | 25 | E2 | 5C | 21 |
| Octal | 7 | 52 | 240 | 140 | 112 | 0 | 45 | 342 | 134 | 41 |
| Binary | 111 | 101010 | 10100000 | 1100000 | 1001010 | 0 | 100101 | 11100010 | 1011100 | 100001 |
Color Harmonies of #072AA0
Complementary color
Monochromatic Colors of #072AA0
Black with #072AA0
Text Example
Text Example
White with #072AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072AA0; }
p { color: rgb(7,42,160); }
H1.HeaderClassName
{
color: #072AA0;
}
.AnyTagClassName
{
color: #072AA0;
}
</style>
background-color css
<style>
a { background-color: #072AA0; }
a { background-color: rgb(7,42,160); }
div.DivClassName
{
background-color: #072AA0;
}
.BgClassName
{
background-color: #072AA0;
}
</style>
border-color css
<style>
span { border-color: #072AA0; }
span { border-color: rgb(7,42,160); }
td.TdClassName
{
border-color: #072AA0;
}
.TagClassName
{
border-color: #072AA0;
}
</style>