Html Css Color HEX #0828BA International Klein Blue
📋 copy color: '#0828BA'red 8 ◦ green 40 ◦ blue 186
Shades of International Klein Blue #0828BA
Tints of International Klein Blue #0828BA
RGB
CMYK
RGB Variations
Color information
#0828BA (or 0x0828BA) is known color: International Klein Blue. HEX triplet: 08, 28 and BA. RGB value is (8,40,186). Sum of RGB (Red+Green+Blue) = 8+40+186=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #0828BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0828BA is #F7D745. Grayscale: #2E2E2E. Windows color (decimal): -16242502 or 12199944. OLE color: 12199944.
HSL color Cylindrical-coordinate representation of color #0828BA: hue angle of 229.21º 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 #0828BA is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 40 | 186 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.27 |
| HSL | 229.21º | 0.92% | 0.38% | - |
| HSV(B) | 229.21º | 0.96% | 0.73% | - |
| XYZ | 9.72 | 5.11 | 46.93 | - |
| YUV | 47.08 | 206.4 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 186 | 0.96 | 0.78 | 0 | 0.27 | 229.21 | 0.92 | 0.38 |
| Hex | 8 | 28 | BA | 60 | 4E | 0 | 1B | E5 | 5C | 26 |
| Octal | 10 | 50 | 272 | 140 | 116 | 0 | 33 | 345 | 134 | 46 |
| Binary | 1000 | 101000 | 10111010 | 1100000 | 1001110 | 0 | 11011 | 11100101 | 1011100 | 100110 |
Color Harmonies of #0828BA
Complementary color
Monochromatic Colors of #0828BA
Black with #0828BA
Text Example
Text Example
White with #0828BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0828BA; }
p { color: rgb(8,40,186); }
H1.HeaderClassName
{
color: #0828BA;
}
.AnyTagClassName
{
color: #0828BA;
}
</style>
background-color css
<style>
a { background-color: #0828BA; }
a { background-color: rgb(8,40,186); }
div.DivClassName
{
background-color: #0828BA;
}
.BgClassName
{
background-color: #0828BA;
}
</style>
border-color css
<style>
span { border-color: #0828BA; }
span { border-color: rgb(8,40,186); }
td.TdClassName
{
border-color: #0828BA;
}
.TagClassName
{
border-color: #0828BA;
}
</style>