Html Css Color HEX #011BAA International Klein Blue
📋 copy color: '#011BAA'red 1 ◦ green 27 ◦ blue 170
Shades of International Klein Blue #011BAA
Tints of International Klein Blue #011BAA
RGB
CMYK
RGB Variations
Color information
#011BAA (or 0x011BAA) is known color: International Klein Blue. HEX triplet: 01, 1B and AA. RGB value is (1,27,170). Sum of RGB (Red+Green+Blue) = 1+27+170=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #011BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011BAA is #FEE455. Grayscale: #222222. Windows color (decimal): -16704598 or 11148033. OLE color: 11148033.
HSL color Cylindrical-coordinate representation of color #011BAA: hue angle of 230.77º 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 #011BAA is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 27 | 170 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.33 |
| HSL | 230.77º | 0.99% | 0.34% | - |
| HSV(B) | 230.77º | 0.99% | 0.67% | - |
| XYZ | 7.66 | 3.69 | 38.34 | - |
| YUV | 35.53 | 203.89 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 170 | 0.99 | 0.84 | 0 | 0.33 | 230.77 | 0.99 | 0.34 |
| Hex | 1 | 1B | AA | 63 | 54 | 0 | 21 | E7 | 63 | 22 |
| Octal | 1 | 33 | 252 | 143 | 124 | 0 | 41 | 347 | 143 | 42 |
| Binary | 1 | 11011 | 10101010 | 1100011 | 1010100 | 0 | 100001 | 11100111 | 1100011 | 100010 |
Color Harmonies of #011BAA
Complementary color
Monochromatic Colors of #011BAA
Black with #011BAA
Text Example
Text Example
White with #011BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011BAA; }
p { color: rgb(1,27,170); }
H1.HeaderClassName
{
color: #011BAA;
}
.AnyTagClassName
{
color: #011BAA;
}
</style>
background-color css
<style>
a { background-color: #011BAA; }
a { background-color: rgb(1,27,170); }
div.DivClassName
{
background-color: #011BAA;
}
.BgClassName
{
background-color: #011BAA;
}
</style>
border-color css
<style>
span { border-color: #011BAA; }
span { border-color: rgb(1,27,170); }
td.TdClassName
{
border-color: #011BAA;
}
.TagClassName
{
border-color: #011BAA;
}
</style>