Html Css Color HEX #0224AC International Klein Blue
📋 copy color: '#0224AC'red 2 ◦ green 36 ◦ blue 172
Shades of International Klein Blue #0224AC
Tints of International Klein Blue #0224AC
RGB
CMYK
RGB Variations
Color information
#0224AC (or 0x0224AC) is known color: International Klein Blue. HEX triplet: 02, 24 and AC. RGB value is (2,36,172). Sum of RGB (Red+Green+Blue) = 2+36+172=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 172 (67.58% from 255 or 81.90% from 210); Max value from RGB is 172 - color contains mainly: blue. Hex color #0224AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0224AC is #FDDB53. Grayscale: #282828. Windows color (decimal): -16636756 or 11281410. OLE color: 11281410.
HSL color Cylindrical-coordinate representation of color #0224AC: hue angle of 228º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224AC is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 36 | 172 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.33 |
| HSL | 228º | 0.98% | 0.34% | - |
| HSV(B) | 228º | 0.99% | 0.67% | - |
| XYZ | 8.1 | 4.25 | 39.42 | - |
| YUV | 41.34 | 201.74 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 172 | 0.99 | 0.79 | 0 | 0.33 | 228 | 0.98 | 0.34 |
| Hex | 2 | 24 | AC | 63 | 4F | 0 | 21 | E4 | 62 | 22 |
| Octal | 2 | 44 | 254 | 143 | 117 | 0 | 41 | 344 | 142 | 42 |
| Binary | 10 | 100100 | 10101100 | 1100011 | 1001111 | 0 | 100001 | 11100100 | 1100010 | 100010 |
Color Harmonies of #0224AC
Complementary color
Monochromatic Colors of #0224AC
Black with #0224AC
Text Example
Text Example
White with #0224AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224AC; }
p { color: rgb(2,36,172); }
H1.HeaderClassName
{
color: #0224AC;
}
.AnyTagClassName
{
color: #0224AC;
}
</style>
background-color css
<style>
a { background-color: #0224AC; }
a { background-color: rgb(2,36,172); }
div.DivClassName
{
background-color: #0224AC;
}
.BgClassName
{
background-color: #0224AC;
}
</style>
border-color css
<style>
span { border-color: #0224AC; }
span { border-color: rgb(2,36,172); }
td.TdClassName
{
border-color: #0224AC;
}
.TagClassName
{
border-color: #0224AC;
}
</style>