Html Css Color HEX #072FA6 International Klein Blue
📋 copy color: '#072FA6'red 7 ◦ green 47 ◦ blue 166
Shades of International Klein Blue #072FA6
Tints of International Klein Blue #072FA6
RGB
CMYK
RGB Variations
Color information
#072FA6 (or 0x072FA6) is known color: International Klein Blue. HEX triplet: 07, 2F and A6. RGB value is (7,47,166). Sum of RGB (Red+Green+Blue) = 7+47+166=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 166 (65.23% from 255 or 75.45% from 220); Max value from RGB is 166 - color contains mainly: blue. Hex color #072FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072FA6 is #F8D059. Grayscale: #303030. Windows color (decimal): -16306266 or 10891015. OLE color: 10891015.
HSL color Cylindrical-coordinate representation of color #072FA6: hue angle of 224.91º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072FA6 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 47 | 166 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.35 |
| HSL | 224.91º | 0.92% | 0.34% | - |
| HSV(B) | 224.91º | 0.96% | 0.65% | - |
| XYZ | 7.99 | 4.83 | 36.59 | - |
| YUV | 48.61 | 194.25 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 166 | 0.96 | 0.72 | 0 | 0.35 | 224.91 | 0.92 | 0.34 |
| Hex | 7 | 2F | A6 | 60 | 48 | 0 | 23 | E1 | 5C | 22 |
| Octal | 7 | 57 | 246 | 140 | 110 | 0 | 43 | 341 | 134 | 42 |
| Binary | 111 | 101111 | 10100110 | 1100000 | 1001000 | 0 | 100011 | 11100001 | 1011100 | 100010 |
Color Harmonies of #072FA6
Complementary color
Monochromatic Colors of #072FA6
Black with #072FA6
Text Example
Text Example
White with #072FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072FA6; }
p { color: rgb(7,47,166); }
H1.HeaderClassName
{
color: #072FA6;
}
.AnyTagClassName
{
color: #072FA6;
}
</style>
background-color css
<style>
a { background-color: #072FA6; }
a { background-color: rgb(7,47,166); }
div.DivClassName
{
background-color: #072FA6;
}
.BgClassName
{
background-color: #072FA6;
}
</style>
border-color css
<style>
span { border-color: #072FA6; }
span { border-color: rgb(7,47,166); }
td.TdClassName
{
border-color: #072FA6;
}
.TagClassName
{
border-color: #072FA6;
}
</style>