Html Css Color HEX #0B22BA International Klein Blue
📋 copy color: '#0B22BA'red 11 ◦ green 34 ◦ blue 186
Shades of International Klein Blue #0B22BA
Tints of International Klein Blue #0B22BA
RGB
CMYK
RGB Variations
Color information
#0B22BA (or 0x0B22BA) is known color: International Klein Blue. HEX triplet: 0B, 22 and BA. RGB value is (11,34,186). Sum of RGB (Red+Green+Blue) = 11+34+186=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 34 (13.67% from 255 or 14.72% 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 #0B22BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B22BA is #F4DD45. Grayscale: #2B2B2B. Windows color (decimal): -16047430 or 12198411. OLE color: 12198411.
HSL color Cylindrical-coordinate representation of color #0B22BA: hue angle of 232.11º 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 #0B22BA is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 34 | 186 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.27 |
| HSL | 232.11º | 0.89% | 0.39% | - |
| HSV(B) | 232.11º | 0.94% | 0.73% | - |
| XYZ | 9.57 | 4.76 | 46.87 | - |
| YUV | 44.45 | 207.88 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 186 | 0.94 | 0.82 | 0 | 0.27 | 232.11 | 0.89 | 0.39 |
| Hex | B | 22 | BA | 5E | 52 | 0 | 1B | E8 | 59 | 27 |
| Octal | 13 | 42 | 272 | 136 | 122 | 0 | 33 | 350 | 131 | 47 |
| Binary | 1011 | 100010 | 10111010 | 1011110 | 1010010 | 0 | 11011 | 11101000 | 1011001 | 100111 |
Color Harmonies of #0B22BA
Complementary color
Monochromatic Colors of #0B22BA
Black with #0B22BA
Text Example
Text Example
White with #0B22BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B22BA; }
p { color: rgb(11,34,186); }
H1.HeaderClassName
{
color: #0B22BA;
}
.AnyTagClassName
{
color: #0B22BA;
}
</style>
background-color css
<style>
a { background-color: #0B22BA; }
a { background-color: rgb(11,34,186); }
div.DivClassName
{
background-color: #0B22BA;
}
.BgClassName
{
background-color: #0B22BA;
}
</style>
border-color css
<style>
span { border-color: #0B22BA; }
span { border-color: rgb(11,34,186); }
td.TdClassName
{
border-color: #0B22BA;
}
.TagClassName
{
border-color: #0B22BA;
}
</style>