Html Css Color HEX #0B20BA International Klein Blue
📋 copy color: '#0B20BA'red 11 ◦ green 32 ◦ blue 186
Shades of International Klein Blue #0B20BA
Tints of International Klein Blue #0B20BA
RGB
CMYK
RGB Variations
Color information
#0B20BA (or 0x0B20BA) is known color: International Klein Blue. HEX triplet: 0B, 20 and BA. RGB value is (11,32,186). Sum of RGB (Red+Green+Blue) = 11+32+186=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B20BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B20BA is #F4DF45. Grayscale: #2A2A2A. Windows color (decimal): -16047942 or 12197899. OLE color: 12197899.
HSL color Cylindrical-coordinate representation of color #0B20BA: hue angle of 232.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B20BA is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 32 | 186 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.27 |
| HSL | 232.8º | 0.89% | 0.39% | - |
| HSV(B) | 232.8º | 0.94% | 0.73% | - |
| XYZ | 9.52 | 4.65 | 46.85 | - |
| YUV | 43.28 | 208.54 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 186 | 0.94 | 0.83 | 0 | 0.27 | 232.8 | 0.89 | 0.39 |
| Hex | B | 20 | BA | 5E | 53 | 0 | 1B | E9 | 59 | 27 |
| Octal | 13 | 40 | 272 | 136 | 123 | 0 | 33 | 351 | 131 | 47 |
| Binary | 1011 | 100000 | 10111010 | 1011110 | 1010011 | 0 | 11011 | 11101001 | 1011001 | 100111 |
Color Harmonies of #0B20BA
Complementary color
Monochromatic Colors of #0B20BA
Black with #0B20BA
Text Example
Text Example
White with #0B20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B20BA; }
p { color: rgb(11,32,186); }
H1.HeaderClassName
{
color: #0B20BA;
}
.AnyTagClassName
{
color: #0B20BA;
}
</style>
background-color css
<style>
a { background-color: #0B20BA; }
a { background-color: rgb(11,32,186); }
div.DivClassName
{
background-color: #0B20BA;
}
.BgClassName
{
background-color: #0B20BA;
}
</style>
border-color css
<style>
span { border-color: #0B20BA; }
span { border-color: rgb(11,32,186); }
td.TdClassName
{
border-color: #0B20BA;
}
.TagClassName
{
border-color: #0B20BA;
}
</style>