Html Css Color HEX #021ABA International Klein Blue
📋 copy color: '#021ABA'red 2 ◦ green 26 ◦ blue 186
Shades of International Klein Blue #021ABA
Tints of International Klein Blue #021ABA
RGB
CMYK
RGB Variations
Color information
#021ABA (or 0x021ABA) is known color: International Klein Blue. HEX triplet: 02, 1A and BA. RGB value is (2,26,186). Sum of RGB (Red+Green+Blue) = 2+26+186=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #021ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ABA is #FDE545. Grayscale: #242424. Windows color (decimal): -16639302 or 12196354. OLE color: 12196354.
HSL color Cylindrical-coordinate representation of color #021ABA: hue angle of 232.17º 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 #021ABA is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 26 | 186 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.27 |
| HSL | 232.17º | 0.98% | 0.37% | - |
| HSV(B) | 232.17º | 0.99% | 0.73% | - |
| XYZ | 9.26 | 4.3 | 46.8 | - |
| YUV | 37.06 | 212.05 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 186 | 0.99 | 0.86 | 0 | 0.27 | 232.17 | 0.98 | 0.37 |
| Hex | 2 | 1A | BA | 63 | 56 | 0 | 1B | E8 | 62 | 25 |
| Octal | 2 | 32 | 272 | 143 | 126 | 0 | 33 | 350 | 142 | 45 |
| Binary | 10 | 11010 | 10111010 | 1100011 | 1010110 | 0 | 11011 | 11101000 | 1100010 | 100101 |
Color Harmonies of #021ABA
Complementary color
Monochromatic Colors of #021ABA
Black with #021ABA
Text Example
Text Example
White with #021ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021ABA; }
p { color: rgb(2,26,186); }
H1.HeaderClassName
{
color: #021ABA;
}
.AnyTagClassName
{
color: #021ABA;
}
</style>
background-color css
<style>
a { background-color: #021ABA; }
a { background-color: rgb(2,26,186); }
div.DivClassName
{
background-color: #021ABA;
}
.BgClassName
{
background-color: #021ABA;
}
</style>
border-color css
<style>
span { border-color: #021ABA; }
span { border-color: rgb(2,26,186); }
td.TdClassName
{
border-color: #021ABA;
}
.TagClassName
{
border-color: #021ABA;
}
</style>