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