Html Css Color HEX #082CA2 International Klein Blue
📋 copy color: '#082CA2'red 8 ◦ green 44 ◦ blue 162
Shades of International Klein Blue #082CA2
Tints of International Klein Blue #082CA2
RGB
CMYK
RGB Variations
Color information
#082CA2 (or 0x082CA2) is known color: International Klein Blue. HEX triplet: 08, 2C and A2. RGB value is (8,44,162). Sum of RGB (Red+Green+Blue) = 8+44+162=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 162 (63.67% from 255 or 75.70% from 214); Max value from RGB is 162 - color contains mainly: blue. Hex color #082CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082CA2 is #F7D35D. Grayscale: #2E2E2E. Windows color (decimal): -16241502 or 10628104. OLE color: 10628104.
HSL color Cylindrical-coordinate representation of color #082CA2: hue angle of 225.97º 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 #082CA2 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 44 | 162 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.36 |
| HSL | 225.97º | 0.91% | 0.33% | - |
| HSV(B) | 225.97º | 0.95% | 0.64% | - |
| XYZ | 7.52 | 4.46 | 34.65 | - |
| YUV | 46.69 | 193.07 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 162 | 0.95 | 0.73 | 0 | 0.36 | 225.97 | 0.91 | 0.33 |
| Hex | 8 | 2C | A2 | 5F | 49 | 0 | 24 | E2 | 5B | 21 |
| Octal | 10 | 54 | 242 | 137 | 111 | 0 | 44 | 342 | 133 | 41 |
| Binary | 1000 | 101100 | 10100010 | 1011111 | 1001001 | 0 | 100100 | 11100010 | 1011011 | 100001 |
Color Harmonies of #082CA2
Complementary color
Monochromatic Colors of #082CA2
Black with #082CA2
Text Example
Text Example
White with #082CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082CA2; }
p { color: rgb(8,44,162); }
H1.HeaderClassName
{
color: #082CA2;
}
.AnyTagClassName
{
color: #082CA2;
}
</style>
background-color css
<style>
a { background-color: #082CA2; }
a { background-color: rgb(8,44,162); }
div.DivClassName
{
background-color: #082CA2;
}
.BgClassName
{
background-color: #082CA2;
}
</style>
border-color css
<style>
span { border-color: #082CA2; }
span { border-color: rgb(8,44,162); }
td.TdClassName
{
border-color: #082CA2;
}
.TagClassName
{
border-color: #082CA2;
}
</style>