Html Css Color HEX #072EBA International Klein Blue
📋 copy color: '#072EBA'red 7 ◦ green 46 ◦ blue 186
Shades of International Klein Blue #072EBA
Tints of International Klein Blue #072EBA
RGB
CMYK
RGB Variations
Color information
#072EBA (or 0x072EBA) is known color: International Klein Blue. HEX triplet: 07, 2E and BA. RGB value is (7,46,186). Sum of RGB (Red+Green+Blue) = 7+46+186=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #072EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072EBA is #F8D145. Grayscale: #313131. Windows color (decimal): -16306502 or 12201479. OLE color: 12201479.
HSL color Cylindrical-coordinate representation of color #072EBA: hue angle of 226.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 #072EBA is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 46 | 186 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.27 |
| HSL | 226.93º | 0.93% | 0.38% | - |
| HSV(B) | 226.93º | 0.96% | 0.73% | - |
| XYZ | 9.93 | 5.54 | 47 | - |
| YUV | 50.3 | 204.58 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 186 | 0.96 | 0.75 | 0 | 0.27 | 226.93 | 0.93 | 0.38 |
| Hex | 7 | 2E | BA | 60 | 4B | 0 | 1B | E3 | 5D | 26 |
| Octal | 7 | 56 | 272 | 140 | 113 | 0 | 33 | 343 | 135 | 46 |
| Binary | 111 | 101110 | 10111010 | 1100000 | 1001011 | 0 | 11011 | 11100011 | 1011101 | 100110 |
Color Harmonies of #072EBA
Complementary color
Monochromatic Colors of #072EBA
Black with #072EBA
Text Example
Text Example
White with #072EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072EBA; }
p { color: rgb(7,46,186); }
H1.HeaderClassName
{
color: #072EBA;
}
.AnyTagClassName
{
color: #072EBA;
}
</style>
background-color css
<style>
a { background-color: #072EBA; }
a { background-color: rgb(7,46,186); }
div.DivClassName
{
background-color: #072EBA;
}
.BgClassName
{
background-color: #072EBA;
}
</style>
border-color css
<style>
span { border-color: #072EBA; }
span { border-color: rgb(7,46,186); }
td.TdClassName
{
border-color: #072EBA;
}
.TagClassName
{
border-color: #072EBA;
}
</style>