Html Css Color HEX #0831BA International Klein Blue
📋 copy color: '#0831BA'red 8 ◦ green 49 ◦ blue 186
Shades of International Klein Blue #0831BA
Tints of International Klein Blue #0831BA
RGB
CMYK
RGB Variations
Color information
#0831BA (or 0x0831BA) is known color: International Klein Blue. HEX triplet: 08, 31 and BA. RGB value is (8,49,186). Sum of RGB (Red+Green+Blue) = 8+49+186=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #0831BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0831BA is #F7CE45. Grayscale: #333333. Windows color (decimal): -16240198 or 12202248. OLE color: 12202248.
HSL color Cylindrical-coordinate representation of color #0831BA: hue angle of 226.18º 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 #0831BA is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 49 | 186 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.27 |
| HSL | 226.18º | 0.92% | 0.38% | - |
| HSV(B) | 226.18º | 0.96% | 0.73% | - |
| XYZ | 10.06 | 5.79 | 47.04 | - |
| YUV | 52.36 | 203.42 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 186 | 0.96 | 0.74 | 0 | 0.27 | 226.18 | 0.92 | 0.38 |
| Hex | 8 | 31 | BA | 60 | 4A | 0 | 1B | E2 | 5C | 26 |
| Octal | 10 | 61 | 272 | 140 | 112 | 0 | 33 | 342 | 134 | 46 |
| Binary | 1000 | 110001 | 10111010 | 1100000 | 1001010 | 0 | 11011 | 11100010 | 1011100 | 100110 |
Color Harmonies of #0831BA
Complementary color
Monochromatic Colors of #0831BA
Black with #0831BA
Text Example
Text Example
White with #0831BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831BA; }
p { color: rgb(8,49,186); }
H1.HeaderClassName
{
color: #0831BA;
}
.AnyTagClassName
{
color: #0831BA;
}
</style>
background-color css
<style>
a { background-color: #0831BA; }
a { background-color: rgb(8,49,186); }
div.DivClassName
{
background-color: #0831BA;
}
.BgClassName
{
background-color: #0831BA;
}
</style>
border-color css
<style>
span { border-color: #0831BA; }
span { border-color: rgb(8,49,186); }
td.TdClassName
{
border-color: #0831BA;
}
.TagClassName
{
border-color: #0831BA;
}
</style>