Html Css Color HEX #0029AB International Klein Blue
📋 copy color: '#0029AB'red 0 ◦ green 41 ◦ blue 171
Shades of International Klein Blue #0029AB
Tints of International Klein Blue #0029AB
RGB
CMYK
RGB Variations
Color information
#0029AB (or 0x0029AB) is known color: International Klein Blue. HEX triplet: 00, 29 and AB. RGB value is (0,41,171). Sum of RGB (Red+Green+Blue) = 0+41+171=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #0029AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0029AB is #FFD654. Grayscale: #2B2B2B. Windows color (decimal): -16766549 or 11217152. OLE color: 11217152.
HSL color Cylindrical-coordinate representation of color #0029AB: hue angle of 225.61º 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 #0029AB is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 41 | 171 | - |
| CMYK | 1 | 0.76 | 0 | 0.33 |
| HSL | 225.61º | 1% | 0.34% | - |
| HSV(B) | 225.61º | 1% | 0.67% | - |
| XYZ | 8.14 | 4.53 | 38.97 | - |
| YUV | 43.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 171 | 1 | 0.76 | 0 | 0.33 | 225.61 | 1 | 0.34 |
| Hex | 0 | 29 | AB | 64 | 4C | 0 | 21 | E2 | 64 | 22 |
| Octal | 0 | 51 | 253 | 144 | 114 | 0 | 41 | 342 | 144 | 42 |
| Binary | 0 | 101001 | 10101011 | 1100100 | 1001100 | 0 | 100001 | 11100010 | 1100100 | 100010 |
Color Harmonies of #0029AB
Complementary color
Monochromatic Colors of #0029AB
Black with #0029AB
Text Example
Text Example
White with #0029AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0029AB; }
p { color: rgb(0,41,171); }
H1.HeaderClassName
{
color: #0029AB;
}
.AnyTagClassName
{
color: #0029AB;
}
</style>
background-color css
<style>
a { background-color: #0029AB; }
a { background-color: rgb(0,41,171); }
div.DivClassName
{
background-color: #0029AB;
}
.BgClassName
{
background-color: #0029AB;
}
</style>
border-color css
<style>
span { border-color: #0029AB; }
span { border-color: rgb(0,41,171); }
td.TdClassName
{
border-color: #0029AB;
}
.TagClassName
{
border-color: #0029AB;
}
</style>