Html Css Color HEX #022BB2 International Klein Blue
📋 copy color: '#022BB2'red 2 ◦ green 43 ◦ blue 178
Shades of International Klein Blue #022BB2
Tints of International Klein Blue #022BB2
RGB
CMYK
RGB Variations
Color information
#022BB2 (or 0x022BB2) is known color: International Klein Blue. HEX triplet: 02, 2B and B2. RGB value is (2,43,178). Sum of RGB (Red+Green+Blue) = 2+43+178=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 178 (69.92% from 255 or 79.82% from 223); Max value from RGB is 178 - color contains mainly: blue. Hex color #022BB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022BB2 is #FDD44D. Grayscale: #2D2D2D. Windows color (decimal): -16634958 or 11676418. OLE color: 11676418.
HSL color Cylindrical-coordinate representation of color #022BB2: hue angle of 226.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BB2 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 43 | 178 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.30 |
| HSL | 226.02º | 0.98% | 0.35% | - |
| HSV(B) | 226.02º | 0.99% | 0.7% | - |
| XYZ | 8.92 | 4.96 | 42.61 | - |
| YUV | 46.13 | 202.42 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 178 | 0.99 | 0.76 | 0 | 0.30 | 226.02 | 0.98 | 0.35 |
| Hex | 2 | 2B | B2 | 63 | 4C | 0 | 1E | E2 | 62 | 23 |
| Octal | 2 | 53 | 262 | 143 | 114 | 0 | 36 | 342 | 142 | 43 |
| Binary | 10 | 101011 | 10110010 | 1100011 | 1001100 | 0 | 11110 | 11100010 | 1100010 | 100011 |
Color Harmonies of #022BB2
Complementary color
Monochromatic Colors of #022BB2
Black with #022BB2
Text Example
Text Example
White with #022BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BB2; }
p { color: rgb(2,43,178); }
H1.HeaderClassName
{
color: #022BB2;
}
.AnyTagClassName
{
color: #022BB2;
}
</style>
background-color css
<style>
a { background-color: #022BB2; }
a { background-color: rgb(2,43,178); }
div.DivClassName
{
background-color: #022BB2;
}
.BgClassName
{
background-color: #022BB2;
}
</style>
border-color css
<style>
span { border-color: #022BB2; }
span { border-color: rgb(2,43,178); }
td.TdClassName
{
border-color: #022BB2;
}
.TagClassName
{
border-color: #022BB2;
}
</style>