Html Css Color HEX #021AB2 International Klein Blue
📋 copy color: '#021AB2'red 2 ◦ green 26 ◦ blue 178
Shades of International Klein Blue #021AB2
Tints of International Klein Blue #021AB2
RGB
CMYK
RGB Variations
Color information
#021AB2 (or 0x021AB2) is known color: International Klein Blue. HEX triplet: 02, 1A and B2. RGB value is (2,26,178). Sum of RGB (Red+Green+Blue) = 2+26+178=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 178 (69.92% from 255 or 86.41% from 206); Max value from RGB is 178 - color contains mainly: blue. Hex color #021AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AB2 is #FDE54D. Grayscale: #232323. Windows color (decimal): -16639310 or 11672066. OLE color: 11672066.
HSL color Cylindrical-coordinate representation of color #021AB2: hue angle of 231.82º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021AB2 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 26 | 178 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.30 |
| HSL | 231.82º | 0.98% | 0.35% | - |
| HSV(B) | 231.82º | 0.99% | 0.7% | - |
| XYZ | 8.43 | 3.97 | 42.44 | - |
| YUV | 36.15 | 208.05 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 178 | 0.99 | 0.85 | 0 | 0.30 | 231.82 | 0.98 | 0.35 |
| Hex | 2 | 1A | B2 | 63 | 55 | 0 | 1E | E8 | 62 | 23 |
| Octal | 2 | 32 | 262 | 143 | 125 | 0 | 36 | 350 | 142 | 43 |
| Binary | 10 | 11010 | 10110010 | 1100011 | 1010101 | 0 | 11110 | 11101000 | 1100010 | 100011 |
Color Harmonies of #021AB2
Complementary color
Monochromatic Colors of #021AB2
Black with #021AB2
Text Example
Text Example
White with #021AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021AB2; }
p { color: rgb(2,26,178); }
H1.HeaderClassName
{
color: #021AB2;
}
.AnyTagClassName
{
color: #021AB2;
}
</style>
background-color css
<style>
a { background-color: #021AB2; }
a { background-color: rgb(2,26,178); }
div.DivClassName
{
background-color: #021AB2;
}
.BgClassName
{
background-color: #021AB2;
}
</style>
border-color css
<style>
span { border-color: #021AB2; }
span { border-color: rgb(2,26,178); }
td.TdClassName
{
border-color: #021AB2;
}
.TagClassName
{
border-color: #021AB2;
}
</style>