Html Css Color HEX #0029AC International Klein Blue
📋 copy color: '#0029AC'red 0 ◦ green 41 ◦ blue 172
Shades of International Klein Blue #0029AC
Tints of International Klein Blue #0029AC
RGB
CMYK
RGB Variations
Color information
#0029AC (or 0x0029AC) is known color: International Klein Blue. HEX triplet: 00, 29 and AC. RGB value is (0,41,172). Sum of RGB (Red+Green+Blue) = 0+41+172=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #0029AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0029AC is #FFD653. Grayscale: #2B2B2B. Windows color (decimal): -16766548 or 11282688. OLE color: 11282688.
HSL color Cylindrical-coordinate representation of color #0029AC: hue angle of 225.7º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029AC is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 41 | 172 | - |
| CMYK | 1 | 0.76 | 0 | 0.33 |
| HSL | 225.7º | 1% | 0.34% | - |
| HSV(B) | 225.7º | 1% | 0.67% | - |
| XYZ | 8.24 | 4.56 | 39.48 | - |
| YUV | 43.68 | 200.42 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 172 | 1 | 0.76 | 0 | 0.33 | 225.7 | 1 | 0.34 |
| Hex | 0 | 29 | AC | 64 | 4C | 0 | 21 | E2 | 64 | 22 |
| Octal | 0 | 51 | 254 | 144 | 114 | 0 | 41 | 342 | 144 | 42 |
| Binary | 0 | 101001 | 10101100 | 1100100 | 1001100 | 0 | 100001 | 11100010 | 1100100 | 100010 |
Color Harmonies of #0029AC
Complementary color
Monochromatic Colors of #0029AC
Black with #0029AC
Text Example
Text Example
White with #0029AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0029AC; }
p { color: rgb(0,41,172); }
H1.HeaderClassName
{
color: #0029AC;
}
.AnyTagClassName
{
color: #0029AC;
}
</style>
background-color css
<style>
a { background-color: #0029AC; }
a { background-color: rgb(0,41,172); }
div.DivClassName
{
background-color: #0029AC;
}
.BgClassName
{
background-color: #0029AC;
}
</style>
border-color css
<style>
span { border-color: #0029AC; }
span { border-color: rgb(0,41,172); }
td.TdClassName
{
border-color: #0029AC;
}
.TagClassName
{
border-color: #0029AC;
}
</style>