Html Css Color HEX #072CA4 International Klein Blue
📋 copy color: '#072CA4'red 7 ◦ green 44 ◦ blue 164
Shades of International Klein Blue #072CA4
Tints of International Klein Blue #072CA4
RGB
CMYK
RGB Variations
Color information
#072CA4 (or 0x072CA4) is known color: International Klein Blue. HEX triplet: 07, 2C and A4. RGB value is (7,44,164). Sum of RGB (Red+Green+Blue) = 7+44+164=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 164 (64.45% from 255 or 76.28% from 215); Max value from RGB is 164 - color contains mainly: blue. Hex color #072CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072CA4 is #F8D35B. Grayscale: #2E2E2E. Windows color (decimal): -16307036 or 10759175. OLE color: 10759175.
HSL color Cylindrical-coordinate representation of color #072CA4: hue angle of 225.86º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072CA4 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 44 | 164 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.36 |
| HSL | 225.86º | 0.92% | 0.34% | - |
| HSV(B) | 225.86º | 0.96% | 0.64% | - |
| XYZ | 7.69 | 4.53 | 35.59 | - |
| YUV | 46.62 | 194.24 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 164 | 0.96 | 0.73 | 0 | 0.36 | 225.86 | 0.92 | 0.34 |
| Hex | 7 | 2C | A4 | 60 | 49 | 0 | 24 | E2 | 5C | 22 |
| Octal | 7 | 54 | 244 | 140 | 111 | 0 | 44 | 342 | 134 | 42 |
| Binary | 111 | 101100 | 10100100 | 1100000 | 1001001 | 0 | 100100 | 11100010 | 1011100 | 100010 |
Color Harmonies of #072CA4
Complementary color
Monochromatic Colors of #072CA4
Black with #072CA4
Text Example
Text Example
White with #072CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072CA4; }
p { color: rgb(7,44,164); }
H1.HeaderClassName
{
color: #072CA4;
}
.AnyTagClassName
{
color: #072CA4;
}
</style>
background-color css
<style>
a { background-color: #072CA4; }
a { background-color: rgb(7,44,164); }
div.DivClassName
{
background-color: #072CA4;
}
.BgClassName
{
background-color: #072CA4;
}
</style>
border-color css
<style>
span { border-color: #072CA4; }
span { border-color: rgb(7,44,164); }
td.TdClassName
{
border-color: #072CA4;
}
.TagClassName
{
border-color: #072CA4;
}
</style>