Html Css Color HEX #0720BC International Klein Blue
📋 copy color: '#0720BC'red 7 ◦ green 32 ◦ blue 188
Shades of International Klein Blue #0720BC
Tints of International Klein Blue #0720BC
RGB
CMYK
RGB Variations
Color information
#0720BC (or 0x0720BC) is known color: International Klein Blue. HEX triplet: 07, 20 and BC. RGB value is (7,32,188). Sum of RGB (Red+Green+Blue) = 7+32+188=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #0720BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0720BC is #F8DF43. Grayscale: #292929. Windows color (decimal): -16310084 or 12328967. OLE color: 12328967.
HSL color Cylindrical-coordinate representation of color #0720BC: hue angle of 231.71º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0720BC is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 32 | 188 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.26 |
| HSL | 231.71º | 0.93% | 0.38% | - |
| HSV(B) | 231.71º | 0.96% | 0.74% | - |
| XYZ | 9.68 | 4.71 | 47.98 | - |
| YUV | 42.31 | 210.22 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 188 | 0.96 | 0.83 | 0 | 0.26 | 231.71 | 0.93 | 0.38 |
| Hex | 7 | 20 | BC | 60 | 53 | 0 | 1A | E8 | 5D | 26 |
| Octal | 7 | 40 | 274 | 140 | 123 | 0 | 32 | 350 | 135 | 46 |
| Binary | 111 | 100000 | 10111100 | 1100000 | 1010011 | 0 | 11010 | 11101000 | 1011101 | 100110 |
Color Harmonies of #0720BC
Complementary color
Monochromatic Colors of #0720BC
Black with #0720BC
Text Example
Text Example
White with #0720BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0720BC; }
p { color: rgb(7,32,188); }
H1.HeaderClassName
{
color: #0720BC;
}
.AnyTagClassName
{
color: #0720BC;
}
</style>
background-color css
<style>
a { background-color: #0720BC; }
a { background-color: rgb(7,32,188); }
div.DivClassName
{
background-color: #0720BC;
}
.BgClassName
{
background-color: #0720BC;
}
</style>
border-color css
<style>
span { border-color: #0720BC; }
span { border-color: rgb(7,32,188); }
td.TdClassName
{
border-color: #0720BC;
}
.TagClassName
{
border-color: #0720BC;
}
</style>