Html Css Color HEX #072BB8 International Klein Blue
📋 copy color: '#072BB8'red 7 ◦ green 43 ◦ blue 184
Shades of International Klein Blue #072BB8
Tints of International Klein Blue #072BB8
RGB
CMYK
RGB Variations
Color information
#072BB8 (or 0x072BB8) is known color: International Klein Blue. HEX triplet: 07, 2B and B8. RGB value is (7,43,184). Sum of RGB (Red+Green+Blue) = 7+43+184=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 184 (72.27% from 255 or 78.63% from 234); Max value from RGB is 184 - color contains mainly: blue. Hex color #072BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072BB8 is #F8D447. Grayscale: #2F2F2F. Windows color (decimal): -16307272 or 12069639. OLE color: 12069639.
HSL color Cylindrical-coordinate representation of color #072BB8: hue angle of 227.8º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072BB8 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 43 | 184 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.28 |
| HSL | 227.8º | 0.93% | 0.37% | - |
| HSV(B) | 227.8º | 0.96% | 0.72% | - |
| XYZ | 9.6 | 5.23 | 45.85 | - |
| YUV | 48.31 | 204.57 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 184 | 0.96 | 0.77 | 0 | 0.28 | 227.8 | 0.93 | 0.37 |
| Hex | 7 | 2B | B8 | 60 | 4D | 0 | 1C | E4 | 5D | 25 |
| Octal | 7 | 53 | 270 | 140 | 115 | 0 | 34 | 344 | 135 | 45 |
| Binary | 111 | 101011 | 10111000 | 1100000 | 1001101 | 0 | 11100 | 11100100 | 1011101 | 100101 |
Color Harmonies of #072BB8
Complementary color
Monochromatic Colors of #072BB8
Black with #072BB8
Text Example
Text Example
White with #072BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072BB8; }
p { color: rgb(7,43,184); }
H1.HeaderClassName
{
color: #072BB8;
}
.AnyTagClassName
{
color: #072BB8;
}
</style>
background-color css
<style>
a { background-color: #072BB8; }
a { background-color: rgb(7,43,184); }
div.DivClassName
{
background-color: #072BB8;
}
.BgClassName
{
background-color: #072BB8;
}
</style>
border-color css
<style>
span { border-color: #072BB8; }
span { border-color: rgb(7,43,184); }
td.TdClassName
{
border-color: #072BB8;
}
.TagClassName
{
border-color: #072BB8;
}
</style>