Html Css Color HEX #0020AC International Klein Blue
📋 copy color: '#0020AC'red 0 ◦ green 32 ◦ blue 172
Shades of International Klein Blue #0020AC
Tints of International Klein Blue #0020AC
RGB
CMYK
RGB Variations
Color information
#0020AC (or 0x0020AC) is known color: International Klein Blue. HEX triplet: 00, 20 and AC. RGB value is (0,32,172). Sum of RGB (Red+Green+Blue) = 0+32+172=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #0020AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0020AC is #FFDF53. Grayscale: #252525. Windows color (decimal): -16768852 or 11280384. OLE color: 11280384.
HSL color Cylindrical-coordinate representation of color #0020AC: hue angle of 228.84º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0020AC is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 32 | 172 | - |
| CMYK | 1 | 0.81 | 0 | 0.33 |
| HSL | 228.84º | 1% | 0.34% | - |
| HSV(B) | 228.84º | 1% | 0.67% | - |
| XYZ | 7.96 | 4.01 | 39.38 | - |
| YUV | 38.39 | 203.4 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 172 | 1 | 0.81 | 0 | 0.33 | 228.84 | 1 | 0.34 |
| Hex | 0 | 20 | AC | 64 | 51 | 0 | 21 | E5 | 64 | 22 |
| Octal | 0 | 40 | 254 | 144 | 121 | 0 | 41 | 345 | 144 | 42 |
| Binary | 0 | 100000 | 10101100 | 1100100 | 1010001 | 0 | 100001 | 11100101 | 1100100 | 100010 |
Color Harmonies of #0020AC
Complementary color
Monochromatic Colors of #0020AC
Black with #0020AC
Text Example
Text Example
White with #0020AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0020AC; }
p { color: rgb(0,32,172); }
H1.HeaderClassName
{
color: #0020AC;
}
.AnyTagClassName
{
color: #0020AC;
}
</style>
background-color css
<style>
a { background-color: #0020AC; }
a { background-color: rgb(0,32,172); }
div.DivClassName
{
background-color: #0020AC;
}
.BgClassName
{
background-color: #0020AC;
}
</style>
border-color css
<style>
span { border-color: #0020AC; }
span { border-color: rgb(0,32,172); }
td.TdClassName
{
border-color: #0020AC;
}
.TagClassName
{
border-color: #0020AC;
}
</style>