Html Css Color HEX #0720C0 International Klein Blue
📋 copy color: '#0720C0'red 7 ◦ green 32 ◦ blue 192
Shades of International Klein Blue #0720C0
Tints of International Klein Blue #0720C0
RGB
CMYK
RGB Variations
Color information
#0720C0 (or 0x0720C0) is known color: International Klein Blue. HEX triplet: 07, 20 and C0. RGB value is (7,32,192). Sum of RGB (Red+Green+Blue) = 7+32+192=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 192 (75.39% from 255 or 83.12% from 231); Max value from RGB is 192 - color contains mainly: blue. Hex color #0720C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0720C0 is #F8DF3F. Grayscale: #2A2A2A. Windows color (decimal): -16310080 or 12591111. OLE color: 12591111.
HSL color Cylindrical-coordinate representation of color #0720C0: hue angle of 231.89º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0720C0 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 32 | 192 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.25 |
| HSL | 231.89º | 0.93% | 0.39% | - |
| HSV(B) | 231.89º | 0.96% | 0.75% | - |
| XYZ | 10.12 | 4.88 | 50.28 | - |
| YUV | 42.77 | 212.22 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 192 | 0.96 | 0.83 | 0 | 0.25 | 231.89 | 0.93 | 0.39 |
| Hex | 7 | 20 | C0 | 60 | 53 | 0 | 19 | E8 | 5D | 27 |
| Octal | 7 | 40 | 300 | 140 | 123 | 0 | 31 | 350 | 135 | 47 |
| Binary | 111 | 100000 | 11000000 | 1100000 | 1010011 | 0 | 11001 | 11101000 | 1011101 | 100111 |
Color Harmonies of #0720C0
Complementary color
Monochromatic Colors of #0720C0
Black with #0720C0
Text Example
Text Example
White with #0720C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0720C0; }
p { color: rgb(7,32,192); }
H1.HeaderClassName
{
color: #0720C0;
}
.AnyTagClassName
{
color: #0720C0;
}
</style>
background-color css
<style>
a { background-color: #0720C0; }
a { background-color: rgb(7,32,192); }
div.DivClassName
{
background-color: #0720C0;
}
.BgClassName
{
background-color: #0720C0;
}
</style>
border-color css
<style>
span { border-color: #0720C0; }
span { border-color: rgb(7,32,192); }
td.TdClassName
{
border-color: #0720C0;
}
.TagClassName
{
border-color: #0720C0;
}
</style>