Html Css Color HEX #0129AD International Klein Blue
📋 copy color: '#0129AD'red 1 ◦ green 41 ◦ blue 173
Shades of International Klein Blue #0129AD
Tints of International Klein Blue #0129AD
RGB
CMYK
RGB Variations
Color information
#0129AD (or 0x0129AD) is known color: International Klein Blue. HEX triplet: 01, 29 and AD. RGB value is (1,41,173). Sum of RGB (Red+Green+Blue) = 1+41+173=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #0129AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0129AD is #FED652. Grayscale: #2B2B2B. Windows color (decimal): -16701011 or 11348225. OLE color: 11348225.
HSL color Cylindrical-coordinate representation of color #0129AD: hue angle of 226.05º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0129AD is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 41 | 173 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.32 |
| HSL | 226.05º | 0.99% | 0.34% | - |
| HSV(B) | 226.05º | 0.99% | 0.68% | - |
| XYZ | 8.35 | 4.61 | 39.98 | - |
| YUV | 44.09 | 200.75 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 173 | 0.99 | 0.76 | 0 | 0.32 | 226.05 | 0.99 | 0.34 |
| Hex | 1 | 29 | AD | 63 | 4C | 0 | 20 | E2 | 63 | 22 |
| Octal | 1 | 51 | 255 | 143 | 114 | 0 | 40 | 342 | 143 | 42 |
| Binary | 1 | 101001 | 10101101 | 1100011 | 1001100 | 0 | 100000 | 11100010 | 1100011 | 100010 |
Color Harmonies of #0129AD
Complementary color
Monochromatic Colors of #0129AD
Black with #0129AD
Text Example
Text Example
White with #0129AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129AD; }
p { color: rgb(1,41,173); }
H1.HeaderClassName
{
color: #0129AD;
}
.AnyTagClassName
{
color: #0129AD;
}
</style>
background-color css
<style>
a { background-color: #0129AD; }
a { background-color: rgb(1,41,173); }
div.DivClassName
{
background-color: #0129AD;
}
.BgClassName
{
background-color: #0129AD;
}
</style>
border-color css
<style>
span { border-color: #0129AD; }
span { border-color: rgb(1,41,173); }
td.TdClassName
{
border-color: #0129AD;
}
.TagClassName
{
border-color: #0129AD;
}
</style>