Html Css Color HEX #0129A4 International Klein Blue
📋 copy color: '#0129A4'red 1 ◦ green 41 ◦ blue 164
Shades of International Klein Blue #0129A4
Tints of International Klein Blue #0129A4
RGB
CMYK
RGB Variations
Color information
#0129A4 (or 0x0129A4) is known color: International Klein Blue. HEX triplet: 01, 29 and A4. RGB value is (1,41,164). Sum of RGB (Red+Green+Blue) = 1+41+164=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 164 (64.45% from 255 or 79.61% from 206); Max value from RGB is 164 - color contains mainly: blue. Hex color #0129A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0129A4 is #FED65B. Grayscale: #2A2A2A. Windows color (decimal): -16701020 or 10758401. OLE color: 10758401.
HSL color Cylindrical-coordinate representation of color #0129A4: hue angle of 225.28º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0129A4 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 41 | 164 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.36 |
| HSL | 225.28º | 0.99% | 0.32% | - |
| HSV(B) | 225.28º | 0.99% | 0.64% | - |
| XYZ | 7.51 | 4.27 | 35.55 | - |
| YUV | 43.06 | 196.25 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 164 | 0.99 | 0.75 | 0 | 0.36 | 225.28 | 0.99 | 0.32 |
| Hex | 1 | 29 | A4 | 63 | 4B | 0 | 24 | E1 | 63 | 20 |
| Octal | 1 | 51 | 244 | 143 | 113 | 0 | 44 | 341 | 143 | 40 |
| Binary | 1 | 101001 | 10100100 | 1100011 | 1001011 | 0 | 100100 | 11100001 | 1100011 | 100000 |
Color Harmonies of #0129A4
Complementary color
Monochromatic Colors of #0129A4
Black with #0129A4
Text Example
Text Example
White with #0129A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129A4; }
p { color: rgb(1,41,164); }
H1.HeaderClassName
{
color: #0129A4;
}
.AnyTagClassName
{
color: #0129A4;
}
</style>
background-color css
<style>
a { background-color: #0129A4; }
a { background-color: rgb(1,41,164); }
div.DivClassName
{
background-color: #0129A4;
}
.BgClassName
{
background-color: #0129A4;
}
</style>
border-color css
<style>
span { border-color: #0129A4; }
span { border-color: rgb(1,41,164); }
td.TdClassName
{
border-color: #0129A4;
}
.TagClassName
{
border-color: #0129A4;
}
</style>