Html Css Color HEX #022FB2 International Klein Blue
📋 copy color: '#022FB2'red 2 ◦ green 47 ◦ blue 178
Shades of International Klein Blue #022FB2
Tints of International Klein Blue #022FB2
RGB
CMYK
RGB Variations
Color information
#022FB2 (or 0x022FB2) is known color: International Klein Blue. HEX triplet: 02, 2F and B2. RGB value is (2,47,178). Sum of RGB (Red+Green+Blue) = 2+47+178=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 178 (69.92% from 255 or 78.41% from 227); Max value from RGB is 178 - color contains mainly: blue. Hex color #022FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022FB2 is #FDD04D. Grayscale: #2F2F2F. Windows color (decimal): -16633934 or 11677442. OLE color: 11677442.
HSL color Cylindrical-coordinate representation of color #022FB2: hue angle of 224.66º 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 #022FB2 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 47 | 178 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.30 |
| HSL | 224.66º | 0.98% | 0.35% | - |
| HSV(B) | 224.66º | 0.99% | 0.7% | - |
| XYZ | 9.08 | 5.26 | 42.66 | - |
| YUV | 48.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 178 | 0.99 | 0.74 | 0 | 0.30 | 224.66 | 0.98 | 0.35 |
| Hex | 2 | 2F | B2 | 63 | 4A | 0 | 1E | E1 | 62 | 23 |
| Octal | 2 | 57 | 262 | 143 | 112 | 0 | 36 | 341 | 142 | 43 |
| Binary | 10 | 101111 | 10110010 | 1100011 | 1001010 | 0 | 11110 | 11100001 | 1100010 | 100011 |
Color Harmonies of #022FB2
Complementary color
Monochromatic Colors of #022FB2
Black with #022FB2
Text Example
Text Example
White with #022FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FB2; }
p { color: rgb(2,47,178); }
H1.HeaderClassName
{
color: #022FB2;
}
.AnyTagClassName
{
color: #022FB2;
}
</style>
background-color css
<style>
a { background-color: #022FB2; }
a { background-color: rgb(2,47,178); }
div.DivClassName
{
background-color: #022FB2;
}
.BgClassName
{
background-color: #022FB2;
}
</style>
border-color css
<style>
span { border-color: #022FB2; }
span { border-color: rgb(2,47,178); }
td.TdClassName
{
border-color: #022FB2;
}
.TagClassName
{
border-color: #022FB2;
}
</style>