Html Css Color HEX #0224BC International Klein Blue
📋 copy color: '#0224BC'red 2 ◦ green 36 ◦ blue 188
Shades of International Klein Blue #0224BC
Tints of International Klein Blue #0224BC
RGB
CMYK
RGB Variations
Color information
#0224BC (or 0x0224BC) is known color: International Klein Blue. HEX triplet: 02, 24 and BC. RGB value is (2,36,188). Sum of RGB (Red+Green+Blue) = 2+36+188=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #0224BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0224BC is #FDDB43. Grayscale: #2A2A2A. Windows color (decimal): -16636740 or 12329986. OLE color: 12329986.
HSL color Cylindrical-coordinate representation of color #0224BC: hue angle of 229.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0224BC is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 36 | 188 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.26 |
| HSL | 229.03º | 0.98% | 0.37% | - |
| HSV(B) | 229.03º | 0.99% | 0.74% | - |
| XYZ | 9.73 | 4.91 | 48.01 | - |
| YUV | 43.16 | 209.74 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 188 | 0.99 | 0.81 | 0 | 0.26 | 229.03 | 0.98 | 0.37 |
| Hex | 2 | 24 | BC | 63 | 51 | 0 | 1A | E5 | 62 | 25 |
| Octal | 2 | 44 | 274 | 143 | 121 | 0 | 32 | 345 | 142 | 45 |
| Binary | 10 | 100100 | 10111100 | 1100011 | 1010001 | 0 | 11010 | 11100101 | 1100010 | 100101 |
Color Harmonies of #0224BC
Complementary color
Monochromatic Colors of #0224BC
Black with #0224BC
Text Example
Text Example
White with #0224BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224BC; }
p { color: rgb(2,36,188); }
H1.HeaderClassName
{
color: #0224BC;
}
.AnyTagClassName
{
color: #0224BC;
}
</style>
background-color css
<style>
a { background-color: #0224BC; }
a { background-color: rgb(2,36,188); }
div.DivClassName
{
background-color: #0224BC;
}
.BgClassName
{
background-color: #0224BC;
}
</style>
border-color css
<style>
span { border-color: #0224BC; }
span { border-color: rgb(2,36,188); }
td.TdClassName
{
border-color: #0224BC;
}
.TagClassName
{
border-color: #0224BC;
}
</style>