Html Css Color HEX #022BA3 International Klein Blue
📋 copy color: '#022BA3'red 2 ◦ green 43 ◦ blue 163
Shades of International Klein Blue #022BA3
Tints of International Klein Blue #022BA3
RGB
CMYK
RGB Variations
Color information
#022BA3 (or 0x022BA3) is known color: International Klein Blue. HEX triplet: 02, 2B and A3. RGB value is (2,43,163). Sum of RGB (Red+Green+Blue) = 2+43+163=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 163 (64.06% from 255 or 78.37% from 208); Max value from RGB is 163 - color contains mainly: blue. Hex color #022BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022BA3 is #FDD45C. Grayscale: #2B2B2B. Windows color (decimal): -16634973 or 10693378. OLE color: 10693378.
HSL color Cylindrical-coordinate representation of color #022BA3: hue angle of 224.72º 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 #022BA3 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 43 | 163 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.36 |
| HSL | 224.72º | 0.98% | 0.32% | - |
| HSV(B) | 224.72º | 0.99% | 0.64% | - |
| XYZ | 7.5 | 4.39 | 35.1 | - |
| YUV | 44.42 | 194.92 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 163 | 0.99 | 0.74 | 0 | 0.36 | 224.72 | 0.98 | 0.32 |
| Hex | 2 | 2B | A3 | 63 | 4A | 0 | 24 | E1 | 62 | 20 |
| Octal | 2 | 53 | 243 | 143 | 112 | 0 | 44 | 341 | 142 | 40 |
| Binary | 10 | 101011 | 10100011 | 1100011 | 1001010 | 0 | 100100 | 11100001 | 1100010 | 100000 |
Color Harmonies of #022BA3
Complementary color
Monochromatic Colors of #022BA3
Black with #022BA3
Text Example
Text Example
White with #022BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022BA3; }
p { color: rgb(2,43,163); }
H1.HeaderClassName
{
color: #022BA3;
}
.AnyTagClassName
{
color: #022BA3;
}
</style>
background-color css
<style>
a { background-color: #022BA3; }
a { background-color: rgb(2,43,163); }
div.DivClassName
{
background-color: #022BA3;
}
.BgClassName
{
background-color: #022BA3;
}
</style>
border-color css
<style>
span { border-color: #022BA3; }
span { border-color: rgb(2,43,163); }
td.TdClassName
{
border-color: #022BA3;
}
.TagClassName
{
border-color: #022BA3;
}
</style>