Html Css Color HEX #0821BA International Klein Blue
📋 copy color: '#0821BA'red 8 ◦ green 33 ◦ blue 186
Shades of International Klein Blue #0821BA
Tints of International Klein Blue #0821BA
RGB
CMYK
RGB Variations
Color information
#0821BA (or 0x0821BA) is known color: International Klein Blue. HEX triplet: 08, 21 and BA. RGB value is (8,33,186). Sum of RGB (Red+Green+Blue) = 8+33+186=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #0821BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0821BA is #F7DE45. Grayscale: #2A2A2A. Windows color (decimal): -16244294 or 12198152. OLE color: 12198152.
HSL color Cylindrical-coordinate representation of color #0821BA: hue angle of 231.57º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0821BA is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 33 | 186 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.27 |
| HSL | 231.57º | 0.92% | 0.38% | - |
| HSV(B) | 231.57º | 0.96% | 0.73% | - |
| XYZ | 9.51 | 4.68 | 46.86 | - |
| YUV | 42.97 | 208.72 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 186 | 0.96 | 0.82 | 0 | 0.27 | 231.57 | 0.92 | 0.38 |
| Hex | 8 | 21 | BA | 60 | 52 | 0 | 1B | E8 | 5C | 26 |
| Octal | 10 | 41 | 272 | 140 | 122 | 0 | 33 | 350 | 134 | 46 |
| Binary | 1000 | 100001 | 10111010 | 1100000 | 1010010 | 0 | 11011 | 11101000 | 1011100 | 100110 |
Color Harmonies of #0821BA
Complementary color
Monochromatic Colors of #0821BA
Black with #0821BA
Text Example
Text Example
White with #0821BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0821BA; }
p { color: rgb(8,33,186); }
H1.HeaderClassName
{
color: #0821BA;
}
.AnyTagClassName
{
color: #0821BA;
}
</style>
background-color css
<style>
a { background-color: #0821BA; }
a { background-color: rgb(8,33,186); }
div.DivClassName
{
background-color: #0821BA;
}
.BgClassName
{
background-color: #0821BA;
}
</style>
border-color css
<style>
span { border-color: #0821BA; }
span { border-color: rgb(8,33,186); }
td.TdClassName
{
border-color: #0821BA;
}
.TagClassName
{
border-color: #0821BA;
}
</style>