Html Css Color HEX #082AAE International Klein Blue
📋 copy color: '#082AAE'red 8 ◦ green 42 ◦ blue 174
Shades of International Klein Blue #082AAE
Tints of International Klein Blue #082AAE
RGB
CMYK
RGB Variations
Color information
#082AAE (or 0x082AAE) is known color: International Klein Blue. HEX triplet: 08, 2A and AE. RGB value is (8,42,174). Sum of RGB (Red+Green+Blue) = 8+42+174=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #082AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082AAE is #F7D551. Grayscale: #2E2E2E. Windows color (decimal): -16242002 or 11414024. OLE color: 11414024.
HSL color Cylindrical-coordinate representation of color #082AAE: hue angle of 227.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082AAE is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 42 | 174 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.32 |
| HSL | 227.71º | 0.91% | 0.36% | - |
| HSV(B) | 227.71º | 0.95% | 0.68% | - |
| XYZ | 8.57 | 4.76 | 40.51 | - |
| YUV | 46.88 | 199.74 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 174 | 0.95 | 0.76 | 0 | 0.32 | 227.71 | 0.91 | 0.36 |
| Hex | 8 | 2A | AE | 5F | 4C | 0 | 20 | E4 | 5B | 24 |
| Octal | 10 | 52 | 256 | 137 | 114 | 0 | 40 | 344 | 133 | 44 |
| Binary | 1000 | 101010 | 10101110 | 1011111 | 1001100 | 0 | 100000 | 11100100 | 1011011 | 100100 |
Color Harmonies of #082AAE
Complementary color
Monochromatic Colors of #082AAE
Black with #082AAE
Text Example
Text Example
White with #082AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082AAE; }
p { color: rgb(8,42,174); }
H1.HeaderClassName
{
color: #082AAE;
}
.AnyTagClassName
{
color: #082AAE;
}
</style>
background-color css
<style>
a { background-color: #082AAE; }
a { background-color: rgb(8,42,174); }
div.DivClassName
{
background-color: #082AAE;
}
.BgClassName
{
background-color: #082AAE;
}
</style>
border-color css
<style>
span { border-color: #082AAE; }
span { border-color: rgb(8,42,174); }
td.TdClassName
{
border-color: #082AAE;
}
.TagClassName
{
border-color: #082AAE;
}
</style>