Html Css Color HEX #0B1BA3 International Klein Blue
📋 copy color: '#0B1BA3'red 11 ◦ green 27 ◦ blue 163
Shades of International Klein Blue #0B1BA3
Tints of International Klein Blue #0B1BA3
RGB
CMYK
RGB Variations
Color information
#0B1BA3 (or 0x0B1BA3) is known color: International Klein Blue. HEX triplet: 0B, 1B and A3. RGB value is (11,27,163). Sum of RGB (Red+Green+Blue) = 11+27+163=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 163 (64.06% from 255 or 81.09% from 201); Max value from RGB is 163 - color contains mainly: blue. Hex color #0B1BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1BA3 is #F4E45C. Grayscale: #252525. Windows color (decimal): -16049245 or 10689291. OLE color: 10689291.
HSL color Cylindrical-coordinate representation of color #0B1BA3: hue angle of 233.68º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B1BA3 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 27 | 163 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.36 |
| HSL | 233.68º | 0.87% | 0.34% | - |
| HSV(B) | 233.68º | 0.93% | 0.64% | - |
| XYZ | 7.14 | 3.5 | 34.95 | - |
| YUV | 37.72 | 198.7 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 27 | 163 | 0.93 | 0.83 | 0 | 0.36 | 233.68 | 0.87 | 0.34 |
| Hex | B | 1B | A3 | 5D | 53 | 0 | 24 | EA | 57 | 22 |
| Octal | 13 | 33 | 243 | 135 | 123 | 0 | 44 | 352 | 127 | 42 |
| Binary | 1011 | 11011 | 10100011 | 1011101 | 1010011 | 0 | 100100 | 11101010 | 1010111 | 100010 |
Color Harmonies of #0B1BA3
Complementary color
Monochromatic Colors of #0B1BA3
Black with #0B1BA3
Text Example
Text Example
White with #0B1BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1BA3; }
p { color: rgb(11,27,163); }
H1.HeaderClassName
{
color: #0B1BA3;
}
.AnyTagClassName
{
color: #0B1BA3;
}
</style>
background-color css
<style>
a { background-color: #0B1BA3; }
a { background-color: rgb(11,27,163); }
div.DivClassName
{
background-color: #0B1BA3;
}
.BgClassName
{
background-color: #0B1BA3;
}
</style>
border-color css
<style>
span { border-color: #0B1BA3; }
span { border-color: rgb(11,27,163); }
td.TdClassName
{
border-color: #0B1BA3;
}
.TagClassName
{
border-color: #0B1BA3;
}
</style>