Html Css Color HEX #021BBB International Klein Blue
📋 copy color: '#021BBB'red 2 ◦ green 27 ◦ blue 187
Shades of International Klein Blue #021BBB
Tints of International Klein Blue #021BBB
RGB
CMYK
RGB Variations
Color information
#021BBB (or 0x021BBB) is known color: International Klein Blue. HEX triplet: 02, 1B and BB. RGB value is (2,27,187). Sum of RGB (Red+Green+Blue) = 2+27+187=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 187 (73.44% from 255 or 86.57% from 216); Max value from RGB is 187 - color contains mainly: blue. Hex color #021BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BBB is #FDE444. Grayscale: #252525. Windows color (decimal): -16639045 or 12262146. OLE color: 12262146.
HSL color Cylindrical-coordinate representation of color #021BBB: hue angle of 231.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BBB is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 27 | 187 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.27 |
| HSL | 231.89º | 0.98% | 0.37% | - |
| HSV(B) | 231.89º | 0.99% | 0.73% | - |
| XYZ | 9.39 | 4.38 | 47.37 | - |
| YUV | 37.77 | 212.22 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 187 | 0.99 | 0.86 | 0 | 0.27 | 231.89 | 0.98 | 0.37 |
| Hex | 2 | 1B | BB | 63 | 56 | 0 | 1B | E8 | 62 | 25 |
| Octal | 2 | 33 | 273 | 143 | 126 | 0 | 33 | 350 | 142 | 45 |
| Binary | 10 | 11011 | 10111011 | 1100011 | 1010110 | 0 | 11011 | 11101000 | 1100010 | 100101 |
Color Harmonies of #021BBB
Complementary color
Monochromatic Colors of #021BBB
Black with #021BBB
Text Example
Text Example
White with #021BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BBB; }
p { color: rgb(2,27,187); }
H1.HeaderClassName
{
color: #021BBB;
}
.AnyTagClassName
{
color: #021BBB;
}
</style>
background-color css
<style>
a { background-color: #021BBB; }
a { background-color: rgb(2,27,187); }
div.DivClassName
{
background-color: #021BBB;
}
.BgClassName
{
background-color: #021BBB;
}
</style>
border-color css
<style>
span { border-color: #021BBB; }
span { border-color: rgb(2,27,187); }
td.TdClassName
{
border-color: #021BBB;
}
.TagClassName
{
border-color: #021BBB;
}
</style>