Html Css Color HEX #022AA3 International Klein Blue
📋 copy color: '#022AA3'red 2 ◦ green 42 ◦ blue 163
Shades of International Klein Blue #022AA3
Tints of International Klein Blue #022AA3
RGB
CMYK
RGB Variations
Color information
#022AA3 (or 0x022AA3) is known color: International Klein Blue. HEX triplet: 02, 2A and A3. RGB value is (2,42,163). Sum of RGB (Red+Green+Blue) = 2+42+163=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 163 (64.06% from 255 or 78.74% from 207); Max value from RGB is 163 - color contains mainly: blue. Hex color #022AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022AA3 is #FDD55C. Grayscale: #2B2B2B. Windows color (decimal): -16635229 or 10693122. OLE color: 10693122.
HSL color Cylindrical-coordinate representation of color #022AA3: hue angle of 225.09º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AA3 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 42 | 163 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.36 |
| HSL | 225.09º | 0.98% | 0.32% | - |
| HSV(B) | 225.09º | 0.99% | 0.64% | - |
| XYZ | 7.46 | 4.31 | 35.09 | - |
| YUV | 43.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 163 | 0.99 | 0.74 | 0 | 0.36 | 225.09 | 0.98 | 0.32 |
| Hex | 2 | 2A | A3 | 63 | 4A | 0 | 24 | E1 | 62 | 20 |
| Octal | 2 | 52 | 243 | 143 | 112 | 0 | 44 | 341 | 142 | 40 |
| Binary | 10 | 101010 | 10100011 | 1100011 | 1001010 | 0 | 100100 | 11100001 | 1100010 | 100000 |
Color Harmonies of #022AA3
Complementary color
Monochromatic Colors of #022AA3
Black with #022AA3
Text Example
Text Example
White with #022AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022AA3; }
p { color: rgb(2,42,163); }
H1.HeaderClassName
{
color: #022AA3;
}
.AnyTagClassName
{
color: #022AA3;
}
</style>
background-color css
<style>
a { background-color: #022AA3; }
a { background-color: rgb(2,42,163); }
div.DivClassName
{
background-color: #022AA3;
}
.BgClassName
{
background-color: #022AA3;
}
</style>
border-color css
<style>
span { border-color: #022AA3; }
span { border-color: rgb(2,42,163); }
td.TdClassName
{
border-color: #022AA3;
}
.TagClassName
{
border-color: #022AA3;
}
</style>