Html Css Color HEX #072DBB International Klein Blue
📋 copy color: '#072DBB'red 7 ◦ green 45 ◦ blue 187
Shades of International Klein Blue #072DBB
Tints of International Klein Blue #072DBB
RGB
CMYK
RGB Variations
Color information
#072DBB (or 0x072DBB) is known color: International Klein Blue. HEX triplet: 07, 2D and BB. RGB value is (7,45,187). Sum of RGB (Red+Green+Blue) = 7+45+187=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #072DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #072DBB is #F8D244. Grayscale: #313131. Windows color (decimal): -16306757 or 12266759. OLE color: 12266759.
HSL color Cylindrical-coordinate representation of color #072DBB: hue angle of 227.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072DBB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 45 | 187 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.27 |
| HSL | 227.33º | 0.93% | 0.38% | - |
| HSV(B) | 227.33º | 0.96% | 0.73% | - |
| XYZ | 10 | 5.51 | 47.55 | - |
| YUV | 49.83 | 205.41 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 187 | 0.96 | 0.76 | 0 | 0.27 | 227.33 | 0.93 | 0.38 |
| Hex | 7 | 2D | BB | 60 | 4C | 0 | 1B | E3 | 5D | 26 |
| Octal | 7 | 55 | 273 | 140 | 114 | 0 | 33 | 343 | 135 | 46 |
| Binary | 111 | 101101 | 10111011 | 1100000 | 1001100 | 0 | 11011 | 11100011 | 1011101 | 100110 |
Color Harmonies of #072DBB
Complementary color
Monochromatic Colors of #072DBB
Black with #072DBB
Text Example
Text Example
White with #072DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DBB; }
p { color: rgb(7,45,187); }
H1.HeaderClassName
{
color: #072DBB;
}
.AnyTagClassName
{
color: #072DBB;
}
</style>
background-color css
<style>
a { background-color: #072DBB; }
a { background-color: rgb(7,45,187); }
div.DivClassName
{
background-color: #072DBB;
}
.BgClassName
{
background-color: #072DBB;
}
</style>
border-color css
<style>
span { border-color: #072DBB; }
span { border-color: rgb(7,45,187); }
td.TdClassName
{
border-color: #072DBB;
}
.TagClassName
{
border-color: #072DBB;
}
</style>