Html Css Color HEX #082EA5 International Klein Blue
📋 copy color: '#082EA5'red 8 ◦ green 46 ◦ blue 165
Shades of International Klein Blue #082EA5
Tints of International Klein Blue #082EA5
RGB
CMYK
RGB Variations
Color information
#082EA5 (or 0x082EA5) is known color: International Klein Blue. HEX triplet: 08, 2E and A5. RGB value is (8,46,165). Sum of RGB (Red+Green+Blue) = 8+46+165=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 165 (64.84% from 255 or 75.34% from 219); Max value from RGB is 165 - color contains mainly: blue. Hex color #082EA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082EA5 is #F7D15A. Grayscale: #2F2F2F. Windows color (decimal): -16240987 or 10825224. OLE color: 10825224.
HSL color Cylindrical-coordinate representation of color #082EA5: hue angle of 225.48º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082EA5 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 46 | 165 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.35 |
| HSL | 225.48º | 0.91% | 0.34% | - |
| HSV(B) | 225.48º | 0.95% | 0.65% | - |
| XYZ | 7.87 | 4.72 | 36.09 | - |
| YUV | 48.2 | 193.91 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 165 | 0.95 | 0.72 | 0 | 0.35 | 225.48 | 0.91 | 0.34 |
| Hex | 8 | 2E | A5 | 5F | 48 | 0 | 23 | E1 | 5B | 22 |
| Octal | 10 | 56 | 245 | 137 | 110 | 0 | 43 | 341 | 133 | 42 |
| Binary | 1000 | 101110 | 10100101 | 1011111 | 1001000 | 0 | 100011 | 11100001 | 1011011 | 100010 |
Color Harmonies of #082EA5
Complementary color
Monochromatic Colors of #082EA5
Black with #082EA5
Text Example
Text Example
White with #082EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082EA5; }
p { color: rgb(8,46,165); }
H1.HeaderClassName
{
color: #082EA5;
}
.AnyTagClassName
{
color: #082EA5;
}
</style>
background-color css
<style>
a { background-color: #082EA5; }
a { background-color: rgb(8,46,165); }
div.DivClassName
{
background-color: #082EA5;
}
.BgClassName
{
background-color: #082EA5;
}
</style>
border-color css
<style>
span { border-color: #082EA5; }
span { border-color: rgb(8,46,165); }
td.TdClassName
{
border-color: #082EA5;
}
.TagClassName
{
border-color: #082EA5;
}
</style>