Html Css Color HEX #0721BB International Klein Blue
📋 copy color: '#0721BB'red 7 ◦ green 33 ◦ blue 187
Shades of International Klein Blue #0721BB
Tints of International Klein Blue #0721BB
RGB
CMYK
RGB Variations
Color information
#0721BB (or 0x0721BB) is known color: International Klein Blue. HEX triplet: 07, 21 and BB. RGB value is (7,33,187). Sum of RGB (Red+Green+Blue) = 7+33+187=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #0721BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0721BB is #F8DE44. Grayscale: #2A2A2A. Windows color (decimal): -16309829 or 12263687. OLE color: 12263687.
HSL color Cylindrical-coordinate representation of color #0721BB: hue angle of 231.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0721BB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 33 | 187 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.27 |
| HSL | 231.33º | 0.93% | 0.38% | - |
| HSV(B) | 231.33º | 0.96% | 0.73% | - |
| XYZ | 9.6 | 4.72 | 47.42 | - |
| YUV | 42.78 | 209.39 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 187 | 0.96 | 0.82 | 0 | 0.27 | 231.33 | 0.93 | 0.38 |
| Hex | 7 | 21 | BB | 60 | 52 | 0 | 1B | E7 | 5D | 26 |
| Octal | 7 | 41 | 273 | 140 | 122 | 0 | 33 | 347 | 135 | 46 |
| Binary | 111 | 100001 | 10111011 | 1100000 | 1010010 | 0 | 11011 | 11100111 | 1011101 | 100110 |
Color Harmonies of #0721BB
Complementary color
Monochromatic Colors of #0721BB
Black with #0721BB
Text Example
Text Example
White with #0721BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0721BB; }
p { color: rgb(7,33,187); }
H1.HeaderClassName
{
color: #0721BB;
}
.AnyTagClassName
{
color: #0721BB;
}
</style>
background-color css
<style>
a { background-color: #0721BB; }
a { background-color: rgb(7,33,187); }
div.DivClassName
{
background-color: #0721BB;
}
.BgClassName
{
background-color: #0721BB;
}
</style>
border-color css
<style>
span { border-color: #0721BB; }
span { border-color: rgb(7,33,187); }
td.TdClassName
{
border-color: #0721BB;
}
.TagClassName
{
border-color: #0721BB;
}
</style>