Html Css Color HEX #0020AB International Klein Blue
📋 copy color: '#0020AB'red 0 ◦ green 32 ◦ blue 171
Shades of International Klein Blue #0020AB
Tints of International Klein Blue #0020AB
RGB
CMYK
RGB Variations
Color information
#0020AB (or 0x0020AB) is known color: International Klein Blue. HEX triplet: 00, 20 and AB. RGB value is (0,32,171). Sum of RGB (Red+Green+Blue) = 0+32+171=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #0020AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0020AB is #FFDF54. Grayscale: #252525. Windows color (decimal): -16768853 or 11214848. OLE color: 11214848.
HSL color Cylindrical-coordinate representation of color #0020AB: hue angle of 228.77º 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 #0020AB is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 32 | 171 | - |
| CMYK | 1 | 0.81 | 0 | 0.33 |
| HSL | 228.77º | 1% | 0.34% | - |
| HSV(B) | 228.77º | 1% | 0.67% | - |
| XYZ | 7.87 | 3.97 | 38.88 | - |
| YUV | 38.28 | 202.9 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 171 | 1 | 0.81 | 0 | 0.33 | 228.77 | 1 | 0.34 |
| Hex | 0 | 20 | AB | 64 | 51 | 0 | 21 | E5 | 64 | 22 |
| Octal | 0 | 40 | 253 | 144 | 121 | 0 | 41 | 345 | 144 | 42 |
| Binary | 0 | 100000 | 10101011 | 1100100 | 1010001 | 0 | 100001 | 11100101 | 1100100 | 100010 |
Color Harmonies of #0020AB
Complementary color
Monochromatic Colors of #0020AB
Black with #0020AB
Text Example
Text Example
White with #0020AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0020AB; }
p { color: rgb(0,32,171); }
H1.HeaderClassName
{
color: #0020AB;
}
.AnyTagClassName
{
color: #0020AB;
}
</style>
background-color css
<style>
a { background-color: #0020AB; }
a { background-color: rgb(0,32,171); }
div.DivClassName
{
background-color: #0020AB;
}
.BgClassName
{
background-color: #0020AB;
}
</style>
border-color css
<style>
span { border-color: #0020AB; }
span { border-color: rgb(0,32,171); }
td.TdClassName
{
border-color: #0020AB;
}
.TagClassName
{
border-color: #0020AB;
}
</style>