Html Css Color HEX #0B23BA International Klein Blue
📋 copy color: '#0B23BA'red 11 ◦ green 35 ◦ blue 186
Shades of International Klein Blue #0B23BA
Tints of International Klein Blue #0B23BA
RGB
CMYK
RGB Variations
Color information
#0B23BA (or 0x0B23BA) is known color: International Klein Blue. HEX triplet: 0B, 23 and BA. RGB value is (11,35,186). Sum of RGB (Red+Green+Blue) = 11+35+186=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #0B23BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B23BA is #F4DC45. Grayscale: #2C2C2C. Windows color (decimal): -16047174 or 12198667. OLE color: 12198667.
HSL color Cylindrical-coordinate representation of color #0B23BA: hue angle of 231.77º 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 #0B23BA is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 35 | 186 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.27 |
| HSL | 231.77º | 0.89% | 0.39% | - |
| HSV(B) | 231.77º | 0.94% | 0.73% | - |
| XYZ | 9.6 | 4.82 | 46.88 | - |
| YUV | 45.04 | 207.55 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 35 | 186 | 0.94 | 0.81 | 0 | 0.27 | 231.77 | 0.89 | 0.39 |
| Hex | B | 23 | BA | 5E | 51 | 0 | 1B | E8 | 59 | 27 |
| Octal | 13 | 43 | 272 | 136 | 121 | 0 | 33 | 350 | 131 | 47 |
| Binary | 1011 | 100011 | 10111010 | 1011110 | 1010001 | 0 | 11011 | 11101000 | 1011001 | 100111 |
Color Harmonies of #0B23BA
Complementary color
Monochromatic Colors of #0B23BA
Black with #0B23BA
Text Example
Text Example
White with #0B23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B23BA; }
p { color: rgb(11,35,186); }
H1.HeaderClassName
{
color: #0B23BA;
}
.AnyTagClassName
{
color: #0B23BA;
}
</style>
background-color css
<style>
a { background-color: #0B23BA; }
a { background-color: rgb(11,35,186); }
div.DivClassName
{
background-color: #0B23BA;
}
.BgClassName
{
background-color: #0B23BA;
}
</style>
border-color css
<style>
span { border-color: #0B23BA; }
span { border-color: rgb(11,35,186); }
td.TdClassName
{
border-color: #0B23BA;
}
.TagClassName
{
border-color: #0B23BA;
}
</style>