Html Css Color HEX #082BBA International Klein Blue
📋 copy color: '#082BBA'red 8 ◦ green 43 ◦ blue 186
Shades of International Klein Blue #082BBA
Tints of International Klein Blue #082BBA
RGB
CMYK
RGB Variations
Color information
#082BBA (or 0x082BBA) is known color: International Klein Blue. HEX triplet: 08, 2B and BA. RGB value is (8,43,186). Sum of RGB (Red+Green+Blue) = 8+43+186=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #082BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BBA is #F7D445. Grayscale: #303030. Windows color (decimal): -16241734 or 12200712. OLE color: 12200712.
HSL color Cylindrical-coordinate representation of color #082BBA: hue angle of 228.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082BBA is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 43 | 186 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.27 |
| HSL | 228.2º | 0.92% | 0.38% | - |
| HSV(B) | 228.2º | 0.96% | 0.73% | - |
| XYZ | 9.83 | 5.32 | 46.96 | - |
| YUV | 48.84 | 205.4 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 186 | 0.96 | 0.77 | 0 | 0.27 | 228.2 | 0.92 | 0.38 |
| Hex | 8 | 2B | BA | 60 | 4D | 0 | 1B | E4 | 5C | 26 |
| Octal | 10 | 53 | 272 | 140 | 115 | 0 | 33 | 344 | 134 | 46 |
| Binary | 1000 | 101011 | 10111010 | 1100000 | 1001101 | 0 | 11011 | 11100100 | 1011100 | 100110 |
Color Harmonies of #082BBA
Complementary color
Monochromatic Colors of #082BBA
Black with #082BBA
Text Example
Text Example
White with #082BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BBA; }
p { color: rgb(8,43,186); }
H1.HeaderClassName
{
color: #082BBA;
}
.AnyTagClassName
{
color: #082BBA;
}
</style>
background-color css
<style>
a { background-color: #082BBA; }
a { background-color: rgb(8,43,186); }
div.DivClassName
{
background-color: #082BBA;
}
.BgClassName
{
background-color: #082BBA;
}
</style>
border-color css
<style>
span { border-color: #082BBA; }
span { border-color: rgb(8,43,186); }
td.TdClassName
{
border-color: #082BBA;
}
.TagClassName
{
border-color: #082BBA;
}
</style>