Html Css Color HEX #0829B6 International Klein Blue
📋 copy color: '#0829B6'red 8 ◦ green 41 ◦ blue 182
Shades of International Klein Blue #0829B6
Tints of International Klein Blue #0829B6
RGB
CMYK
RGB Variations
Color information
#0829B6 (or 0x0829B6) is known color: International Klein Blue. HEX triplet: 08, 29 and B6. RGB value is (8,41,182). Sum of RGB (Red+Green+Blue) = 8+41+182=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 182 (71.48% from 255 or 78.79% from 231); Max value from RGB is 182 - color contains mainly: blue. Hex color #0829B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0829B6 is #F7D649. Grayscale: #2E2E2E. Windows color (decimal): -16242250 or 11938056. OLE color: 11938056.
HSL color Cylindrical-coordinate representation of color #0829B6: hue angle of 228.62º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0829B6 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 41 | 182 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.29 |
| HSL | 228.62º | 0.92% | 0.37% | - |
| HSV(B) | 228.62º | 0.96% | 0.71% | - |
| XYZ | 9.34 | 5.01 | 44.73 | - |
| YUV | 47.21 | 204.07 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 182 | 0.96 | 0.77 | 0 | 0.29 | 228.62 | 0.92 | 0.37 |
| Hex | 8 | 29 | B6 | 60 | 4D | 0 | 1D | E5 | 5C | 25 |
| Octal | 10 | 51 | 266 | 140 | 115 | 0 | 35 | 345 | 134 | 45 |
| Binary | 1000 | 101001 | 10110110 | 1100000 | 1001101 | 0 | 11101 | 11100101 | 1011100 | 100101 |
Color Harmonies of #0829B6
Complementary color
Monochromatic Colors of #0829B6
Black with #0829B6
Text Example
Text Example
White with #0829B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829B6; }
p { color: rgb(8,41,182); }
H1.HeaderClassName
{
color: #0829B6;
}
.AnyTagClassName
{
color: #0829B6;
}
</style>
background-color css
<style>
a { background-color: #0829B6; }
a { background-color: rgb(8,41,182); }
div.DivClassName
{
background-color: #0829B6;
}
.BgClassName
{
background-color: #0829B6;
}
</style>
border-color css
<style>
span { border-color: #0829B6; }
span { border-color: rgb(8,41,182); }
td.TdClassName
{
border-color: #0829B6;
}
.TagClassName
{
border-color: #0829B6;
}
</style>