Html Css Color HEX #0129AB International Klein Blue
📋 copy color: '#0129AB'red 1 ◦ green 41 ◦ blue 171
Shades of International Klein Blue #0129AB
Tints of International Klein Blue #0129AB
RGB
CMYK
RGB Variations
Color information
#0129AB (or 0x0129AB) is known color: International Klein Blue. HEX triplet: 01, 29 and AB. RGB value is (1,41,171). Sum of RGB (Red+Green+Blue) = 1+41+171=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #0129AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0129AB is #FED654. Grayscale: #2B2B2B. Windows color (decimal): -16701013 or 11217153. OLE color: 11217153.
HSL color Cylindrical-coordinate representation of color #0129AB: hue angle of 225.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0129AB is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 41 | 171 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.33 |
| HSL | 225.88º | 0.99% | 0.34% | - |
| HSV(B) | 225.88º | 0.99% | 0.67% | - |
| XYZ | 8.16 | 4.53 | 38.97 | - |
| YUV | 43.86 | 199.75 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 171 | 0.99 | 0.76 | 0 | 0.33 | 225.88 | 0.99 | 0.34 |
| Hex | 1 | 29 | AB | 63 | 4C | 0 | 21 | E2 | 63 | 22 |
| Octal | 1 | 51 | 253 | 143 | 114 | 0 | 41 | 342 | 143 | 42 |
| Binary | 1 | 101001 | 10101011 | 1100011 | 1001100 | 0 | 100001 | 11100010 | 1100011 | 100010 |
Color Harmonies of #0129AB
Complementary color
Monochromatic Colors of #0129AB
Black with #0129AB
Text Example
Text Example
White with #0129AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129AB; }
p { color: rgb(1,41,171); }
H1.HeaderClassName
{
color: #0129AB;
}
.AnyTagClassName
{
color: #0129AB;
}
</style>
background-color css
<style>
a { background-color: #0129AB; }
a { background-color: rgb(1,41,171); }
div.DivClassName
{
background-color: #0129AB;
}
.BgClassName
{
background-color: #0129AB;
}
</style>
border-color css
<style>
span { border-color: #0129AB; }
span { border-color: rgb(1,41,171); }
td.TdClassName
{
border-color: #0129AB;
}
.TagClassName
{
border-color: #0129AB;
}
</style>