Html Css Color HEX #072DB1 International Klein Blue
📋 copy color: '#072DB1'red 7 ◦ green 45 ◦ blue 177
Shades of International Klein Blue #072DB1
Tints of International Klein Blue #072DB1
RGB
CMYK
RGB Variations
Color information
#072DB1 (or 0x072DB1) is known color: International Klein Blue. HEX triplet: 07, 2D and B1. RGB value is (7,45,177). Sum of RGB (Red+Green+Blue) = 7+45+177=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 177 (69.53% from 255 or 77.29% from 229); Max value from RGB is 177 - color contains mainly: blue. Hex color #072DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072DB1 is #F8D24E. Grayscale: #303030. Windows color (decimal): -16306767 or 11611399. OLE color: 11611399.
HSL color Cylindrical-coordinate representation of color #072DB1: hue angle of 226.59º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072DB1 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 45 | 177 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.31 |
| HSL | 226.59º | 0.92% | 0.36% | - |
| HSV(B) | 226.59º | 0.96% | 0.69% | - |
| XYZ | 8.96 | 5.1 | 42.11 | - |
| YUV | 48.69 | 200.41 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 177 | 0.96 | 0.75 | 0 | 0.31 | 226.59 | 0.92 | 0.36 |
| Hex | 7 | 2D | B1 | 60 | 4B | 0 | 1F | E3 | 5C | 24 |
| Octal | 7 | 55 | 261 | 140 | 113 | 0 | 37 | 343 | 134 | 44 |
| Binary | 111 | 101101 | 10110001 | 1100000 | 1001011 | 0 | 11111 | 11100011 | 1011100 | 100100 |
Color Harmonies of #072DB1
Complementary color
Monochromatic Colors of #072DB1
Black with #072DB1
Text Example
Text Example
White with #072DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DB1; }
p { color: rgb(7,45,177); }
H1.HeaderClassName
{
color: #072DB1;
}
.AnyTagClassName
{
color: #072DB1;
}
</style>
background-color css
<style>
a { background-color: #072DB1; }
a { background-color: rgb(7,45,177); }
div.DivClassName
{
background-color: #072DB1;
}
.BgClassName
{
background-color: #072DB1;
}
</style>
border-color css
<style>
span { border-color: #072DB1; }
span { border-color: rgb(7,45,177); }
td.TdClassName
{
border-color: #072DB1;
}
.TagClassName
{
border-color: #072DB1;
}
</style>