Html Css Color HEX #0824BA International Klein Blue
📋 copy color: '#0824BA'red 8 ◦ green 36 ◦ blue 186
Shades of International Klein Blue #0824BA
Tints of International Klein Blue #0824BA
RGB
CMYK
RGB Variations
Color information
#0824BA (or 0x0824BA) is known color: International Klein Blue. HEX triplet: 08, 24 and BA. RGB value is (8,36,186). Sum of RGB (Red+Green+Blue) = 8+36+186=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #0824BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0824BA is #F7DB45. Grayscale: #2C2C2C. Windows color (decimal): -16243526 or 12198920. OLE color: 12198920.
HSL color Cylindrical-coordinate representation of color #0824BA: hue angle of 230.56º 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 #0824BA is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 36 | 186 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.27 |
| HSL | 230.56º | 0.92% | 0.38% | - |
| HSV(B) | 230.56º | 0.96% | 0.73% | - |
| XYZ | 9.59 | 4.86 | 46.89 | - |
| YUV | 44.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 186 | 0.96 | 0.81 | 0 | 0.27 | 230.56 | 0.92 | 0.38 |
| Hex | 8 | 24 | BA | 60 | 51 | 0 | 1B | E7 | 5C | 26 |
| Octal | 10 | 44 | 272 | 140 | 121 | 0 | 33 | 347 | 134 | 46 |
| Binary | 1000 | 100100 | 10111010 | 1100000 | 1010001 | 0 | 11011 | 11100111 | 1011100 | 100110 |
Color Harmonies of #0824BA
Complementary color
Monochromatic Colors of #0824BA
Black with #0824BA
Text Example
Text Example
White with #0824BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0824BA; }
p { color: rgb(8,36,186); }
H1.HeaderClassName
{
color: #0824BA;
}
.AnyTagClassName
{
color: #0824BA;
}
</style>
background-color css
<style>
a { background-color: #0824BA; }
a { background-color: rgb(8,36,186); }
div.DivClassName
{
background-color: #0824BA;
}
.BgClassName
{
background-color: #0824BA;
}
</style>
border-color css
<style>
span { border-color: #0824BA; }
span { border-color: rgb(8,36,186); }
td.TdClassName
{
border-color: #0824BA;
}
.TagClassName
{
border-color: #0824BA;
}
</style>