Html Css Color HEX #082DAC International Klein Blue
📋 copy color: '#082DAC'red 8 ◦ green 45 ◦ blue 172
Shades of International Klein Blue #082DAC
Tints of International Klein Blue #082DAC
RGB
CMYK
RGB Variations
Color information
#082DAC (or 0x082DAC) is known color: International Klein Blue. HEX triplet: 08, 2D and AC. RGB value is (8,45,172). Sum of RGB (Red+Green+Blue) = 8+45+172=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #082DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082DAC is #F7D253. Grayscale: #2F2F2F. Windows color (decimal): -16241236 or 11283720. OLE color: 11283720.
HSL color Cylindrical-coordinate representation of color #082DAC: hue angle of 226.46º 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 #082DAC is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 45 | 172 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.33 |
| HSL | 226.46º | 0.91% | 0.35% | - |
| HSV(B) | 226.46º | 0.95% | 0.67% | - |
| XYZ | 8.48 | 4.91 | 39.53 | - |
| YUV | 48.42 | 197.74 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 172 | 0.95 | 0.74 | 0 | 0.33 | 226.46 | 0.91 | 0.35 |
| Hex | 8 | 2D | AC | 5F | 4A | 0 | 21 | E2 | 5B | 23 |
| Octal | 10 | 55 | 254 | 137 | 112 | 0 | 41 | 342 | 133 | 43 |
| Binary | 1000 | 101101 | 10101100 | 1011111 | 1001010 | 0 | 100001 | 11100010 | 1011011 | 100011 |
Color Harmonies of #082DAC
Complementary color
Monochromatic Colors of #082DAC
Black with #082DAC
Text Example
Text Example
White with #082DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DAC; }
p { color: rgb(8,45,172); }
H1.HeaderClassName
{
color: #082DAC;
}
.AnyTagClassName
{
color: #082DAC;
}
</style>
background-color css
<style>
a { background-color: #082DAC; }
a { background-color: rgb(8,45,172); }
div.DivClassName
{
background-color: #082DAC;
}
.BgClassName
{
background-color: #082DAC;
}
</style>
border-color css
<style>
span { border-color: #082DAC; }
span { border-color: rgb(8,45,172); }
td.TdClassName
{
border-color: #082DAC;
}
.TagClassName
{
border-color: #082DAC;
}
</style>