Html Css Color HEX #0021BC International Klein Blue
📋 copy color: '#0021BC'red 0 ◦ green 33 ◦ blue 188
Shades of International Klein Blue #0021BC
Tints of International Klein Blue #0021BC
RGB
CMYK
RGB Variations
Color information
#0021BC (or 0x0021BC) is known color: International Klein Blue. HEX triplet: 00, 21 and BC. RGB value is (0,33,188). Sum of RGB (Red+Green+Blue) = 0+33+188=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #0021BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0021BC is #FFDE43. Grayscale: #282828. Windows color (decimal): -16768580 or 12329216. OLE color: 12329216.
HSL color Cylindrical-coordinate representation of color #0021BC: hue angle of 229.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021BC is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 33 | 188 | - |
| CMYK | 1 | 0.82 | 0 | 0.26 |
| HSL | 229.47º | 1% | 0.37% | - |
| HSV(B) | 229.47º | 1% | 0.74% | - |
| XYZ | 9.62 | 4.72 | 47.98 | - |
| YUV | 40.8 | 211.07 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 188 | 1 | 0.82 | 0 | 0.26 | 229.47 | 1 | 0.37 |
| Hex | 0 | 21 | BC | 64 | 52 | 0 | 1A | E5 | 64 | 25 |
| Octal | 0 | 41 | 274 | 144 | 122 | 0 | 32 | 345 | 144 | 45 |
| Binary | 0 | 100001 | 10111100 | 1100100 | 1010010 | 0 | 11010 | 11100101 | 1100100 | 100101 |
Color Harmonies of #0021BC
Complementary color
Monochromatic Colors of #0021BC
Black with #0021BC
Text Example
Text Example
White with #0021BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0021BC; }
p { color: rgb(0,33,188); }
H1.HeaderClassName
{
color: #0021BC;
}
.AnyTagClassName
{
color: #0021BC;
}
</style>
background-color css
<style>
a { background-color: #0021BC; }
a { background-color: rgb(0,33,188); }
div.DivClassName
{
background-color: #0021BC;
}
.BgClassName
{
background-color: #0021BC;
}
</style>
border-color css
<style>
span { border-color: #0021BC; }
span { border-color: rgb(0,33,188); }
td.TdClassName
{
border-color: #0021BC;
}
.TagClassName
{
border-color: #0021BC;
}
</style>