Html Css Color HEX #0129BB International Klein Blue
📋 copy color: '#0129BB'red 1 ◦ green 41 ◦ blue 187
Shades of International Klein Blue #0129BB
Tints of International Klein Blue #0129BB
RGB
CMYK
RGB Variations
Color information
#0129BB (or 0x0129BB) is known color: International Klein Blue. HEX triplet: 01, 29 and BB. RGB value is (1,41,187). Sum of RGB (Red+Green+Blue) = 1+41+187=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 187 (73.44% from 255 or 81.66% from 229); Max value from RGB is 187 - color contains mainly: blue. Hex color #0129BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0129BB is #FED644. Grayscale: #2D2D2D. Windows color (decimal): -16700997 or 12265729. OLE color: 12265729.
HSL color Cylindrical-coordinate representation of color #0129BB: hue angle of 227.1º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0129BB is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 41 | 187 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.27 |
| HSL | 227.1º | 0.99% | 0.37% | - |
| HSV(B) | 227.1º | 0.99% | 0.73% | - |
| XYZ | 9.78 | 5.18 | 47.5 | - |
| YUV | 45.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 187 | 0.99 | 0.78 | 0 | 0.27 | 227.1 | 0.99 | 0.37 |
| Hex | 1 | 29 | BB | 63 | 4E | 0 | 1B | E3 | 63 | 25 |
| Octal | 1 | 51 | 273 | 143 | 116 | 0 | 33 | 343 | 143 | 45 |
| Binary | 1 | 101001 | 10111011 | 1100011 | 1001110 | 0 | 11011 | 11100011 | 1100011 | 100101 |
Color Harmonies of #0129BB
Complementary color
Monochromatic Colors of #0129BB
Black with #0129BB
Text Example
Text Example
White with #0129BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0129BB; }
p { color: rgb(1,41,187); }
H1.HeaderClassName
{
color: #0129BB;
}
.AnyTagClassName
{
color: #0129BB;
}
</style>
background-color css
<style>
a { background-color: #0129BB; }
a { background-color: rgb(1,41,187); }
div.DivClassName
{
background-color: #0129BB;
}
.BgClassName
{
background-color: #0129BB;
}
</style>
border-color css
<style>
span { border-color: #0129BB; }
span { border-color: rgb(1,41,187); }
td.TdClassName
{
border-color: #0129BB;
}
.TagClassName
{
border-color: #0129BB;
}
</style>