Html Css Color HEX #0224A1 International Klein Blue
📋 copy color: '#0224A1'red 2 ◦ green 36 ◦ blue 161
Shades of International Klein Blue #0224A1
Tints of International Klein Blue #0224A1
RGB
CMYK
RGB Variations
Color information
#0224A1 (or 0x0224A1) is known color: International Klein Blue. HEX triplet: 02, 24 and A1. RGB value is (2,36,161). Sum of RGB (Red+Green+Blue) = 2+36+161=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 161 (63.28% from 255 or 80.90% from 199); Max value from RGB is 161 - color contains mainly: blue. Hex color #0224A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0224A1 is #FDDB5E. Grayscale: #272727. Windows color (decimal): -16636767 or 10560514. OLE color: 10560514.
HSL color Cylindrical-coordinate representation of color #0224A1: hue angle of 227.17º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224A1 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 36 | 161 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.37 |
| HSL | 227.17º | 0.98% | 0.32% | - |
| HSV(B) | 227.17º | 0.99% | 0.63% | - |
| XYZ | 7.09 | 3.85 | 34.09 | - |
| YUV | 40.08 | 196.24 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 161 | 0.99 | 0.78 | 0 | 0.37 | 227.17 | 0.98 | 0.32 |
| Hex | 2 | 24 | A1 | 63 | 4E | 0 | 25 | E3 | 62 | 20 |
| Octal | 2 | 44 | 241 | 143 | 116 | 0 | 45 | 343 | 142 | 40 |
| Binary | 10 | 100100 | 10100001 | 1100011 | 1001110 | 0 | 100101 | 11100011 | 1100010 | 100000 |
Color Harmonies of #0224A1
Complementary color
Monochromatic Colors of #0224A1
Black with #0224A1
Text Example
Text Example
White with #0224A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224A1; }
p { color: rgb(2,36,161); }
H1.HeaderClassName
{
color: #0224A1;
}
.AnyTagClassName
{
color: #0224A1;
}
</style>
background-color css
<style>
a { background-color: #0224A1; }
a { background-color: rgb(2,36,161); }
div.DivClassName
{
background-color: #0224A1;
}
.BgClassName
{
background-color: #0224A1;
}
</style>
border-color css
<style>
span { border-color: #0224A1; }
span { border-color: rgb(2,36,161); }
td.TdClassName
{
border-color: #0224A1;
}
.TagClassName
{
border-color: #0224A1;
}
</style>