Html Css Color HEX #072DB6 International Klein Blue
📋 copy color: '#072DB6'red 7 ◦ green 45 ◦ blue 182
Shades of International Klein Blue #072DB6
Tints of International Klein Blue #072DB6
RGB
CMYK
RGB Variations
Color information
#072DB6 (or 0x072DB6) is known color: International Klein Blue. HEX triplet: 07, 2D and B6. RGB value is (7,45,182). Sum of RGB (Red+Green+Blue) = 7+45+182=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 182 (71.48% from 255 or 77.78% from 234); Max value from RGB is 182 - color contains mainly: blue. Hex color #072DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DB6 is #F8D249. Grayscale: #303030. Windows color (decimal): -16306762 or 11939079. OLE color: 11939079.
HSL color Cylindrical-coordinate representation of color #072DB6: hue angle of 226.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072DB6 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 45 | 182 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.29 |
| HSL | 226.97º | 0.93% | 0.37% | - |
| HSV(B) | 226.97º | 0.96% | 0.71% | - |
| XYZ | 9.47 | 5.3 | 44.78 | - |
| YUV | 49.26 | 202.91 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 182 | 0.96 | 0.75 | 0 | 0.29 | 226.97 | 0.93 | 0.37 |
| Hex | 7 | 2D | B6 | 60 | 4B | 0 | 1D | E3 | 5D | 25 |
| Octal | 7 | 55 | 266 | 140 | 113 | 0 | 35 | 343 | 135 | 45 |
| Binary | 111 | 101101 | 10110110 | 1100000 | 1001011 | 0 | 11101 | 11100011 | 1011101 | 100101 |
Color Harmonies of #072DB6
Complementary color
Monochromatic Colors of #072DB6
Black with #072DB6
Text Example
Text Example
White with #072DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DB6; }
p { color: rgb(7,45,182); }
H1.HeaderClassName
{
color: #072DB6;
}
.AnyTagClassName
{
color: #072DB6;
}
</style>
background-color css
<style>
a { background-color: #072DB6; }
a { background-color: rgb(7,45,182); }
div.DivClassName
{
background-color: #072DB6;
}
.BgClassName
{
background-color: #072DB6;
}
</style>
border-color css
<style>
span { border-color: #072DB6; }
span { border-color: rgb(7,45,182); }
td.TdClassName
{
border-color: #072DB6;
}
.TagClassName
{
border-color: #072DB6;
}
</style>