Html Css Color HEX #0828AC International Klein Blue
📋 copy color: '#0828AC'red 8 ◦ green 40 ◦ blue 172
Shades of International Klein Blue #0828AC
Tints of International Klein Blue #0828AC
RGB
CMYK
RGB Variations
Color information
#0828AC (or 0x0828AC) is known color: International Klein Blue. HEX triplet: 08, 28 and AC. RGB value is (8,40,172). Sum of RGB (Red+Green+Blue) = 8+40+172=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #0828AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0828AC is #F7D753. Grayscale: #2C2C2C. Windows color (decimal): -16242516 or 11282440. OLE color: 11282440.
HSL color Cylindrical-coordinate representation of color #0828AC: hue angle of 228.29º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0828AC is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 40 | 172 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.33 |
| HSL | 228.29º | 0.91% | 0.35% | - |
| HSV(B) | 228.29º | 0.95% | 0.67% | - |
| XYZ | 8.31 | 4.55 | 39.47 | - |
| YUV | 45.48 | 199.4 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 172 | 0.95 | 0.77 | 0 | 0.33 | 228.29 | 0.91 | 0.35 |
| Hex | 8 | 28 | AC | 5F | 4D | 0 | 21 | E4 | 5B | 23 |
| Octal | 10 | 50 | 254 | 137 | 115 | 0 | 41 | 344 | 133 | 43 |
| Binary | 1000 | 101000 | 10101100 | 1011111 | 1001101 | 0 | 100001 | 11100100 | 1011011 | 100011 |
Color Harmonies of #0828AC
Complementary color
Monochromatic Colors of #0828AC
Black with #0828AC
Text Example
Text Example
White with #0828AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0828AC; }
p { color: rgb(8,40,172); }
H1.HeaderClassName
{
color: #0828AC;
}
.AnyTagClassName
{
color: #0828AC;
}
</style>
background-color css
<style>
a { background-color: #0828AC; }
a { background-color: rgb(8,40,172); }
div.DivClassName
{
background-color: #0828AC;
}
.BgClassName
{
background-color: #0828AC;
}
</style>
border-color css
<style>
span { border-color: #0828AC; }
span { border-color: rgb(8,40,172); }
td.TdClassName
{
border-color: #0828AC;
}
.TagClassName
{
border-color: #0828AC;
}
</style>