Html Css Color HEX #0826BD International Klein Blue
📋 copy color: '#0826BD'red 8 ◦ green 38 ◦ blue 189
Shades of International Klein Blue #0826BD
Tints of International Klein Blue #0826BD
RGB
CMYK
RGB Variations
Color information
#0826BD (or 0x0826BD) is known color: International Klein Blue. HEX triplet: 08, 26 and BD. RGB value is (8,38,189). Sum of RGB (Red+Green+Blue) = 8+38+189=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #0826BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0826BD is #F7D942. Grayscale: #2D2D2D. Windows color (decimal): -16243011 or 12396040. OLE color: 12396040.
HSL color Cylindrical-coordinate representation of color #0826BD: hue angle of 230.06º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0826BD is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 38 | 189 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.26 |
| HSL | 230.06º | 0.92% | 0.39% | - |
| HSV(B) | 230.06º | 0.96% | 0.74% | - |
| XYZ | 9.98 | 5.11 | 48.6 | - |
| YUV | 46.24 | 208.56 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 189 | 0.96 | 0.80 | 0 | 0.26 | 230.06 | 0.92 | 0.39 |
| Hex | 8 | 26 | BD | 60 | 50 | 0 | 1A | E6 | 5C | 27 |
| Octal | 10 | 46 | 275 | 140 | 120 | 0 | 32 | 346 | 134 | 47 |
| Binary | 1000 | 100110 | 10111101 | 1100000 | 1010000 | 0 | 11010 | 11100110 | 1011100 | 100111 |
Color Harmonies of #0826BD
Complementary color
Monochromatic Colors of #0826BD
Black with #0826BD
Text Example
Text Example
White with #0826BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0826BD; }
p { color: rgb(8,38,189); }
H1.HeaderClassName
{
color: #0826BD;
}
.AnyTagClassName
{
color: #0826BD;
}
</style>
background-color css
<style>
a { background-color: #0826BD; }
a { background-color: rgb(8,38,189); }
div.DivClassName
{
background-color: #0826BD;
}
.BgClassName
{
background-color: #0826BD;
}
</style>
border-color css
<style>
span { border-color: #0826BD; }
span { border-color: rgb(8,38,189); }
td.TdClassName
{
border-color: #0826BD;
}
.TagClassName
{
border-color: #0826BD;
}
</style>