Html Css Color HEX #0830BA International Klein Blue
📋 copy color: '#0830BA'red 8 ◦ green 48 ◦ blue 186
Shades of International Klein Blue #0830BA
Tints of International Klein Blue #0830BA
RGB
CMYK
RGB Variations
Color information
#0830BA (or 0x0830BA) is known color: International Klein Blue. HEX triplet: 08, 30 and BA. RGB value is (8,48,186). Sum of RGB (Red+Green+Blue) = 8+48+186=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #0830BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0830BA is #F7CF45. Grayscale: #333333. Windows color (decimal): -16240454 or 12201992. OLE color: 12201992.
HSL color Cylindrical-coordinate representation of color #0830BA: hue angle of 226.52º 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 #0830BA is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 48 | 186 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.27 |
| HSL | 226.52º | 0.92% | 0.38% | - |
| HSV(B) | 226.52º | 0.96% | 0.73% | - |
| XYZ | 10.02 | 5.71 | 47.03 | - |
| YUV | 51.77 | 203.75 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 186 | 0.96 | 0.74 | 0 | 0.27 | 226.52 | 0.92 | 0.38 |
| Hex | 8 | 30 | BA | 60 | 4A | 0 | 1B | E3 | 5C | 26 |
| Octal | 10 | 60 | 272 | 140 | 112 | 0 | 33 | 343 | 134 | 46 |
| Binary | 1000 | 110000 | 10111010 | 1100000 | 1001010 | 0 | 11011 | 11100011 | 1011100 | 100110 |
Color Harmonies of #0830BA
Complementary color
Monochromatic Colors of #0830BA
Black with #0830BA
Text Example
Text Example
White with #0830BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0830BA; }
p { color: rgb(8,48,186); }
H1.HeaderClassName
{
color: #0830BA;
}
.AnyTagClassName
{
color: #0830BA;
}
</style>
background-color css
<style>
a { background-color: #0830BA; }
a { background-color: rgb(8,48,186); }
div.DivClassName
{
background-color: #0830BA;
}
.BgClassName
{
background-color: #0830BA;
}
</style>
border-color css
<style>
span { border-color: #0830BA; }
span { border-color: rgb(8,48,186); }
td.TdClassName
{
border-color: #0830BA;
}
.TagClassName
{
border-color: #0830BA;
}
</style>