Html Css Color HEX #0732BA International Klein Blue
📋 copy color: '#0732BA'red 7 ◦ green 50 ◦ blue 186
Shades of International Klein Blue #0732BA
Tints of International Klein Blue #0732BA
RGB
CMYK
RGB Variations
Color information
#0732BA (or 0x0732BA) is known color: International Klein Blue. HEX triplet: 07, 32 and BA. RGB value is (7,50,186). Sum of RGB (Red+Green+Blue) = 7+50+186=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #0732BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0732BA is #F8CD45. Grayscale: #343434. Windows color (decimal): -16305478 or 12202503. OLE color: 12202503.
HSL color Cylindrical-coordinate representation of color #0732BA: hue angle of 225.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 #0732BA is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 50 | 186 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.27 |
| HSL | 225.59º | 0.93% | 0.38% | - |
| HSV(B) | 225.59º | 0.96% | 0.73% | - |
| XYZ | 10.09 | 5.87 | 47.06 | - |
| YUV | 52.65 | 203.25 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 186 | 0.96 | 0.73 | 0 | 0.27 | 225.59 | 0.93 | 0.38 |
| Hex | 7 | 32 | BA | 60 | 49 | 0 | 1B | E2 | 5D | 26 |
| Octal | 7 | 62 | 272 | 140 | 111 | 0 | 33 | 342 | 135 | 46 |
| Binary | 111 | 110010 | 10111010 | 1100000 | 1001001 | 0 | 11011 | 11100010 | 1011101 | 100110 |
Color Harmonies of #0732BA
Complementary color
Monochromatic Colors of #0732BA
Black with #0732BA
Text Example
Text Example
White with #0732BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0732BA; }
p { color: rgb(7,50,186); }
H1.HeaderClassName
{
color: #0732BA;
}
.AnyTagClassName
{
color: #0732BA;
}
</style>
background-color css
<style>
a { background-color: #0732BA; }
a { background-color: rgb(7,50,186); }
div.DivClassName
{
background-color: #0732BA;
}
.BgClassName
{
background-color: #0732BA;
}
</style>
border-color css
<style>
span { border-color: #0732BA; }
span { border-color: rgb(7,50,186); }
td.TdClassName
{
border-color: #0732BA;
}
.TagClassName
{
border-color: #0732BA;
}
</style>