Html Css Color HEX #0022BB International Klein Blue
📋 copy color: '#0022BB'red 0 ◦ green 34 ◦ blue 187
Shades of International Klein Blue #0022BB
Tints of International Klein Blue #0022BB
RGB
CMYK
RGB Variations
Color information
#0022BB (or 0x0022BB) is known color: International Klein Blue. HEX triplet: 00, 22 and BB. RGB value is (0,34,187). Sum of RGB (Red+Green+Blue) = 0+34+187=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #0022BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0022BB is #FFDD44. Grayscale: #282828. Windows color (decimal): -16768325 or 12263936. OLE color: 12263936.
HSL color Cylindrical-coordinate representation of color #0022BB: hue angle of 229.09º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0022BB is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 34 | 187 | - |
| CMYK | 1 | 0.82 | 0 | 0.27 |
| HSL | 229.09º | 1% | 0.37% | - |
| HSV(B) | 229.09º | 1% | 0.73% | - |
| XYZ | 9.54 | 4.73 | 47.42 | - |
| YUV | 41.28 | 210.24 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 187 | 1 | 0.82 | 0 | 0.27 | 229.09 | 1 | 0.37 |
| Hex | 0 | 22 | BB | 64 | 52 | 0 | 1B | E5 | 64 | 25 |
| Octal | 0 | 42 | 273 | 144 | 122 | 0 | 33 | 345 | 144 | 45 |
| Binary | 0 | 100010 | 10111011 | 1100100 | 1010010 | 0 | 11011 | 11100101 | 1100100 | 100101 |
Color Harmonies of #0022BB
Complementary color
Monochromatic Colors of #0022BB
Black with #0022BB
Text Example
Text Example
White with #0022BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0022BB; }
p { color: rgb(0,34,187); }
H1.HeaderClassName
{
color: #0022BB;
}
.AnyTagClassName
{
color: #0022BB;
}
</style>
background-color css
<style>
a { background-color: #0022BB; }
a { background-color: rgb(0,34,187); }
div.DivClassName
{
background-color: #0022BB;
}
.BgClassName
{
background-color: #0022BB;
}
</style>
border-color css
<style>
span { border-color: #0022BB; }
span { border-color: rgb(0,34,187); }
td.TdClassName
{
border-color: #0022BB;
}
.TagClassName
{
border-color: #0022BB;
}
</style>