Html Css Color HEX #072DB5 International Klein Blue
📋 copy color: '#072DB5'red 7 ◦ green 45 ◦ blue 181
Shades of International Klein Blue #072DB5
Tints of International Klein Blue #072DB5
RGB
CMYK
RGB Variations
Color information
#072DB5 (or 0x072DB5) is known color: International Klein Blue. HEX triplet: 07, 2D and B5. RGB value is (7,45,181). Sum of RGB (Red+Green+Blue) = 7+45+181=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 181 (71.09% from 255 or 77.68% from 233); Max value from RGB is 181 - color contains mainly: blue. Hex color #072DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DB5 is #F8D24A. Grayscale: #303030. Windows color (decimal): -16306763 or 11873543. OLE color: 11873543.
HSL color Cylindrical-coordinate representation of color #072DB5: hue angle of 226.9º 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 #072DB5 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 45 | 181 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.29 |
| HSL | 226.9º | 0.93% | 0.37% | - |
| HSV(B) | 226.9º | 0.96% | 0.71% | - |
| XYZ | 9.37 | 5.26 | 44.24 | - |
| YUV | 49.14 | 202.41 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 181 | 0.96 | 0.75 | 0 | 0.29 | 226.9 | 0.93 | 0.37 |
| Hex | 7 | 2D | B5 | 60 | 4B | 0 | 1D | E3 | 5D | 25 |
| Octal | 7 | 55 | 265 | 140 | 113 | 0 | 35 | 343 | 135 | 45 |
| Binary | 111 | 101101 | 10110101 | 1100000 | 1001011 | 0 | 11101 | 11100011 | 1011101 | 100101 |
Color Harmonies of #072DB5
Complementary color
Monochromatic Colors of #072DB5
Black with #072DB5
Text Example
Text Example
White with #072DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DB5; }
p { color: rgb(7,45,181); }
H1.HeaderClassName
{
color: #072DB5;
}
.AnyTagClassName
{
color: #072DB5;
}
</style>
background-color css
<style>
a { background-color: #072DB5; }
a { background-color: rgb(7,45,181); }
div.DivClassName
{
background-color: #072DB5;
}
.BgClassName
{
background-color: #072DB5;
}
</style>
border-color css
<style>
span { border-color: #072DB5; }
span { border-color: rgb(7,45,181); }
td.TdClassName
{
border-color: #072DB5;
}
.TagClassName
{
border-color: #072DB5;
}
</style>