Html Css Color HEX #0224BB International Klein Blue
📋 copy color: '#0224BB'red 2 ◦ green 36 ◦ blue 187
Shades of International Klein Blue #0224BB
Tints of International Klein Blue #0224BB
RGB
CMYK
RGB Variations
Color information
#0224BB (or 0x0224BB) is known color: International Klein Blue. HEX triplet: 02, 24 and BB. RGB value is (2,36,187). Sum of RGB (Red+Green+Blue) = 2+36+187=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #0224BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0224BB is #FDDB44. Grayscale: #2A2A2A. Windows color (decimal): -16636741 or 12264450. OLE color: 12264450.
HSL color Cylindrical-coordinate representation of color #0224BB: hue angle of 228.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224BB is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 36 | 187 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.27 |
| HSL | 228.97º | 0.98% | 0.37% | - |
| HSV(B) | 228.97º | 0.99% | 0.73% | - |
| XYZ | 9.63 | 4.86 | 47.44 | - |
| YUV | 43.05 | 209.24 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 187 | 0.99 | 0.81 | 0 | 0.27 | 228.97 | 0.98 | 0.37 |
| Hex | 2 | 24 | BB | 63 | 51 | 0 | 1B | E5 | 62 | 25 |
| Octal | 2 | 44 | 273 | 143 | 121 | 0 | 33 | 345 | 142 | 45 |
| Binary | 10 | 100100 | 10111011 | 1100011 | 1010001 | 0 | 11011 | 11100101 | 1100010 | 100101 |
Color Harmonies of #0224BB
Complementary color
Monochromatic Colors of #0224BB
Black with #0224BB
Text Example
Text Example
White with #0224BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224BB; }
p { color: rgb(2,36,187); }
H1.HeaderClassName
{
color: #0224BB;
}
.AnyTagClassName
{
color: #0224BB;
}
</style>
background-color css
<style>
a { background-color: #0224BB; }
a { background-color: rgb(2,36,187); }
div.DivClassName
{
background-color: #0224BB;
}
.BgClassName
{
background-color: #0224BB;
}
</style>
border-color css
<style>
span { border-color: #0224BB; }
span { border-color: rgb(2,36,187); }
td.TdClassName
{
border-color: #0224BB;
}
.TagClassName
{
border-color: #0224BB;
}
</style>