Html Css Color HEX #0129AA International Klein Blue
📋 copy color: '#0129AA'red 1 ◦ green 41 ◦ blue 170
Shades of International Klein Blue #0129AA
Tints of International Klein Blue #0129AA
RGB
CMYK
RGB Variations
Color information
#0129AA (or 0x0129AA) is known color: International Klein Blue. HEX triplet: 01, 29 and AA. RGB value is (1,41,170). Sum of RGB (Red+Green+Blue) = 1+41+170=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #0129AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0129AA is #FED655. Grayscale: #2B2B2B. Windows color (decimal): -16701014 or 11151617. OLE color: 11151617.
HSL color Cylindrical-coordinate representation of color #0129AA: hue angle of 225.8º 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 #0129AA is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 41 | 170 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.33 |
| HSL | 225.8º | 0.99% | 0.34% | - |
| HSV(B) | 225.8º | 0.99% | 0.67% | - |
| XYZ | 8.06 | 4.49 | 38.47 | - |
| YUV | 43.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 170 | 0.99 | 0.76 | 0 | 0.33 | 225.8 | 0.99 | 0.34 |
| Hex | 1 | 29 | AA | 63 | 4C | 0 | 21 | E2 | 63 | 22 |
| Octal | 1 | 51 | 252 | 143 | 114 | 0 | 41 | 342 | 143 | 42 |
| Binary | 1 | 101001 | 10101010 | 1100011 | 1001100 | 0 | 100001 | 11100010 | 1100011 | 100010 |
Color Harmonies of #0129AA
Complementary color
Monochromatic Colors of #0129AA
Black with #0129AA
Text Example
Text Example
White with #0129AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129AA; }
p { color: rgb(1,41,170); }
H1.HeaderClassName
{
color: #0129AA;
}
.AnyTagClassName
{
color: #0129AA;
}
</style>
background-color css
<style>
a { background-color: #0129AA; }
a { background-color: rgb(1,41,170); }
div.DivClassName
{
background-color: #0129AA;
}
.BgClassName
{
background-color: #0129AA;
}
</style>
border-color css
<style>
span { border-color: #0129AA; }
span { border-color: rgb(1,41,170); }
td.TdClassName
{
border-color: #0129AA;
}
.TagClassName
{
border-color: #0129AA;
}
</style>