Html Css Color HEX #0826BB International Klein Blue
📋 copy color: '#0826BB'red 8 ◦ green 38 ◦ blue 187
Shades of International Klein Blue #0826BB
Tints of International Klein Blue #0826BB
RGB
CMYK
RGB Variations
Color information
#0826BB (or 0x0826BB) is known color: International Klein Blue. HEX triplet: 08, 26 and BB. RGB value is (8,38,187). Sum of RGB (Red+Green+Blue) = 8+38+187=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #0826BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0826BB is #F7D944. Grayscale: #2D2D2D. Windows color (decimal): -16243013 or 12264968. OLE color: 12264968.
HSL color Cylindrical-coordinate representation of color #0826BB: hue angle of 229.94º 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 #0826BB is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 38 | 187 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.27 |
| HSL | 229.94º | 0.92% | 0.38% | - |
| HSV(B) | 229.94º | 0.96% | 0.73% | - |
| XYZ | 9.76 | 5.03 | 47.47 | - |
| YUV | 46.02 | 207.56 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 187 | 0.96 | 0.80 | 0 | 0.27 | 229.94 | 0.92 | 0.38 |
| Hex | 8 | 26 | BB | 60 | 50 | 0 | 1B | E6 | 5C | 26 |
| Octal | 10 | 46 | 273 | 140 | 120 | 0 | 33 | 346 | 134 | 46 |
| Binary | 1000 | 100110 | 10111011 | 1100000 | 1010000 | 0 | 11011 | 11100110 | 1011100 | 100110 |
Color Harmonies of #0826BB
Complementary color
Monochromatic Colors of #0826BB
Black with #0826BB
Text Example
Text Example
White with #0826BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0826BB; }
p { color: rgb(8,38,187); }
H1.HeaderClassName
{
color: #0826BB;
}
.AnyTagClassName
{
color: #0826BB;
}
</style>
background-color css
<style>
a { background-color: #0826BB; }
a { background-color: rgb(8,38,187); }
div.DivClassName
{
background-color: #0826BB;
}
.BgClassName
{
background-color: #0826BB;
}
</style>
border-color css
<style>
span { border-color: #0826BB; }
span { border-color: rgb(8,38,187); }
td.TdClassName
{
border-color: #0826BB;
}
.TagClassName
{
border-color: #0826BB;
}
</style>