Html Css Color HEX #022EA4 International Klein Blue
📋 copy color: '#022EA4'red 2 ◦ green 46 ◦ blue 164
Shades of International Klein Blue #022EA4
Tints of International Klein Blue #022EA4
RGB
CMYK
RGB Variations
Color information
#022EA4 (or 0x022EA4) is known color: International Klein Blue. HEX triplet: 02, 2E and A4. RGB value is (2,46,164). Sum of RGB (Red+Green+Blue) = 2+46+164=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 164 (64.45% from 255 or 77.36% from 212); Max value from RGB is 164 - color contains mainly: blue. Hex color #022EA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022EA4 is #FDD15B. Grayscale: #2D2D2D. Windows color (decimal): -16634204 or 10759682. OLE color: 10759682.
HSL color Cylindrical-coordinate representation of color #022EA4: hue angle of 223.7º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EA4 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 46 | 164 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.36 |
| HSL | 223.7º | 0.98% | 0.33% | - |
| HSV(B) | 223.7º | 0.99% | 0.64% | - |
| XYZ | 7.7 | 4.65 | 35.61 | - |
| YUV | 46.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 164 | 0.99 | 0.72 | 0 | 0.36 | 223.7 | 0.98 | 0.33 |
| Hex | 2 | 2E | A4 | 63 | 48 | 0 | 24 | E0 | 62 | 21 |
| Octal | 2 | 56 | 244 | 143 | 110 | 0 | 44 | 340 | 142 | 41 |
| Binary | 10 | 101110 | 10100100 | 1100011 | 1001000 | 0 | 100100 | 11100000 | 1100010 | 100001 |
Color Harmonies of #022EA4
Complementary color
Monochromatic Colors of #022EA4
Black with #022EA4
Text Example
Text Example
White with #022EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EA4; }
p { color: rgb(2,46,164); }
H1.HeaderClassName
{
color: #022EA4;
}
.AnyTagClassName
{
color: #022EA4;
}
</style>
background-color css
<style>
a { background-color: #022EA4; }
a { background-color: rgb(2,46,164); }
div.DivClassName
{
background-color: #022EA4;
}
.BgClassName
{
background-color: #022EA4;
}
</style>
border-color css
<style>
span { border-color: #022EA4; }
span { border-color: rgb(2,46,164); }
td.TdClassName
{
border-color: #022EA4;
}
.TagClassName
{
border-color: #022EA4;
}
</style>