Html Css Color HEX #022BBA International Klein Blue
📋 copy color: '#022BBA'red 2 ◦ green 43 ◦ blue 186
Shades of International Klein Blue #022BBA
Tints of International Klein Blue #022BBA
RGB
CMYK
RGB Variations
Color information
#022BBA (or 0x022BBA) is known color: International Klein Blue. HEX triplet: 02, 2B and BA. RGB value is (2,43,186). Sum of RGB (Red+Green+Blue) = 2+43+186=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #022BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BBA is #FDD445. Grayscale: #2E2E2E. Windows color (decimal): -16634950 or 12200706. OLE color: 12200706.
HSL color Cylindrical-coordinate representation of color #022BBA: hue angle of 226.63º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BBA is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 43 | 186 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.27 |
| HSL | 226.63º | 0.98% | 0.37% | - |
| HSV(B) | 226.63º | 0.99% | 0.73% | - |
| XYZ | 9.75 | 5.29 | 46.96 | - |
| YUV | 47.04 | 206.42 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 186 | 0.99 | 0.77 | 0 | 0.27 | 226.63 | 0.98 | 0.37 |
| Hex | 2 | 2B | BA | 63 | 4D | 0 | 1B | E3 | 62 | 25 |
| Octal | 2 | 53 | 272 | 143 | 115 | 0 | 33 | 343 | 142 | 45 |
| Binary | 10 | 101011 | 10111010 | 1100011 | 1001101 | 0 | 11011 | 11100011 | 1100010 | 100101 |
Color Harmonies of #022BBA
Complementary color
Monochromatic Colors of #022BBA
Black with #022BBA
Text Example
Text Example
White with #022BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BBA; }
p { color: rgb(2,43,186); }
H1.HeaderClassName
{
color: #022BBA;
}
.AnyTagClassName
{
color: #022BBA;
}
</style>
background-color css
<style>
a { background-color: #022BBA; }
a { background-color: rgb(2,43,186); }
div.DivClassName
{
background-color: #022BBA;
}
.BgClassName
{
background-color: #022BBA;
}
</style>
border-color css
<style>
span { border-color: #022BBA; }
span { border-color: rgb(2,43,186); }
td.TdClassName
{
border-color: #022BBA;
}
.TagClassName
{
border-color: #022BBA;
}
</style>