Html Css Color HEX #021BA8 International Klein Blue
📋 copy color: '#021BA8'red 2 ◦ green 27 ◦ blue 168
Shades of International Klein Blue #021BA8
Tints of International Klein Blue #021BA8
RGB
CMYK
RGB Variations
Color information
#021BA8 (or 0x021BA8) is known color: International Klein Blue. HEX triplet: 02, 1B and A8. RGB value is (2,27,168). Sum of RGB (Red+Green+Blue) = 2+27+168=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 168 (66.02% from 255 or 85.28% from 197); Max value from RGB is 168 - color contains mainly: blue. Hex color #021BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021BA8 is #FDE457. Grayscale: #232323. Windows color (decimal): -16639064 or 11016962. OLE color: 11016962.
HSL color Cylindrical-coordinate representation of color #021BA8: hue angle of 230.96º 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 #021BA8 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 27 | 168 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.34 |
| HSL | 230.96º | 0.98% | 0.33% | - |
| HSV(B) | 230.96º | 0.99% | 0.66% | - |
| XYZ | 7.48 | 3.62 | 37.35 | - |
| YUV | 35.6 | 202.72 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 168 | 0.99 | 0.84 | 0 | 0.34 | 230.96 | 0.98 | 0.33 |
| Hex | 2 | 1B | A8 | 63 | 54 | 0 | 22 | E7 | 62 | 21 |
| Octal | 2 | 33 | 250 | 143 | 124 | 0 | 42 | 347 | 142 | 41 |
| Binary | 10 | 11011 | 10101000 | 1100011 | 1010100 | 0 | 100010 | 11100111 | 1100010 | 100001 |
Color Harmonies of #021BA8
Complementary color
Monochromatic Colors of #021BA8
Black with #021BA8
Text Example
Text Example
White with #021BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BA8; }
p { color: rgb(2,27,168); }
H1.HeaderClassName
{
color: #021BA8;
}
.AnyTagClassName
{
color: #021BA8;
}
</style>
background-color css
<style>
a { background-color: #021BA8; }
a { background-color: rgb(2,27,168); }
div.DivClassName
{
background-color: #021BA8;
}
.BgClassName
{
background-color: #021BA8;
}
</style>
border-color css
<style>
span { border-color: #021BA8; }
span { border-color: rgb(2,27,168); }
td.TdClassName
{
border-color: #021BA8;
}
.TagClassName
{
border-color: #021BA8;
}
</style>