Html Css Color HEX #011BAB International Klein Blue
📋 copy color: '#011BAB'red 1 ◦ green 27 ◦ blue 171
Shades of International Klein Blue #011BAB
Tints of International Klein Blue #011BAB
RGB
CMYK
RGB Variations
Color information
#011BAB (or 0x011BAB) is known color: International Klein Blue. HEX triplet: 01, 1B and AB. RGB value is (1,27,171). Sum of RGB (Red+Green+Blue) = 1+27+171=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #011BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011BAB is #FEE454. Grayscale: #232323. Windows color (decimal): -16704597 or 11213569. OLE color: 11213569.
HSL color Cylindrical-coordinate representation of color #011BAB: hue angle of 230.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011BAB is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 27 | 171 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.33 |
| HSL | 230.82º | 0.99% | 0.34% | - |
| HSV(B) | 230.82º | 0.99% | 0.67% | - |
| XYZ | 7.76 | 3.73 | 38.84 | - |
| YUV | 35.64 | 204.39 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 171 | 0.99 | 0.84 | 0 | 0.33 | 230.82 | 0.99 | 0.34 |
| Hex | 1 | 1B | AB | 63 | 54 | 0 | 21 | E7 | 63 | 22 |
| Octal | 1 | 33 | 253 | 143 | 124 | 0 | 41 | 347 | 143 | 42 |
| Binary | 1 | 11011 | 10101011 | 1100011 | 1010100 | 0 | 100001 | 11100111 | 1100011 | 100010 |
Color Harmonies of #011BAB
Complementary color
Monochromatic Colors of #011BAB
Black with #011BAB
Text Example
Text Example
White with #011BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BAB; }
p { color: rgb(1,27,171); }
H1.HeaderClassName
{
color: #011BAB;
}
.AnyTagClassName
{
color: #011BAB;
}
</style>
background-color css
<style>
a { background-color: #011BAB; }
a { background-color: rgb(1,27,171); }
div.DivClassName
{
background-color: #011BAB;
}
.BgClassName
{
background-color: #011BAB;
}
</style>
border-color css
<style>
span { border-color: #011BAB; }
span { border-color: rgb(1,27,171); }
td.TdClassName
{
border-color: #011BAB;
}
.TagClassName
{
border-color: #011BAB;
}
</style>