Html Css Color HEX #0B1BBA International Klein Blue
📋 copy color: '#0B1BBA'red 11 ◦ green 27 ◦ blue 186
Shades of International Klein Blue #0B1BBA
Tints of International Klein Blue #0B1BBA
RGB
CMYK
RGB Variations
Color information
#0B1BBA (or 0x0B1BBA) is known color: International Klein Blue. HEX triplet: 0B, 1B and BA. RGB value is (11,27,186). Sum of RGB (Red+Green+Blue) = 11+27+186=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B1BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1BBA is #F4E445. Grayscale: #272727. Windows color (decimal): -16049222 or 12196619. OLE color: 12196619.
HSL color Cylindrical-coordinate representation of color #0B1BBA: hue angle of 234.51º 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 #0B1BBA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 27 | 186 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.27 |
| HSL | 234.51º | 0.89% | 0.39% | - |
| HSV(B) | 234.51º | 0.94% | 0.73% | - |
| XYZ | 9.39 | 4.4 | 46.81 | - |
| YUV | 40.34 | 210.2 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 186 | 0.94 | 0.85 | 0 | 0.27 | 234.51 | 0.89 | 0.39 |
| Hex | B | 1B | BA | 5E | 55 | 0 | 1B | EB | 59 | 27 |
| Octal | 13 | 33 | 272 | 136 | 125 | 0 | 33 | 353 | 131 | 47 |
| Binary | 1011 | 11011 | 10111010 | 1011110 | 1010101 | 0 | 11011 | 11101011 | 1011001 | 100111 |
Color Harmonies of #0B1BBA
Complementary color
Monochromatic Colors of #0B1BBA
Black with #0B1BBA
Text Example
Text Example
White with #0B1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1BBA; }
p { color: rgb(11,27,186); }
H1.HeaderClassName
{
color: #0B1BBA;
}
.AnyTagClassName
{
color: #0B1BBA;
}
</style>
background-color css
<style>
a { background-color: #0B1BBA; }
a { background-color: rgb(11,27,186); }
div.DivClassName
{
background-color: #0B1BBA;
}
.BgClassName
{
background-color: #0B1BBA;
}
</style>
border-color css
<style>
span { border-color: #0B1BBA; }
span { border-color: rgb(11,27,186); }
td.TdClassName
{
border-color: #0B1BBA;
}
.TagClassName
{
border-color: #0B1BBA;
}
</style>