Html Css Color HEX #0826BE International Klein Blue
📋 copy color: '#0826BE'red 8 ◦ green 38 ◦ blue 190
Shades of International Klein Blue #0826BE
Tints of International Klein Blue #0826BE
RGB
CMYK
RGB Variations
Color information
#0826BE (or 0x0826BE) is known color: International Klein Blue. HEX triplet: 08, 26 and BE. RGB value is (8,38,190). Sum of RGB (Red+Green+Blue) = 8+38+190=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #0826BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0826BE is #F7D941. Grayscale: #2D2D2D. Windows color (decimal): -16243010 or 12461576. OLE color: 12461576.
HSL color Cylindrical-coordinate representation of color #0826BE: hue angle of 230.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0826BE is Cyan = 0.96, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 38 | 190 | - |
| CMYK | 0.96 | 0.8 | 0 | 0.25 |
| HSL | 230.11º | 0.92% | 0.39% | - |
| HSV(B) | 230.11º | 0.96% | 0.75% | - |
| XYZ | 10.09 | 5.16 | 49.18 | - |
| YUV | 46.36 | 209.06 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 190 | 0.96 | 0.8 | 0 | 0.25 | 230.11 | 0.92 | 0.39 |
| Hex | 8 | 26 | BE | 60 | 50 | 0 | 19 | E6 | 5C | 27 |
| Octal | 10 | 46 | 276 | 140 | 120 | 0 | 31 | 346 | 134 | 47 |
| Binary | 1000 | 100110 | 10111110 | 1100000 | 1010000 | 0 | 11001 | 11100110 | 1011100 | 100111 |
Color Harmonies of #0826BE
Complementary color
Monochromatic Colors of #0826BE
Black with #0826BE
Text Example
Text Example
White with #0826BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0826BE; }
p { color: rgb(8,38,190); }
H1.HeaderClassName
{
color: #0826BE;
}
.AnyTagClassName
{
color: #0826BE;
}
</style>
background-color css
<style>
a { background-color: #0826BE; }
a { background-color: rgb(8,38,190); }
div.DivClassName
{
background-color: #0826BE;
}
.BgClassName
{
background-color: #0826BE;
}
</style>
border-color css
<style>
span { border-color: #0826BE; }
span { border-color: rgb(8,38,190); }
td.TdClassName
{
border-color: #0826BE;
}
.TagClassName
{
border-color: #0826BE;
}
</style>