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