Html Css Color HEX #072AB1 International Klein Blue
📋 copy color: '#072AB1'red 7 ◦ green 42 ◦ blue 177
Shades of International Klein Blue #072AB1
Tints of International Klein Blue #072AB1
RGB
CMYK
RGB Variations
Color information
#072AB1 (or 0x072AB1) is known color: International Klein Blue. HEX triplet: 07, 2A and B1. RGB value is (7,42,177). Sum of RGB (Red+Green+Blue) = 7+42+177=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 177 (69.53% from 255 or 78.32% from 226); Max value from RGB is 177 - color contains mainly: blue. Hex color #072AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072AB1 is #F8D54E. Grayscale: #2E2E2E. Windows color (decimal): -16307535 or 11610631. OLE color: 11610631.
HSL color Cylindrical-coordinate representation of color #072AB1: hue angle of 227.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072AB1 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 42 | 177 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.31 |
| HSL | 227.65º | 0.92% | 0.36% | - |
| HSV(B) | 227.65º | 0.96% | 0.69% | - |
| XYZ | 8.85 | 4.88 | 42.07 | - |
| YUV | 46.93 | 201.4 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 177 | 0.96 | 0.76 | 0 | 0.31 | 227.65 | 0.92 | 0.36 |
| Hex | 7 | 2A | B1 | 60 | 4C | 0 | 1F | E4 | 5C | 24 |
| Octal | 7 | 52 | 261 | 140 | 114 | 0 | 37 | 344 | 134 | 44 |
| Binary | 111 | 101010 | 10110001 | 1100000 | 1001100 | 0 | 11111 | 11100100 | 1011100 | 100100 |
Color Harmonies of #072AB1
Complementary color
Monochromatic Colors of #072AB1
Black with #072AB1
Text Example
Text Example
White with #072AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072AB1; }
p { color: rgb(7,42,177); }
H1.HeaderClassName
{
color: #072AB1;
}
.AnyTagClassName
{
color: #072AB1;
}
</style>
background-color css
<style>
a { background-color: #072AB1; }
a { background-color: rgb(7,42,177); }
div.DivClassName
{
background-color: #072AB1;
}
.BgClassName
{
background-color: #072AB1;
}
</style>
border-color css
<style>
span { border-color: #072AB1; }
span { border-color: rgb(7,42,177); }
td.TdClassName
{
border-color: #072AB1;
}
.TagClassName
{
border-color: #072AB1;
}
</style>