Html Css Color HEX #0829AB International Klein Blue
📋 copy color: '#0829AB'red 8 ◦ green 41 ◦ blue 171
Shades of International Klein Blue #0829AB
Tints of International Klein Blue #0829AB
RGB
CMYK
RGB Variations
Color information
#0829AB (or 0x0829AB) is known color: International Klein Blue. HEX triplet: 08, 29 and AB. RGB value is (8,41,171). Sum of RGB (Red+Green+Blue) = 8+41+171=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #0829AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0829AB is #F7D654. Grayscale: #2D2D2D. Windows color (decimal): -16242261 or 11217160. OLE color: 11217160.
HSL color Cylindrical-coordinate representation of color #0829AB: hue angle of 227.85º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0829AB is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 41 | 171 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.33 |
| HSL | 227.85º | 0.91% | 0.35% | - |
| HSV(B) | 227.85º | 0.95% | 0.67% | - |
| XYZ | 8.24 | 4.58 | 38.98 | - |
| YUV | 45.95 | 198.57 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 171 | 0.95 | 0.76 | 0 | 0.33 | 227.85 | 0.91 | 0.35 |
| Hex | 8 | 29 | AB | 5F | 4C | 0 | 21 | E4 | 5B | 23 |
| Octal | 10 | 51 | 253 | 137 | 114 | 0 | 41 | 344 | 133 | 43 |
| Binary | 1000 | 101001 | 10101011 | 1011111 | 1001100 | 0 | 100001 | 11100100 | 1011011 | 100011 |
Color Harmonies of #0829AB
Complementary color
Monochromatic Colors of #0829AB
Black with #0829AB
Text Example
Text Example
White with #0829AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829AB; }
p { color: rgb(8,41,171); }
H1.HeaderClassName
{
color: #0829AB;
}
.AnyTagClassName
{
color: #0829AB;
}
</style>
background-color css
<style>
a { background-color: #0829AB; }
a { background-color: rgb(8,41,171); }
div.DivClassName
{
background-color: #0829AB;
}
.BgClassName
{
background-color: #0829AB;
}
</style>
border-color css
<style>
span { border-color: #0829AB; }
span { border-color: rgb(8,41,171); }
td.TdClassName
{
border-color: #0829AB;
}
.TagClassName
{
border-color: #0829AB;
}
</style>