Html Css Color HEX #072AB7 International Klein Blue
📋 copy color: '#072AB7'red 7 ◦ green 42 ◦ blue 183
Shades of International Klein Blue #072AB7
Tints of International Klein Blue #072AB7
RGB
CMYK
RGB Variations
Color information
#072AB7 (or 0x072AB7) is known color: International Klein Blue. HEX triplet: 07, 2A and B7. RGB value is (7,42,183). Sum of RGB (Red+Green+Blue) = 7+42+183=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 183 (71.88% from 255 or 78.88% from 232); Max value from RGB is 183 - color contains mainly: blue. Hex color #072AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072AB7 is #F8D548. Grayscale: #2F2F2F. Windows color (decimal): -16307529 or 12003847. OLE color: 12003847.
HSL color Cylindrical-coordinate representation of color #072AB7: hue angle of 228.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072AB7 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 42 | 183 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.28 |
| HSL | 228.07º | 0.93% | 0.37% | - |
| HSV(B) | 228.07º | 0.96% | 0.72% | - |
| XYZ | 9.46 | 5.12 | 45.29 | - |
| YUV | 47.61 | 204.4 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 183 | 0.96 | 0.77 | 0 | 0.28 | 228.07 | 0.93 | 0.37 |
| Hex | 7 | 2A | B7 | 60 | 4D | 0 | 1C | E4 | 5D | 25 |
| Octal | 7 | 52 | 267 | 140 | 115 | 0 | 34 | 344 | 135 | 45 |
| Binary | 111 | 101010 | 10110111 | 1100000 | 1001101 | 0 | 11100 | 11100100 | 1011101 | 100101 |
Color Harmonies of #072AB7
Complementary color
Monochromatic Colors of #072AB7
Black with #072AB7
Text Example
Text Example
White with #072AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072AB7; }
p { color: rgb(7,42,183); }
H1.HeaderClassName
{
color: #072AB7;
}
.AnyTagClassName
{
color: #072AB7;
}
</style>
background-color css
<style>
a { background-color: #072AB7; }
a { background-color: rgb(7,42,183); }
div.DivClassName
{
background-color: #072AB7;
}
.BgClassName
{
background-color: #072AB7;
}
</style>
border-color css
<style>
span { border-color: #072AB7; }
span { border-color: rgb(7,42,183); }
td.TdClassName
{
border-color: #072AB7;
}
.TagClassName
{
border-color: #072AB7;
}
</style>