Html Css Color HEX #0021BA International Klein Blue
📋 copy color: '#0021BA'red 0 ◦ green 33 ◦ blue 186
Shades of International Klein Blue #0021BA
Tints of International Klein Blue #0021BA
RGB
CMYK
RGB Variations
Color information
#0021BA (or 0x0021BA) is known color: International Klein Blue. HEX triplet: 00, 21 and BA. RGB value is (0,33,186). Sum of RGB (Red+Green+Blue) = 0+33+186=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 186 (73.05% from 255 or 84.93% from 219); Max value from RGB is 186 - color contains mainly: blue. Hex color #0021BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0021BA is #FFDE45. Grayscale: #272727. Windows color (decimal): -16768582 or 12198144. OLE color: 12198144.
HSL color Cylindrical-coordinate representation of color #0021BA: hue angle of 229.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021BA is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 33 | 186 | - |
| CMYK | 1 | 0.82 | 0 | 0.27 |
| HSL | 229.35º | 1% | 0.36% | - |
| HSV(B) | 229.35º | 1% | 0.73% | - |
| XYZ | 9.41 | 4.63 | 46.85 | - |
| YUV | 40.58 | 210.07 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 186 | 1 | 0.82 | 0 | 0.27 | 229.35 | 1 | 0.36 |
| Hex | 0 | 21 | BA | 64 | 52 | 0 | 1B | E5 | 64 | 24 |
| Octal | 0 | 41 | 272 | 144 | 122 | 0 | 33 | 345 | 144 | 44 |
| Binary | 0 | 100001 | 10111010 | 1100100 | 1010010 | 0 | 11011 | 11100101 | 1100100 | 100100 |
Color Harmonies of #0021BA
Complementary color
Monochromatic Colors of #0021BA
Black with #0021BA
Text Example
Text Example
White with #0021BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0021BA; }
p { color: rgb(0,33,186); }
H1.HeaderClassName
{
color: #0021BA;
}
.AnyTagClassName
{
color: #0021BA;
}
</style>
background-color css
<style>
a { background-color: #0021BA; }
a { background-color: rgb(0,33,186); }
div.DivClassName
{
background-color: #0021BA;
}
.BgClassName
{
background-color: #0021BA;
}
</style>
border-color css
<style>
span { border-color: #0021BA; }
span { border-color: rgb(0,33,186); }
td.TdClassName
{
border-color: #0021BA;
}
.TagClassName
{
border-color: #0021BA;
}
</style>