Html Css Color HEX #072DAE International Klein Blue
📋 copy color: '#072DAE'red 7 ◦ green 45 ◦ blue 174
Shades of International Klein Blue #072DAE
Tints of International Klein Blue #072DAE
RGB
CMYK
RGB Variations
Color information
#072DAE (or 0x072DAE) is known color: International Klein Blue. HEX triplet: 07, 2D and AE. RGB value is (7,45,174). Sum of RGB (Red+Green+Blue) = 7+45+174=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #072DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072DAE is #F8D251. Grayscale: #2F2F2F. Windows color (decimal): -16306770 or 11414791. OLE color: 11414791.
HSL color Cylindrical-coordinate representation of color #072DAE: hue angle of 226.35º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072DAE is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 45 | 174 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.32 |
| HSL | 226.35º | 0.92% | 0.35% | - |
| HSV(B) | 226.35º | 0.96% | 0.68% | - |
| XYZ | 8.67 | 4.98 | 40.55 | - |
| YUV | 48.34 | 198.91 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 174 | 0.96 | 0.74 | 0 | 0.32 | 226.35 | 0.92 | 0.35 |
| Hex | 7 | 2D | AE | 60 | 4A | 0 | 20 | E2 | 5C | 23 |
| Octal | 7 | 55 | 256 | 140 | 112 | 0 | 40 | 342 | 134 | 43 |
| Binary | 111 | 101101 | 10101110 | 1100000 | 1001010 | 0 | 100000 | 11100010 | 1011100 | 100011 |
Color Harmonies of #072DAE
Complementary color
Monochromatic Colors of #072DAE
Black with #072DAE
Text Example
Text Example
White with #072DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072DAE; }
p { color: rgb(7,45,174); }
H1.HeaderClassName
{
color: #072DAE;
}
.AnyTagClassName
{
color: #072DAE;
}
</style>
background-color css
<style>
a { background-color: #072DAE; }
a { background-color: rgb(7,45,174); }
div.DivClassName
{
background-color: #072DAE;
}
.BgClassName
{
background-color: #072DAE;
}
</style>
border-color css
<style>
span { border-color: #072DAE; }
span { border-color: rgb(7,45,174); }
td.TdClassName
{
border-color: #072DAE;
}
.TagClassName
{
border-color: #072DAE;
}
</style>