Html Css Color HEX #0829AA International Klein Blue
📋 copy color: '#0829AA'red 8 ◦ green 41 ◦ blue 170
Shades of International Klein Blue #0829AA
Tints of International Klein Blue #0829AA
RGB
CMYK
RGB Variations
Color information
#0829AA (or 0x0829AA) is known color: International Klein Blue. HEX triplet: 08, 29 and AA. RGB value is (8,41,170). Sum of RGB (Red+Green+Blue) = 8+41+170=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #0829AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0829AA is #F7D655. Grayscale: #2D2D2D. Windows color (decimal): -16242262 or 11151624. OLE color: 11151624.
HSL color Cylindrical-coordinate representation of color #0829AA: hue angle of 227.78º 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 #0829AA is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 41 | 170 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.33 |
| HSL | 227.78º | 0.91% | 0.35% | - |
| HSV(B) | 227.78º | 0.95% | 0.67% | - |
| XYZ | 8.15 | 4.54 | 38.48 | - |
| YUV | 45.84 | 198.07 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 170 | 0.95 | 0.76 | 0 | 0.33 | 227.78 | 0.91 | 0.35 |
| Hex | 8 | 29 | AA | 5F | 4C | 0 | 21 | E4 | 5B | 23 |
| Octal | 10 | 51 | 252 | 137 | 114 | 0 | 41 | 344 | 133 | 43 |
| Binary | 1000 | 101001 | 10101010 | 1011111 | 1001100 | 0 | 100001 | 11100100 | 1011011 | 100011 |
Color Harmonies of #0829AA
Complementary color
Monochromatic Colors of #0829AA
Black with #0829AA
Text Example
Text Example
White with #0829AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0829AA; }
p { color: rgb(8,41,170); }
H1.HeaderClassName
{
color: #0829AA;
}
.AnyTagClassName
{
color: #0829AA;
}
</style>
background-color css
<style>
a { background-color: #0829AA; }
a { background-color: rgb(8,41,170); }
div.DivClassName
{
background-color: #0829AA;
}
.BgClassName
{
background-color: #0829AA;
}
</style>
border-color css
<style>
span { border-color: #0829AA; }
span { border-color: rgb(8,41,170); }
td.TdClassName
{
border-color: #0829AA;
}
.TagClassName
{
border-color: #0829AA;
}
</style>