Html Css Color HEX #0120AC International Klein Blue
📋 copy color: '#0120AC'red 1 ◦ green 32 ◦ blue 172
Shades of International Klein Blue #0120AC
Tints of International Klein Blue #0120AC
RGB
CMYK
RGB Variations
Color information
#0120AC (or 0x0120AC) is known color: International Klein Blue. HEX triplet: 01, 20 and AC. RGB value is (1,32,172). Sum of RGB (Red+Green+Blue) = 1+32+172=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #0120AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0120AC is #FEDF53. Grayscale: #262626. Windows color (decimal): -16703316 or 11280385. OLE color: 11280385.
HSL color Cylindrical-coordinate representation of color #0120AC: hue angle of 229.12º degrees, saturation: 0.99, 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 #0120AC is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 32 | 172 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.33 |
| HSL | 229.12º | 0.99% | 0.34% | - |
| HSV(B) | 229.12º | 0.99% | 0.67% | - |
| XYZ | 7.98 | 4.02 | 39.38 | - |
| YUV | 38.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 172 | 0.99 | 0.81 | 0 | 0.33 | 229.12 | 0.99 | 0.34 |
| Hex | 1 | 20 | AC | 63 | 51 | 0 | 21 | E5 | 63 | 22 |
| Octal | 1 | 40 | 254 | 143 | 121 | 0 | 41 | 345 | 143 | 42 |
| Binary | 1 | 100000 | 10101100 | 1100011 | 1010001 | 0 | 100001 | 11100101 | 1100011 | 100010 |
Color Harmonies of #0120AC
Complementary color
Monochromatic Colors of #0120AC
Black with #0120AC
Text Example
Text Example
White with #0120AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0120AC; }
p { color: rgb(1,32,172); }
H1.HeaderClassName
{
color: #0120AC;
}
.AnyTagClassName
{
color: #0120AC;
}
</style>
background-color css
<style>
a { background-color: #0120AC; }
a { background-color: rgb(1,32,172); }
div.DivClassName
{
background-color: #0120AC;
}
.BgClassName
{
background-color: #0120AC;
}
</style>
border-color css
<style>
span { border-color: #0120AC; }
span { border-color: rgb(1,32,172); }
td.TdClassName
{
border-color: #0120AC;
}
.TagClassName
{
border-color: #0120AC;
}
</style>