Html Css Color HEX #0731BA International Klein Blue
📋 copy color: '#0731BA'red 7 ◦ green 49 ◦ blue 186
Shades of International Klein Blue #0731BA
Tints of International Klein Blue #0731BA
RGB
CMYK
RGB Variations
Color information
#0731BA (or 0x0731BA) is known color: International Klein Blue. HEX triplet: 07, 31 and BA. RGB value is (7,49,186). Sum of RGB (Red+Green+Blue) = 7+49+186=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0731BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0731BA is #F8CE45. Grayscale: #333333. Windows color (decimal): -16305734 or 12202247. OLE color: 12202247.
HSL color Cylindrical-coordinate representation of color #0731BA: hue angle of 225.92º 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 #0731BA is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 49 | 186 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.27 |
| HSL | 225.92º | 0.93% | 0.38% | - |
| HSV(B) | 225.92º | 0.96% | 0.73% | - |
| XYZ | 10.05 | 5.79 | 47.04 | - |
| YUV | 52.06 | 203.59 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 186 | 0.96 | 0.74 | 0 | 0.27 | 225.92 | 0.93 | 0.38 |
| Hex | 7 | 31 | BA | 60 | 4A | 0 | 1B | E2 | 5D | 26 |
| Octal | 7 | 61 | 272 | 140 | 112 | 0 | 33 | 342 | 135 | 46 |
| Binary | 111 | 110001 | 10111010 | 1100000 | 1001010 | 0 | 11011 | 11100010 | 1011101 | 100110 |
Color Harmonies of #0731BA
Complementary color
Monochromatic Colors of #0731BA
Black with #0731BA
Text Example
Text Example
White with #0731BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0731BA; }
p { color: rgb(7,49,186); }
H1.HeaderClassName
{
color: #0731BA;
}
.AnyTagClassName
{
color: #0731BA;
}
</style>
background-color css
<style>
a { background-color: #0731BA; }
a { background-color: rgb(7,49,186); }
div.DivClassName
{
background-color: #0731BA;
}
.BgClassName
{
background-color: #0731BA;
}
</style>
border-color css
<style>
span { border-color: #0731BA; }
span { border-color: rgb(7,49,186); }
td.TdClassName
{
border-color: #0731BA;
}
.TagClassName
{
border-color: #0731BA;
}
</style>