Html Css Color HEX #0726BA International Klein Blue
📋 copy color: '#0726BA'red 7 ◦ green 38 ◦ blue 186
Shades of International Klein Blue #0726BA
Tints of International Klein Blue #0726BA
RGB
CMYK
RGB Variations
Color information
#0726BA (or 0x0726BA) is known color: International Klein Blue. HEX triplet: 07, 26 and BA. RGB value is (7,38,186). Sum of RGB (Red+Green+Blue) = 7+38+186=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #0726BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726BA is #F8D945. Grayscale: #2C2C2C. Windows color (decimal): -16308550 or 12199431. OLE color: 12199431.
HSL color Cylindrical-coordinate representation of color #0726BA: hue angle of 229.61º 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 #0726BA is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 38 | 186 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.27 |
| HSL | 229.61º | 0.93% | 0.38% | - |
| HSV(B) | 229.61º | 0.96% | 0.73% | - |
| XYZ | 9.64 | 4.98 | 46.91 | - |
| YUV | 45.6 | 207.23 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 186 | 0.96 | 0.80 | 0 | 0.27 | 229.61 | 0.93 | 0.38 |
| Hex | 7 | 26 | BA | 60 | 50 | 0 | 1B | E6 | 5D | 26 |
| Octal | 7 | 46 | 272 | 140 | 120 | 0 | 33 | 346 | 135 | 46 |
| Binary | 111 | 100110 | 10111010 | 1100000 | 1010000 | 0 | 11011 | 11100110 | 1011101 | 100110 |
Color Harmonies of #0726BA
Complementary color
Monochromatic Colors of #0726BA
Black with #0726BA
Text Example
Text Example
White with #0726BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0726BA; }
p { color: rgb(7,38,186); }
H1.HeaderClassName
{
color: #0726BA;
}
.AnyTagClassName
{
color: #0726BA;
}
</style>
background-color css
<style>
a { background-color: #0726BA; }
a { background-color: rgb(7,38,186); }
div.DivClassName
{
background-color: #0726BA;
}
.BgClassName
{
background-color: #0726BA;
}
</style>
border-color css
<style>
span { border-color: #0726BA; }
span { border-color: rgb(7,38,186); }
td.TdClassName
{
border-color: #0726BA;
}
.TagClassName
{
border-color: #0726BA;
}
</style>