Html Css Color HEX #0829A0 International Klein Blue
📋 copy color: '#0829A0'red 8 ◦ green 41 ◦ blue 160
Shades of International Klein Blue #0829A0
Tints of International Klein Blue #0829A0
RGB
CMYK
RGB Variations
Color information
#0829A0 (or 0x0829A0) is known color: International Klein Blue. HEX triplet: 08, 29 and A0. RGB value is (8,41,160). Sum of RGB (Red+Green+Blue) = 8+41+160=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #0829A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0829A0 is #F7D65F. Grayscale: #2C2C2C. Windows color (decimal): -16242272 or 10496264. OLE color: 10496264.
HSL color Cylindrical-coordinate representation of color #0829A0: hue angle of 226.97º degrees, saturation: 0.9, 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 #0829A0 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 41 | 160 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.37 |
| HSL | 226.97º | 0.9% | 0.33% | - |
| HSV(B) | 226.97º | 0.95% | 0.63% | - |
| XYZ | 7.24 | 4.18 | 33.68 | - |
| YUV | 44.7 | 193.07 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 160 | 0.95 | 0.74 | 0 | 0.37 | 226.97 | 0.9 | 0.33 |
| Hex | 8 | 29 | A0 | 5F | 4A | 0 | 25 | E3 | 5A | 21 |
| Octal | 10 | 51 | 240 | 137 | 112 | 0 | 45 | 343 | 132 | 41 |
| Binary | 1000 | 101001 | 10100000 | 1011111 | 1001010 | 0 | 100101 | 11100011 | 1011010 | 100001 |
Color Harmonies of #0829A0
Complementary color
Monochromatic Colors of #0829A0
Black with #0829A0
Text Example
Text Example
White with #0829A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829A0; }
p { color: rgb(8,41,160); }
H1.HeaderClassName
{
color: #0829A0;
}
.AnyTagClassName
{
color: #0829A0;
}
</style>
background-color css
<style>
a { background-color: #0829A0; }
a { background-color: rgb(8,41,160); }
div.DivClassName
{
background-color: #0829A0;
}
.BgClassName
{
background-color: #0829A0;
}
</style>
border-color css
<style>
span { border-color: #0829A0; }
span { border-color: rgb(8,41,160); }
td.TdClassName
{
border-color: #0829A0;
}
.TagClassName
{
border-color: #0829A0;
}
</style>