Html Css Color HEX #0B1CBA International Klein Blue
📋 copy color: '#0B1CBA'red 11 ◦ green 28 ◦ blue 186
Shades of International Klein Blue #0B1CBA
Tints of International Klein Blue #0B1CBA
RGB
CMYK
RGB Variations
Color information
#0B1CBA (or 0x0B1CBA) is known color: International Klein Blue. HEX triplet: 0B, 1C and BA. RGB value is (11,28,186). Sum of RGB (Red+Green+Blue) = 11+28+186=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B1CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1CBA is #F4E345. Grayscale: #282828. Windows color (decimal): -16048966 or 12196875. OLE color: 12196875.
HSL color Cylindrical-coordinate representation of color #0B1CBA: hue angle of 234.17º 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 #0B1CBA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 28 | 186 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.27 |
| HSL | 234.17º | 0.89% | 0.39% | - |
| HSV(B) | 234.17º | 0.94% | 0.73% | - |
| XYZ | 9.42 | 4.45 | 46.82 | - |
| YUV | 40.93 | 209.87 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 28 | 186 | 0.94 | 0.85 | 0 | 0.27 | 234.17 | 0.89 | 0.39 |
| Hex | B | 1C | BA | 5E | 55 | 0 | 1B | EA | 59 | 27 |
| Octal | 13 | 34 | 272 | 136 | 125 | 0 | 33 | 352 | 131 | 47 |
| Binary | 1011 | 11100 | 10111010 | 1011110 | 1010101 | 0 | 11011 | 11101010 | 1011001 | 100111 |
Color Harmonies of #0B1CBA
Complementary color
Monochromatic Colors of #0B1CBA
Black with #0B1CBA
Text Example
Text Example
White with #0B1CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1CBA; }
p { color: rgb(11,28,186); }
H1.HeaderClassName
{
color: #0B1CBA;
}
.AnyTagClassName
{
color: #0B1CBA;
}
</style>
background-color css
<style>
a { background-color: #0B1CBA; }
a { background-color: rgb(11,28,186); }
div.DivClassName
{
background-color: #0B1CBA;
}
.BgClassName
{
background-color: #0B1CBA;
}
</style>
border-color css
<style>
span { border-color: #0B1CBA; }
span { border-color: rgb(11,28,186); }
td.TdClassName
{
border-color: #0B1CBA;
}
.TagClassName
{
border-color: #0B1CBA;
}
</style>