Html Css Color HEX #021EA8 International Klein Blue
📋 copy color: '#021EA8'red 2 ◦ green 30 ◦ blue 168
Shades of International Klein Blue #021EA8
Tints of International Klein Blue #021EA8
RGB
CMYK
RGB Variations
Color information
#021EA8 (or 0x021EA8) is known color: International Klein Blue. HEX triplet: 02, 1E and A8. RGB value is (2,30,168). Sum of RGB (Red+Green+Blue) = 2+30+168=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 168 (66.02% from 255 or 84% from 200); Max value from RGB is 168 - color contains mainly: blue. Hex color #021EA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021EA8 is #FDE157. Grayscale: #242424. Windows color (decimal): -16638296 or 11017730. OLE color: 11017730.
HSL color Cylindrical-coordinate representation of color #021EA8: hue angle of 229.88º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EA8 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 30 | 168 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.34 |
| HSL | 229.88º | 0.98% | 0.33% | - |
| HSV(B) | 229.88º | 0.99% | 0.66% | - |
| XYZ | 7.56 | 3.77 | 37.37 | - |
| YUV | 37.36 | 201.72 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 168 | 0.99 | 0.82 | 0 | 0.34 | 229.88 | 0.98 | 0.33 |
| Hex | 2 | 1E | A8 | 63 | 52 | 0 | 22 | E6 | 62 | 21 |
| Octal | 2 | 36 | 250 | 143 | 122 | 0 | 42 | 346 | 142 | 41 |
| Binary | 10 | 11110 | 10101000 | 1100011 | 1010010 | 0 | 100010 | 11100110 | 1100010 | 100001 |
Color Harmonies of #021EA8
Complementary color
Monochromatic Colors of #021EA8
Black with #021EA8
Text Example
Text Example
White with #021EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021EA8; }
p { color: rgb(2,30,168); }
H1.HeaderClassName
{
color: #021EA8;
}
.AnyTagClassName
{
color: #021EA8;
}
</style>
background-color css
<style>
a { background-color: #021EA8; }
a { background-color: rgb(2,30,168); }
div.DivClassName
{
background-color: #021EA8;
}
.BgClassName
{
background-color: #021EA8;
}
</style>
border-color css
<style>
span { border-color: #021EA8; }
span { border-color: rgb(2,30,168); }
td.TdClassName
{
border-color: #021EA8;
}
.TagClassName
{
border-color: #021EA8;
}
</style>