Html Css Color HEX #022CBA International Klein Blue
📋 copy color: '#022CBA'red 2 ◦ green 44 ◦ blue 186
Shades of International Klein Blue #022CBA
Tints of International Klein Blue #022CBA
RGB
CMYK
RGB Variations
Color information
#022CBA (or 0x022CBA) is known color: International Klein Blue. HEX triplet: 02, 2C and BA. RGB value is (2,44,186). Sum of RGB (Red+Green+Blue) = 2+44+186=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #022CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CBA is #FDD345. Grayscale: #2F2F2F. Windows color (decimal): -16634694 or 12200962. OLE color: 12200962.
HSL color Cylindrical-coordinate representation of color #022CBA: hue angle of 226.3º 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 #022CBA is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 44 | 186 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.27 |
| HSL | 226.3º | 0.98% | 0.37% | - |
| HSV(B) | 226.3º | 0.99% | 0.73% | - |
| XYZ | 9.79 | 5.36 | 46.97 | - |
| YUV | 47.63 | 206.09 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 186 | 0.99 | 0.76 | 0 | 0.27 | 226.3 | 0.98 | 0.37 |
| Hex | 2 | 2C | BA | 63 | 4C | 0 | 1B | E2 | 62 | 25 |
| Octal | 2 | 54 | 272 | 143 | 114 | 0 | 33 | 342 | 142 | 45 |
| Binary | 10 | 101100 | 10111010 | 1100011 | 1001100 | 0 | 11011 | 11100010 | 1100010 | 100101 |
Color Harmonies of #022CBA
Complementary color
Monochromatic Colors of #022CBA
Black with #022CBA
Text Example
Text Example
White with #022CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CBA; }
p { color: rgb(2,44,186); }
H1.HeaderClassName
{
color: #022CBA;
}
.AnyTagClassName
{
color: #022CBA;
}
</style>
background-color css
<style>
a { background-color: #022CBA; }
a { background-color: rgb(2,44,186); }
div.DivClassName
{
background-color: #022CBA;
}
.BgClassName
{
background-color: #022CBA;
}
</style>
border-color css
<style>
span { border-color: #022CBA; }
span { border-color: rgb(2,44,186); }
td.TdClassName
{
border-color: #022CBA;
}
.TagClassName
{
border-color: #022CBA;
}
</style>