Html Css Color HEX #0828BC International Klein Blue
📋 copy color: '#0828BC'red 8 ◦ green 40 ◦ blue 188
Shades of International Klein Blue #0828BC
Tints of International Klein Blue #0828BC
RGB
CMYK
RGB Variations
Color information
#0828BC (or 0x0828BC) is known color: International Klein Blue. HEX triplet: 08, 28 and BC. RGB value is (8,40,188). Sum of RGB (Red+Green+Blue) = 8+40+188=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #0828BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0828BC is #F7D743. Grayscale: #2E2E2E. Windows color (decimal): -16242500 or 12331016. OLE color: 12331016.
HSL color Cylindrical-coordinate representation of color #0828BC: hue angle of 229.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0828BC is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 40 | 188 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.26 |
| HSL | 229.33º | 0.92% | 0.38% | - |
| HSV(B) | 229.33º | 0.96% | 0.74% | - |
| XYZ | 9.94 | 5.2 | 48.06 | - |
| YUV | 47.3 | 207.4 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 188 | 0.96 | 0.79 | 0 | 0.26 | 229.33 | 0.92 | 0.38 |
| Hex | 8 | 28 | BC | 60 | 4F | 0 | 1A | E5 | 5C | 26 |
| Octal | 10 | 50 | 274 | 140 | 117 | 0 | 32 | 345 | 134 | 46 |
| Binary | 1000 | 101000 | 10111100 | 1100000 | 1001111 | 0 | 11010 | 11100101 | 1011100 | 100110 |
Color Harmonies of #0828BC
Complementary color
Monochromatic Colors of #0828BC
Black with #0828BC
Text Example
Text Example
White with #0828BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0828BC; }
p { color: rgb(8,40,188); }
H1.HeaderClassName
{
color: #0828BC;
}
.AnyTagClassName
{
color: #0828BC;
}
</style>
background-color css
<style>
a { background-color: #0828BC; }
a { background-color: rgb(8,40,188); }
div.DivClassName
{
background-color: #0828BC;
}
.BgClassName
{
background-color: #0828BC;
}
</style>
border-color css
<style>
span { border-color: #0828BC; }
span { border-color: rgb(8,40,188); }
td.TdClassName
{
border-color: #0828BC;
}
.TagClassName
{
border-color: #0828BC;
}
</style>