Html Css Color HEX #082BA2 International Klein Blue
📋 copy color: '#082BA2'red 8 ◦ green 43 ◦ blue 162
Shades of International Klein Blue #082BA2
Tints of International Klein Blue #082BA2
RGB
CMYK
RGB Variations
Color information
#082BA2 (or 0x082BA2) is known color: International Klein Blue. HEX triplet: 08, 2B and A2. RGB value is (8,43,162). Sum of RGB (Red+Green+Blue) = 8+43+162=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 162 (63.67% from 255 or 76.06% from 213); Max value from RGB is 162 - color contains mainly: blue. Hex color #082BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082BA2 is #F7D45D. Grayscale: #2D2D2D. Windows color (decimal): -16241758 or 10627848. OLE color: 10627848.
HSL color Cylindrical-coordinate representation of color #082BA2: hue angle of 226.36º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082BA2 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 43 | 162 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.36 |
| HSL | 226.36º | 0.91% | 0.33% | - |
| HSV(B) | 226.36º | 0.95% | 0.64% | - |
| XYZ | 7.49 | 4.39 | 34.63 | - |
| YUV | 46.1 | 193.4 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 162 | 0.95 | 0.73 | 0 | 0.36 | 226.36 | 0.91 | 0.33 |
| Hex | 8 | 2B | A2 | 5F | 49 | 0 | 24 | E2 | 5B | 21 |
| Octal | 10 | 53 | 242 | 137 | 111 | 0 | 44 | 342 | 133 | 41 |
| Binary | 1000 | 101011 | 10100010 | 1011111 | 1001001 | 0 | 100100 | 11100010 | 1011011 | 100001 |
Color Harmonies of #082BA2
Complementary color
Monochromatic Colors of #082BA2
Black with #082BA2
Text Example
Text Example
White with #082BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BA2; }
p { color: rgb(8,43,162); }
H1.HeaderClassName
{
color: #082BA2;
}
.AnyTagClassName
{
color: #082BA2;
}
</style>
background-color css
<style>
a { background-color: #082BA2; }
a { background-color: rgb(8,43,162); }
div.DivClassName
{
background-color: #082BA2;
}
.BgClassName
{
background-color: #082BA2;
}
</style>
border-color css
<style>
span { border-color: #082BA2; }
span { border-color: rgb(8,43,162); }
td.TdClassName
{
border-color: #082BA2;
}
.TagClassName
{
border-color: #082BA2;
}
</style>