Html Css Color HEX #072BBA International Klein Blue
📋 copy color: '#072BBA'red 7 ◦ green 43 ◦ blue 186
Shades of International Klein Blue #072BBA
Tints of International Klein Blue #072BBA
RGB
CMYK
RGB Variations
Color information
#072BBA (or 0x072BBA) is known color: International Klein Blue. HEX triplet: 07, 2B and BA. RGB value is (7,43,186). Sum of RGB (Red+Green+Blue) = 7+43+186=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #072BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BBA is #F8D445. Grayscale: #2F2F2F. Windows color (decimal): -16307270 or 12200711. OLE color: 12200711.
HSL color Cylindrical-coordinate representation of color #072BBA: hue angle of 227.93º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072BBA is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 43 | 186 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.27 |
| HSL | 227.93º | 0.93% | 0.38% | - |
| HSV(B) | 227.93º | 0.96% | 0.73% | - |
| XYZ | 9.81 | 5.32 | 46.96 | - |
| YUV | 48.54 | 205.57 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 186 | 0.96 | 0.77 | 0 | 0.27 | 227.93 | 0.93 | 0.38 |
| Hex | 7 | 2B | BA | 60 | 4D | 0 | 1B | E4 | 5D | 26 |
| Octal | 7 | 53 | 272 | 140 | 115 | 0 | 33 | 344 | 135 | 46 |
| Binary | 111 | 101011 | 10111010 | 1100000 | 1001101 | 0 | 11011 | 11100100 | 1011101 | 100110 |
Color Harmonies of #072BBA
Complementary color
Monochromatic Colors of #072BBA
Black with #072BBA
Text Example
Text Example
White with #072BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BBA; }
p { color: rgb(7,43,186); }
H1.HeaderClassName
{
color: #072BBA;
}
.AnyTagClassName
{
color: #072BBA;
}
</style>
background-color css
<style>
a { background-color: #072BBA; }
a { background-color: rgb(7,43,186); }
div.DivClassName
{
background-color: #072BBA;
}
.BgClassName
{
background-color: #072BBA;
}
</style>
border-color css
<style>
span { border-color: #072BBA; }
span { border-color: rgb(7,43,186); }
td.TdClassName
{
border-color: #072BBA;
}
.TagClassName
{
border-color: #072BBA;
}
</style>