Html Css Color HEX #0722BA International Klein Blue
📋 copy color: '#0722BA'red 7 ◦ green 34 ◦ blue 186
Shades of International Klein Blue #0722BA
Tints of International Klein Blue #0722BA
RGB
CMYK
RGB Variations
Color information
#0722BA (or 0x0722BA) is known color: International Klein Blue. HEX triplet: 07, 22 and BA. RGB value is (7,34,186). Sum of RGB (Red+Green+Blue) = 7+34+186=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #0722BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0722BA is #F8DD45. Grayscale: #2A2A2A. Windows color (decimal): -16309574 or 12198407. OLE color: 12198407.
HSL color Cylindrical-coordinate representation of color #0722BA: hue angle of 230.95º 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 #0722BA is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 34 | 186 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.27 |
| HSL | 230.95º | 0.93% | 0.38% | - |
| HSV(B) | 230.95º | 0.96% | 0.73% | - |
| XYZ | 9.52 | 4.73 | 46.87 | - |
| YUV | 43.26 | 208.55 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 186 | 0.96 | 0.82 | 0 | 0.27 | 230.95 | 0.93 | 0.38 |
| Hex | 7 | 22 | BA | 60 | 52 | 0 | 1B | E7 | 5D | 26 |
| Octal | 7 | 42 | 272 | 140 | 122 | 0 | 33 | 347 | 135 | 46 |
| Binary | 111 | 100010 | 10111010 | 1100000 | 1010010 | 0 | 11011 | 11100111 | 1011101 | 100110 |
Color Harmonies of #0722BA
Complementary color
Monochromatic Colors of #0722BA
Black with #0722BA
Text Example
Text Example
White with #0722BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0722BA; }
p { color: rgb(7,34,186); }
H1.HeaderClassName
{
color: #0722BA;
}
.AnyTagClassName
{
color: #0722BA;
}
</style>
background-color css
<style>
a { background-color: #0722BA; }
a { background-color: rgb(7,34,186); }
div.DivClassName
{
background-color: #0722BA;
}
.BgClassName
{
background-color: #0722BA;
}
</style>
border-color css
<style>
span { border-color: #0722BA; }
span { border-color: rgb(7,34,186); }
td.TdClassName
{
border-color: #0722BA;
}
.TagClassName
{
border-color: #0722BA;
}
</style>