Html Css Color HEX #021BA1 International Klein Blue
📋 copy color: '#021BA1'red 2 ◦ green 27 ◦ blue 161
Shades of International Klein Blue #021BA1
Tints of International Klein Blue #021BA1
RGB
CMYK
RGB Variations
Color information
#021BA1 (or 0x021BA1) is known color: International Klein Blue. HEX triplet: 02, 1B and A1. RGB value is (2,27,161). Sum of RGB (Red+Green+Blue) = 2+27+161=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 161 (63.28% from 255 or 84.74% from 190); Max value from RGB is 161 - color contains mainly: blue. Hex color #021BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021BA1 is #FDE45E. Grayscale: #222222. Windows color (decimal): -16639071 or 10558210. OLE color: 10558210.
HSL color Cylindrical-coordinate representation of color #021BA1: hue angle of 230.57º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BA1 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 27 | 161 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.37 |
| HSL | 230.57º | 0.98% | 0.32% | - |
| HSV(B) | 230.57º | 0.99% | 0.63% | - |
| XYZ | 6.85 | 3.37 | 34.01 | - |
| YUV | 34.8 | 199.22 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 161 | 0.99 | 0.83 | 0 | 0.37 | 230.57 | 0.98 | 0.32 |
| Hex | 2 | 1B | A1 | 63 | 53 | 0 | 25 | E7 | 62 | 20 |
| Octal | 2 | 33 | 241 | 143 | 123 | 0 | 45 | 347 | 142 | 40 |
| Binary | 10 | 11011 | 10100001 | 1100011 | 1010011 | 0 | 100101 | 11100111 | 1100010 | 100000 |
Color Harmonies of #021BA1
Complementary color
Monochromatic Colors of #021BA1
Black with #021BA1
Text Example
Text Example
White with #021BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BA1; }
p { color: rgb(2,27,161); }
H1.HeaderClassName
{
color: #021BA1;
}
.AnyTagClassName
{
color: #021BA1;
}
</style>
background-color css
<style>
a { background-color: #021BA1; }
a { background-color: rgb(2,27,161); }
div.DivClassName
{
background-color: #021BA1;
}
.BgClassName
{
background-color: #021BA1;
}
</style>
border-color css
<style>
span { border-color: #021BA1; }
span { border-color: rgb(2,27,161); }
td.TdClassName
{
border-color: #021BA1;
}
.TagClassName
{
border-color: #021BA1;
}
</style>