Html Css Color HEX #072FA1 International Klein Blue
📋 copy color: '#072FA1'red 7 ◦ green 47 ◦ blue 161
Shades of International Klein Blue #072FA1
Tints of International Klein Blue #072FA1
RGB
CMYK
RGB Variations
Color information
#072FA1 (or 0x072FA1) is known color: International Klein Blue. HEX triplet: 07, 2F and A1. RGB value is (7,47,161). Sum of RGB (Red+Green+Blue) = 7+47+161=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 161 (63.28% from 255 or 74.88% from 215); Max value from RGB is 161 - color contains mainly: blue. Hex color #072FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072FA1 is #F8D05E. Grayscale: #2F2F2F. Windows color (decimal): -16306271 or 10563335. OLE color: 10563335.
HSL color Cylindrical-coordinate representation of color #072FA1: hue angle of 224.42º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072FA1 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 47 | 161 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.37 |
| HSL | 224.42º | 0.92% | 0.33% | - |
| HSV(B) | 224.42º | 0.96% | 0.63% | - |
| XYZ | 7.54 | 4.65 | 34.22 | - |
| YUV | 48.04 | 191.75 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 161 | 0.96 | 0.71 | 0 | 0.37 | 224.42 | 0.92 | 0.33 |
| Hex | 7 | 2F | A1 | 60 | 47 | 0 | 25 | E0 | 5C | 21 |
| Octal | 7 | 57 | 241 | 140 | 107 | 0 | 45 | 340 | 134 | 41 |
| Binary | 111 | 101111 | 10100001 | 1100000 | 1000111 | 0 | 100101 | 11100000 | 1011100 | 100001 |
Color Harmonies of #072FA1
Complementary color
Monochromatic Colors of #072FA1
Black with #072FA1
Text Example
Text Example
White with #072FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072FA1; }
p { color: rgb(7,47,161); }
H1.HeaderClassName
{
color: #072FA1;
}
.AnyTagClassName
{
color: #072FA1;
}
</style>
background-color css
<style>
a { background-color: #072FA1; }
a { background-color: rgb(7,47,161); }
div.DivClassName
{
background-color: #072FA1;
}
.BgClassName
{
background-color: #072FA1;
}
</style>
border-color css
<style>
span { border-color: #072FA1; }
span { border-color: rgb(7,47,161); }
td.TdClassName
{
border-color: #072FA1;
}
.TagClassName
{
border-color: #072FA1;
}
</style>