Html Css Color HEX #0218AC International Klein Blue
📋 copy color: '#0218AC'red 2 ◦ green 24 ◦ blue 172
Shades of International Klein Blue #0218AC
Tints of International Klein Blue #0218AC
RGB
CMYK
RGB Variations
Color information
#0218AC (or 0x0218AC) is known color: International Klein Blue. HEX triplet: 02, 18 and AC. RGB value is (2,24,172). Sum of RGB (Red+Green+Blue) = 2+24+172=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 172 (67.58% from 255 or 86.87% from 198); Max value from RGB is 172 - color contains mainly: blue. Hex color #0218AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0218AC is #FDE753. Grayscale: #212121. Windows color (decimal): -16639828 or 11278338. OLE color: 11278338.
HSL color Cylindrical-coordinate representation of color #0218AC: hue angle of 232.24º 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 #0218AC is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 24 | 172 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.33 |
| HSL | 232.24º | 0.98% | 0.34% | - |
| HSV(B) | 232.24º | 0.99% | 0.67% | - |
| XYZ | 7.8 | 3.64 | 39.32 | - |
| YUV | 34.29 | 205.71 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 172 | 0.99 | 0.86 | 0 | 0.33 | 232.24 | 0.98 | 0.34 |
| Hex | 2 | 18 | AC | 63 | 56 | 0 | 21 | E8 | 62 | 22 |
| Octal | 2 | 30 | 254 | 143 | 126 | 0 | 41 | 350 | 142 | 42 |
| Binary | 10 | 11000 | 10101100 | 1100011 | 1010110 | 0 | 100001 | 11101000 | 1100010 | 100010 |
Color Harmonies of #0218AC
Complementary color
Monochromatic Colors of #0218AC
Black with #0218AC
Text Example
Text Example
White with #0218AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0218AC; }
p { color: rgb(2,24,172); }
H1.HeaderClassName
{
color: #0218AC;
}
.AnyTagClassName
{
color: #0218AC;
}
</style>
background-color css
<style>
a { background-color: #0218AC; }
a { background-color: rgb(2,24,172); }
div.DivClassName
{
background-color: #0218AC;
}
.BgClassName
{
background-color: #0218AC;
}
</style>
border-color css
<style>
span { border-color: #0218AC; }
span { border-color: rgb(2,24,172); }
td.TdClassName
{
border-color: #0218AC;
}
.TagClassName
{
border-color: #0218AC;
}
</style>