Html Css Color HEX #0218AF International Klein Blue
📋 copy color: '#0218AF'red 2 ◦ green 24 ◦ blue 175
Shades of International Klein Blue #0218AF
Tints of International Klein Blue #0218AF
RGB
CMYK
RGB Variations
Color information
#0218AF (or 0x0218AF) is known color: International Klein Blue. HEX triplet: 02, 18 and AF. RGB value is (2,24,175). Sum of RGB (Red+Green+Blue) = 2+24+175=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 175 (68.75% from 255 or 87.06% from 201); Max value from RGB is 175 - color contains mainly: blue. Hex color #0218AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0218AF is #FDE750. Grayscale: #222222. Windows color (decimal): -16639825 or 11474946. OLE color: 11474946.
HSL color Cylindrical-coordinate representation of color #0218AF: hue angle of 232.37º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218AF is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 24 | 175 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.31 |
| HSL | 232.37º | 0.98% | 0.35% | - |
| HSV(B) | 232.37º | 0.99% | 0.69% | - |
| XYZ | 8.09 | 3.76 | 40.86 | - |
| YUV | 34.64 | 207.21 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 175 | 0.99 | 0.86 | 0 | 0.31 | 232.37 | 0.98 | 0.35 |
| Hex | 2 | 18 | AF | 63 | 56 | 0 | 1F | E8 | 62 | 23 |
| Octal | 2 | 30 | 257 | 143 | 126 | 0 | 37 | 350 | 142 | 43 |
| Binary | 10 | 11000 | 10101111 | 1100011 | 1010110 | 0 | 11111 | 11101000 | 1100010 | 100011 |
Color Harmonies of #0218AF
Complementary color
Monochromatic Colors of #0218AF
Black with #0218AF
Text Example
Text Example
White with #0218AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218AF; }
p { color: rgb(2,24,175); }
H1.HeaderClassName
{
color: #0218AF;
}
.AnyTagClassName
{
color: #0218AF;
}
</style>
background-color css
<style>
a { background-color: #0218AF; }
a { background-color: rgb(2,24,175); }
div.DivClassName
{
background-color: #0218AF;
}
.BgClassName
{
background-color: #0218AF;
}
</style>
border-color css
<style>
span { border-color: #0218AF; }
span { border-color: rgb(2,24,175); }
td.TdClassName
{
border-color: #0218AF;
}
.TagClassName
{
border-color: #0218AF;
}
</style>