Html Css Color HEX #0029BA International Klein Blue
📋 copy color: '#0029BA'red 0 ◦ green 41 ◦ blue 186
Shades of International Klein Blue #0029BA
Tints of International Klein Blue #0029BA
RGB
CMYK
RGB Variations
Color information
#0029BA (or 0x0029BA) is known color: International Klein Blue. HEX triplet: 00, 29 and BA. RGB value is (0,41,186). Sum of RGB (Red+Green+Blue) = 0+41+186=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #0029BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0029BA is #FFD645. Grayscale: #2C2C2C. Windows color (decimal): -16766534 or 12200192. OLE color: 12200192.
HSL color Cylindrical-coordinate representation of color #0029BA: hue angle of 226.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029BA is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 41 | 186 | - |
| CMYK | 1 | 0.78 | 0 | 0.27 |
| HSL | 226.77º | 1% | 0.36% | - |
| HSV(B) | 226.77º | 1% | 0.73% | - |
| XYZ | 9.66 | 5.13 | 46.94 | - |
| YUV | 45.27 | 207.42 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 186 | 1 | 0.78 | 0 | 0.27 | 226.77 | 1 | 0.36 |
| Hex | 0 | 29 | BA | 64 | 4E | 0 | 1B | E3 | 64 | 24 |
| Octal | 0 | 51 | 272 | 144 | 116 | 0 | 33 | 343 | 144 | 44 |
| Binary | 0 | 101001 | 10111010 | 1100100 | 1001110 | 0 | 11011 | 11100011 | 1100100 | 100100 |
Color Harmonies of #0029BA
Complementary color
Monochromatic Colors of #0029BA
Black with #0029BA
Text Example
Text Example
White with #0029BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0029BA; }
p { color: rgb(0,41,186); }
H1.HeaderClassName
{
color: #0029BA;
}
.AnyTagClassName
{
color: #0029BA;
}
</style>
background-color css
<style>
a { background-color: #0029BA; }
a { background-color: rgb(0,41,186); }
div.DivClassName
{
background-color: #0029BA;
}
.BgClassName
{
background-color: #0029BA;
}
</style>
border-color css
<style>
span { border-color: #0029BA; }
span { border-color: rgb(0,41,186); }
td.TdClassName
{
border-color: #0029BA;
}
.TagClassName
{
border-color: #0029BA;
}
</style>