Html Css Color HEX #022BB7 International Klein Blue
📋 copy color: '#022BB7'red 2 ◦ green 43 ◦ blue 183
Shades of International Klein Blue #022BB7
Tints of International Klein Blue #022BB7
RGB
CMYK
RGB Variations
Color information
#022BB7 (or 0x022BB7) is known color: International Klein Blue. HEX triplet: 02, 2B and B7. RGB value is (2,43,183). Sum of RGB (Red+Green+Blue) = 2+43+183=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 183 (71.88% from 255 or 80.26% from 228); Max value from RGB is 183 - color contains mainly: blue. Hex color #022BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BB7 is #FDD448. Grayscale: #2E2E2E. Windows color (decimal): -16634953 or 12004098. OLE color: 12004098.
HSL color Cylindrical-coordinate representation of color #022BB7: hue angle of 226.41º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BB7 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 43 | 183 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.28 |
| HSL | 226.41º | 0.98% | 0.36% | - |
| HSV(B) | 226.41º | 0.99% | 0.72% | - |
| XYZ | 9.44 | 5.16 | 45.3 | - |
| YUV | 46.7 | 204.92 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 183 | 0.99 | 0.77 | 0 | 0.28 | 226.41 | 0.98 | 0.36 |
| Hex | 2 | 2B | B7 | 63 | 4D | 0 | 1C | E2 | 62 | 24 |
| Octal | 2 | 53 | 267 | 143 | 115 | 0 | 34 | 342 | 142 | 44 |
| Binary | 10 | 101011 | 10110111 | 1100011 | 1001101 | 0 | 11100 | 11100010 | 1100010 | 100100 |
Color Harmonies of #022BB7
Complementary color
Monochromatic Colors of #022BB7
Black with #022BB7
Text Example
Text Example
White with #022BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BB7; }
p { color: rgb(2,43,183); }
H1.HeaderClassName
{
color: #022BB7;
}
.AnyTagClassName
{
color: #022BB7;
}
</style>
background-color css
<style>
a { background-color: #022BB7; }
a { background-color: rgb(2,43,183); }
div.DivClassName
{
background-color: #022BB7;
}
.BgClassName
{
background-color: #022BB7;
}
</style>
border-color css
<style>
span { border-color: #022BB7; }
span { border-color: rgb(2,43,183); }
td.TdClassName
{
border-color: #022BB7;
}
.TagClassName
{
border-color: #022BB7;
}
</style>