Html Css Color HEX #072DB4 International Klein Blue
📋 copy color: '#072DB4'red 7 ◦ green 45 ◦ blue 180
Shades of International Klein Blue #072DB4
Tints of International Klein Blue #072DB4
RGB
CMYK
RGB Variations
Color information
#072DB4 (or 0x072DB4) is known color: International Klein Blue. HEX triplet: 07, 2D and B4. RGB value is (7,45,180). Sum of RGB (Red+Green+Blue) = 7+45+180=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 180 (70.70% from 255 or 77.59% from 232); Max value from RGB is 180 - color contains mainly: blue. Hex color #072DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DB4 is #F8D24B. Grayscale: #303030. Windows color (decimal): -16306764 or 11808007. OLE color: 11808007.
HSL color Cylindrical-coordinate representation of color #072DB4: hue angle of 226.82º 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 #072DB4 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 45 | 180 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.29 |
| HSL | 226.82º | 0.93% | 0.37% | - |
| HSV(B) | 226.82º | 0.96% | 0.71% | - |
| XYZ | 9.26 | 5.22 | 43.7 | - |
| YUV | 49.03 | 201.91 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 180 | 0.96 | 0.75 | 0 | 0.29 | 226.82 | 0.93 | 0.37 |
| Hex | 7 | 2D | B4 | 60 | 4B | 0 | 1D | E3 | 5D | 25 |
| Octal | 7 | 55 | 264 | 140 | 113 | 0 | 35 | 343 | 135 | 45 |
| Binary | 111 | 101101 | 10110100 | 1100000 | 1001011 | 0 | 11101 | 11100011 | 1011101 | 100101 |
Color Harmonies of #072DB4
Complementary color
Monochromatic Colors of #072DB4
Black with #072DB4
Text Example
Text Example
White with #072DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DB4; }
p { color: rgb(7,45,180); }
H1.HeaderClassName
{
color: #072DB4;
}
.AnyTagClassName
{
color: #072DB4;
}
</style>
background-color css
<style>
a { background-color: #072DB4; }
a { background-color: rgb(7,45,180); }
div.DivClassName
{
background-color: #072DB4;
}
.BgClassName
{
background-color: #072DB4;
}
</style>
border-color css
<style>
span { border-color: #072DB4; }
span { border-color: rgb(7,45,180); }
td.TdClassName
{
border-color: #072DB4;
}
.TagClassName
{
border-color: #072DB4;
}
</style>