Html Css Color HEX #072E9E International Klein Blue
📋 copy color: '#072E9E'red 7 ◦ green 46 ◦ blue 158
Shades of International Klein Blue #072E9E
Tints of International Klein Blue #072E9E
RGB
CMYK
RGB Variations
Color information
#072E9E (or 0x072E9E) is known color: International Klein Blue. HEX triplet: 07, 2E and 9E. RGB value is (7,46,158). Sum of RGB (Red+Green+Blue) = 7+46+158=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #072E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072E9E is #F8D161. Grayscale: #2E2E2E. Windows color (decimal): -16306530 or 10366471. OLE color: 10366471.
HSL color Cylindrical-coordinate representation of color #072E9E: hue angle of 224.5º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072E9E is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 46 | 158 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.38 |
| HSL | 224.5º | 0.92% | 0.32% | - |
| HSV(B) | 224.5º | 0.96% | 0.62% | - |
| XYZ | 7.24 | 4.47 | 32.83 | - |
| YUV | 47.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 158 | 0.96 | 0.71 | 0 | 0.38 | 224.5 | 0.92 | 0.32 |
| Hex | 7 | 2E | 9E | 60 | 47 | 0 | 26 | E1 | 5C | 20 |
| Octal | 7 | 56 | 236 | 140 | 107 | 0 | 46 | 341 | 134 | 40 |
| Binary | 111 | 101110 | 10011110 | 1100000 | 1000111 | 0 | 100110 | 11100001 | 1011100 | 100000 |
Color Harmonies of #072E9E
Complementary color
Monochromatic Colors of #072E9E
Black with #072E9E
Text Example
Text Example
White with #072E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E9E; }
p { color: rgb(7,46,158); }
H1.HeaderClassName
{
color: #072E9E;
}
.AnyTagClassName
{
color: #072E9E;
}
</style>
background-color css
<style>
a { background-color: #072E9E; }
a { background-color: rgb(7,46,158); }
div.DivClassName
{
background-color: #072E9E;
}
.BgClassName
{
background-color: #072E9E;
}
</style>
border-color css
<style>
span { border-color: #072E9E; }
span { border-color: rgb(7,46,158); }
td.TdClassName
{
border-color: #072E9E;
}
.TagClassName
{
border-color: #072E9E;
}
</style>