Html Css Color HEX #0218AB International Klein Blue
📋 copy color: '#0218AB'red 2 ◦ green 24 ◦ blue 171
Shades of International Klein Blue #0218AB
Tints of International Klein Blue #0218AB
RGB
CMYK
RGB Variations
Color information
#0218AB (or 0x0218AB) is known color: International Klein Blue. HEX triplet: 02, 18 and AB. RGB value is (2,24,171). Sum of RGB (Red+Green+Blue) = 2+24+171=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 171 (67.19% from 255 or 86.80% from 197); Max value from RGB is 171 - color contains mainly: blue. Hex color #0218AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0218AB is #FDE754. Grayscale: #212121. Windows color (decimal): -16639829 or 11212802. OLE color: 11212802.
HSL color Cylindrical-coordinate representation of color #0218AB: hue angle of 232.19º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218AB is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 24 | 171 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.33 |
| HSL | 232.19º | 0.98% | 0.34% | - |
| HSV(B) | 232.19º | 0.99% | 0.67% | - |
| XYZ | 7.7 | 3.61 | 38.82 | - |
| YUV | 34.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 171 | 0.99 | 0.86 | 0 | 0.33 | 232.19 | 0.98 | 0.34 |
| Hex | 2 | 18 | AB | 63 | 56 | 0 | 21 | E8 | 62 | 22 |
| Octal | 2 | 30 | 253 | 143 | 126 | 0 | 41 | 350 | 142 | 42 |
| Binary | 10 | 11000 | 10101011 | 1100011 | 1010110 | 0 | 100001 | 11101000 | 1100010 | 100010 |
Color Harmonies of #0218AB
Complementary color
Monochromatic Colors of #0218AB
Black with #0218AB
Text Example
Text Example
White with #0218AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218AB; }
p { color: rgb(2,24,171); }
H1.HeaderClassName
{
color: #0218AB;
}
.AnyTagClassName
{
color: #0218AB;
}
</style>
background-color css
<style>
a { background-color: #0218AB; }
a { background-color: rgb(2,24,171); }
div.DivClassName
{
background-color: #0218AB;
}
.BgClassName
{
background-color: #0218AB;
}
</style>
border-color css
<style>
span { border-color: #0218AB; }
span { border-color: rgb(2,24,171); }
td.TdClassName
{
border-color: #0218AB;
}
.TagClassName
{
border-color: #0218AB;
}
</style>