Html Css Color HEX #072BBC International Klein Blue
📋 copy color: '#072BBC'red 7 ◦ green 43 ◦ blue 188
Shades of International Klein Blue #072BBC
Tints of International Klein Blue #072BBC
RGB
CMYK
RGB Variations
Color information
#072BBC (or 0x072BBC) is known color: International Klein Blue. HEX triplet: 07, 2B and BC. RGB value is (7,43,188). Sum of RGB (Red+Green+Blue) = 7+43+188=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #072BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BBC is #F8D443. Grayscale: #303030. Windows color (decimal): -16307268 or 12331783. OLE color: 12331783.
HSL color Cylindrical-coordinate representation of color #072BBC: hue angle of 228.07º 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 #072BBC is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 43 | 188 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.26 |
| HSL | 228.07º | 0.93% | 0.38% | - |
| HSV(B) | 228.07º | 0.96% | 0.74% | - |
| XYZ | 10.03 | 5.4 | 48.09 | - |
| YUV | 48.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 188 | 0.96 | 0.77 | 0 | 0.26 | 228.07 | 0.93 | 0.38 |
| Hex | 7 | 2B | BC | 60 | 4D | 0 | 1A | E4 | 5D | 26 |
| Octal | 7 | 53 | 274 | 140 | 115 | 0 | 32 | 344 | 135 | 46 |
| Binary | 111 | 101011 | 10111100 | 1100000 | 1001101 | 0 | 11010 | 11100100 | 1011101 | 100110 |
Color Harmonies of #072BBC
Complementary color
Monochromatic Colors of #072BBC
Black with #072BBC
Text Example
Text Example
White with #072BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BBC; }
p { color: rgb(7,43,188); }
H1.HeaderClassName
{
color: #072BBC;
}
.AnyTagClassName
{
color: #072BBC;
}
</style>
background-color css
<style>
a { background-color: #072BBC; }
a { background-color: rgb(7,43,188); }
div.DivClassName
{
background-color: #072BBC;
}
.BgClassName
{
background-color: #072BBC;
}
</style>
border-color css
<style>
span { border-color: #072BBC; }
span { border-color: rgb(7,43,188); }
td.TdClassName
{
border-color: #072BBC;
}
.TagClassName
{
border-color: #072BBC;
}
</style>