Html Css Color HEX #0226AB International Klein Blue
📋 copy color: '#0226AB'red 2 ◦ green 38 ◦ blue 171
Shades of International Klein Blue #0226AB
Tints of International Klein Blue #0226AB
RGB
CMYK
RGB Variations
Color information
#0226AB (or 0x0226AB) is known color: International Klein Blue. HEX triplet: 02, 26 and AB. RGB value is (2,38,171). Sum of RGB (Red+Green+Blue) = 2+38+171=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #0226AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0226AB is #FDD954. Grayscale: #292929. Windows color (decimal): -16636245 or 11216386. OLE color: 11216386.
HSL color Cylindrical-coordinate representation of color #0226AB: hue angle of 227.22º 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 #0226AB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 38 | 171 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.33 |
| HSL | 227.22º | 0.98% | 0.34% | - |
| HSV(B) | 227.22º | 0.99% | 0.67% | - |
| XYZ | 8.07 | 4.34 | 38.94 | - |
| YUV | 42.4 | 200.57 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 171 | 0.99 | 0.78 | 0 | 0.33 | 227.22 | 0.98 | 0.34 |
| Hex | 2 | 26 | AB | 63 | 4E | 0 | 21 | E3 | 62 | 22 |
| Octal | 2 | 46 | 253 | 143 | 116 | 0 | 41 | 343 | 142 | 42 |
| Binary | 10 | 100110 | 10101011 | 1100011 | 1001110 | 0 | 100001 | 11100011 | 1100010 | 100010 |
Color Harmonies of #0226AB
Complementary color
Monochromatic Colors of #0226AB
Black with #0226AB
Text Example
Text Example
White with #0226AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0226AB; }
p { color: rgb(2,38,171); }
H1.HeaderClassName
{
color: #0226AB;
}
.AnyTagClassName
{
color: #0226AB;
}
</style>
background-color css
<style>
a { background-color: #0226AB; }
a { background-color: rgb(2,38,171); }
div.DivClassName
{
background-color: #0226AB;
}
.BgClassName
{
background-color: #0226AB;
}
</style>
border-color css
<style>
span { border-color: #0226AB; }
span { border-color: rgb(2,38,171); }
td.TdClassName
{
border-color: #0226AB;
}
.TagClassName
{
border-color: #0226AB;
}
</style>