Html Css Color HEX #082DB1 International Klein Blue
📋 copy color: '#082DB1'red 8 ◦ green 45 ◦ blue 177
Shades of International Klein Blue #082DB1
Tints of International Klein Blue #082DB1
RGB
CMYK
RGB Variations
Color information
#082DB1 (or 0x082DB1) is known color: International Klein Blue. HEX triplet: 08, 2D and B1. RGB value is (8,45,177). Sum of RGB (Red+Green+Blue) = 8+45+177=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 177 (69.53% from 255 or 76.96% from 230); Max value from RGB is 177 - color contains mainly: blue. Hex color #082DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082DB1 is #F7D24E. Grayscale: #303030. Windows color (decimal): -16241231 or 11611400. OLE color: 11611400.
HSL color Cylindrical-coordinate representation of color #082DB1: hue angle of 226.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082DB1 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 45 | 177 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.31 |
| HSL | 226.86º | 0.91% | 0.36% | - |
| HSV(B) | 226.86º | 0.95% | 0.69% | - |
| XYZ | 8.97 | 5.1 | 42.11 | - |
| YUV | 48.99 | 200.24 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 177 | 0.95 | 0.75 | 0 | 0.31 | 226.86 | 0.91 | 0.36 |
| Hex | 8 | 2D | B1 | 5F | 4B | 0 | 1F | E3 | 5B | 24 |
| Octal | 10 | 55 | 261 | 137 | 113 | 0 | 37 | 343 | 133 | 44 |
| Binary | 1000 | 101101 | 10110001 | 1011111 | 1001011 | 0 | 11111 | 11100011 | 1011011 | 100100 |
Color Harmonies of #082DB1
Complementary color
Monochromatic Colors of #082DB1
Black with #082DB1
Text Example
Text Example
White with #082DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DB1; }
p { color: rgb(8,45,177); }
H1.HeaderClassName
{
color: #082DB1;
}
.AnyTagClassName
{
color: #082DB1;
}
</style>
background-color css
<style>
a { background-color: #082DB1; }
a { background-color: rgb(8,45,177); }
div.DivClassName
{
background-color: #082DB1;
}
.BgClassName
{
background-color: #082DB1;
}
</style>
border-color css
<style>
span { border-color: #082DB1; }
span { border-color: rgb(8,45,177); }
td.TdClassName
{
border-color: #082DB1;
}
.TagClassName
{
border-color: #082DB1;
}
</style>