Html Css Color HEX #0829A1 International Klein Blue
📋 copy color: '#0829A1'red 8 ◦ green 41 ◦ blue 161
Shades of International Klein Blue #0829A1
Tints of International Klein Blue #0829A1
RGB
CMYK
RGB Variations
Color information
#0829A1 (or 0x0829A1) is known color: International Klein Blue. HEX triplet: 08, 29 and A1. RGB value is (8,41,161). Sum of RGB (Red+Green+Blue) = 8+41+161=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 161 (63.28% from 255 or 76.67% from 210); Max value from RGB is 161 - color contains mainly: blue. Hex color #0829A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0829A1 is #F7D65E. Grayscale: #2C2C2C. Windows color (decimal): -16242271 or 10561800. OLE color: 10561800.
HSL color Cylindrical-coordinate representation of color #0829A1: hue angle of 227.06º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0829A1 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 41 | 161 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.37 |
| HSL | 227.06º | 0.91% | 0.33% | - |
| HSV(B) | 227.06º | 0.95% | 0.63% | - |
| XYZ | 7.33 | 4.21 | 34.14 | - |
| YUV | 44.81 | 193.57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 161 | 0.95 | 0.75 | 0 | 0.37 | 227.06 | 0.91 | 0.33 |
| Hex | 8 | 29 | A1 | 5F | 4B | 0 | 25 | E3 | 5B | 21 |
| Octal | 10 | 51 | 241 | 137 | 113 | 0 | 45 | 343 | 133 | 41 |
| Binary | 1000 | 101001 | 10100001 | 1011111 | 1001011 | 0 | 100101 | 11100011 | 1011011 | 100001 |
Color Harmonies of #0829A1
Complementary color
Monochromatic Colors of #0829A1
Black with #0829A1
Text Example
Text Example
White with #0829A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829A1; }
p { color: rgb(8,41,161); }
H1.HeaderClassName
{
color: #0829A1;
}
.AnyTagClassName
{
color: #0829A1;
}
</style>
background-color css
<style>
a { background-color: #0829A1; }
a { background-color: rgb(8,41,161); }
div.DivClassName
{
background-color: #0829A1;
}
.BgClassName
{
background-color: #0829A1;
}
</style>
border-color css
<style>
span { border-color: #0829A1; }
span { border-color: rgb(8,41,161); }
td.TdClassName
{
border-color: #0829A1;
}
.TagClassName
{
border-color: #0829A1;
}
</style>