Html Css Color HEX #0529AC International Klein Blue
📋 copy color: '#0529AC'red 5 ◦ green 41 ◦ blue 172
Shades of International Klein Blue #0529AC
Tints of International Klein Blue #0529AC
RGB
CMYK
RGB Variations
Color information
#0529AC (or 0x0529AC) is known color: International Klein Blue. HEX triplet: 05, 29 and AC. RGB value is (5,41,172). Sum of RGB (Red+Green+Blue) = 5+41+172=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #0529AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0529AC is #FAD653. Grayscale: #2C2C2C. Windows color (decimal): -16438868 or 11282693. OLE color: 11282693.
HSL color Cylindrical-coordinate representation of color #0529AC: hue angle of 227.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0529AC is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 41 | 172 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.33 |
| HSL | 227.07º | 0.94% | 0.35% | - |
| HSV(B) | 227.07º | 0.97% | 0.67% | - |
| XYZ | 8.3 | 4.6 | 39.48 | - |
| YUV | 45.17 | 199.57 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 172 | 0.97 | 0.76 | 0 | 0.33 | 227.07 | 0.94 | 0.35 |
| Hex | 5 | 29 | AC | 61 | 4C | 0 | 21 | E3 | 5E | 23 |
| Octal | 5 | 51 | 254 | 141 | 114 | 0 | 41 | 343 | 136 | 43 |
| Binary | 101 | 101001 | 10101100 | 1100001 | 1001100 | 0 | 100001 | 11100011 | 1011110 | 100011 |
Color Harmonies of #0529AC
Complementary color
Monochromatic Colors of #0529AC
Black with #0529AC
Text Example
Text Example
White with #0529AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529AC; }
p { color: rgb(5,41,172); }
H1.HeaderClassName
{
color: #0529AC;
}
.AnyTagClassName
{
color: #0529AC;
}
</style>
background-color css
<style>
a { background-color: #0529AC; }
a { background-color: rgb(5,41,172); }
div.DivClassName
{
background-color: #0529AC;
}
.BgClassName
{
background-color: #0529AC;
}
</style>
border-color css
<style>
span { border-color: #0529AC; }
span { border-color: rgb(5,41,172); }
td.TdClassName
{
border-color: #0529AC;
}
.TagClassName
{
border-color: #0529AC;
}
</style>