Html Css Color HEX #082AAA International Klein Blue
📋 copy color: '#082AAA'red 8 ◦ green 42 ◦ blue 170
Shades of International Klein Blue #082AAA
Tints of International Klein Blue #082AAA
RGB
CMYK
RGB Variations
Color information
#082AAA (or 0x082AAA) is known color: International Klein Blue. HEX triplet: 08, 2A and AA. RGB value is (8,42,170). Sum of RGB (Red+Green+Blue) = 8+42+170=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #082AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082AAA is #F7D555. Grayscale: #2D2D2D. Windows color (decimal): -16242006 or 11151880. OLE color: 11151880.
HSL color Cylindrical-coordinate representation of color #082AAA: hue angle of 227.41º 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 #082AAA is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 42 | 170 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.33 |
| HSL | 227.41º | 0.91% | 0.35% | - |
| HSV(B) | 227.41º | 0.95% | 0.67% | - |
| XYZ | 8.18 | 4.61 | 38.49 | - |
| YUV | 46.43 | 197.74 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 170 | 0.95 | 0.75 | 0 | 0.33 | 227.41 | 0.91 | 0.35 |
| Hex | 8 | 2A | AA | 5F | 4B | 0 | 21 | E3 | 5B | 23 |
| Octal | 10 | 52 | 252 | 137 | 113 | 0 | 41 | 343 | 133 | 43 |
| Binary | 1000 | 101010 | 10101010 | 1011111 | 1001011 | 0 | 100001 | 11100011 | 1011011 | 100011 |
Color Harmonies of #082AAA
Complementary color
Monochromatic Colors of #082AAA
Black with #082AAA
Text Example
Text Example
White with #082AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082AAA; }
p { color: rgb(8,42,170); }
H1.HeaderClassName
{
color: #082AAA;
}
.AnyTagClassName
{
color: #082AAA;
}
</style>
background-color css
<style>
a { background-color: #082AAA; }
a { background-color: rgb(8,42,170); }
div.DivClassName
{
background-color: #082AAA;
}
.BgClassName
{
background-color: #082AAA;
}
</style>
border-color css
<style>
span { border-color: #082AAA; }
span { border-color: rgb(8,42,170); }
td.TdClassName
{
border-color: #082AAA;
}
.TagClassName
{
border-color: #082AAA;
}
</style>