Html Css Color HEX #021EC0 International Klein Blue
📋 copy color: '#021EC0'red 2 ◦ green 30 ◦ blue 192
Shades of International Klein Blue #021EC0
Tints of International Klein Blue #021EC0
RGB
CMYK
RGB Variations
Color information
#021EC0 (or 0x021EC0) is known color: International Klein Blue. HEX triplet: 02, 1E and C0. RGB value is (2,30,192). Sum of RGB (Red+Green+Blue) = 2+30+192=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 192 (75.39% from 255 or 85.71% from 224); Max value from RGB is 192 - color contains mainly: blue. Hex color #021EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EC0 is #FDE13F. Grayscale: #272727. Windows color (decimal): -16638272 or 12590594. OLE color: 12590594.
HSL color Cylindrical-coordinate representation of color #021EC0: hue angle of 231.16º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EC0 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 30 | 192 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.25 |
| HSL | 231.16º | 0.98% | 0.38% | - |
| HSV(B) | 231.16º | 0.99% | 0.75% | - |
| XYZ | 10 | 4.75 | 50.26 | - |
| YUV | 40.1 | 213.72 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 192 | 0.99 | 0.84 | 0 | 0.25 | 231.16 | 0.98 | 0.38 |
| Hex | 2 | 1E | C0 | 63 | 54 | 0 | 19 | E7 | 62 | 26 |
| Octal | 2 | 36 | 300 | 143 | 124 | 0 | 31 | 347 | 142 | 46 |
| Binary | 10 | 11110 | 11000000 | 1100011 | 1010100 | 0 | 11001 | 11100111 | 1100010 | 100110 |
Color Harmonies of #021EC0
Complementary color
Monochromatic Colors of #021EC0
Black with #021EC0
Text Example
Text Example
White with #021EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021EC0; }
p { color: rgb(2,30,192); }
H1.HeaderClassName
{
color: #021EC0;
}
.AnyTagClassName
{
color: #021EC0;
}
</style>
background-color css
<style>
a { background-color: #021EC0; }
a { background-color: rgb(2,30,192); }
div.DivClassName
{
background-color: #021EC0;
}
.BgClassName
{
background-color: #021EC0;
}
</style>
border-color css
<style>
span { border-color: #021EC0; }
span { border-color: rgb(2,30,192); }
td.TdClassName
{
border-color: #021EC0;
}
.TagClassName
{
border-color: #021EC0;
}
</style>