Html Css Color HEX #0827BD International Klein Blue
📋 copy color: '#0827BD'red 8 ◦ green 39 ◦ blue 189
Shades of International Klein Blue #0827BD
Tints of International Klein Blue #0827BD
RGB
CMYK
RGB Variations
Color information
#0827BD (or 0x0827BD) is known color: International Klein Blue. HEX triplet: 08, 27 and BD. RGB value is (8,39,189). Sum of RGB (Red+Green+Blue) = 8+39+189=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #0827BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0827BD is #F7D842. Grayscale: #2E2E2E. Windows color (decimal): -16242755 or 12396296. OLE color: 12396296.
HSL color Cylindrical-coordinate representation of color #0827BD: hue angle of 229.72º 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 #0827BD is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 39 | 189 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.26 |
| HSL | 229.72º | 0.92% | 0.39% | - |
| HSV(B) | 229.72º | 0.96% | 0.74% | - |
| XYZ | 10.01 | 5.18 | 48.62 | - |
| YUV | 46.83 | 208.23 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 189 | 0.96 | 0.79 | 0 | 0.26 | 229.72 | 0.92 | 0.39 |
| Hex | 8 | 27 | BD | 60 | 4F | 0 | 1A | E6 | 5C | 27 |
| Octal | 10 | 47 | 275 | 140 | 117 | 0 | 32 | 346 | 134 | 47 |
| Binary | 1000 | 100111 | 10111101 | 1100000 | 1001111 | 0 | 11010 | 11100110 | 1011100 | 100111 |
Color Harmonies of #0827BD
Complementary color
Monochromatic Colors of #0827BD
Black with #0827BD
Text Example
Text Example
White with #0827BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0827BD; }
p { color: rgb(8,39,189); }
H1.HeaderClassName
{
color: #0827BD;
}
.AnyTagClassName
{
color: #0827BD;
}
</style>
background-color css
<style>
a { background-color: #0827BD; }
a { background-color: rgb(8,39,189); }
div.DivClassName
{
background-color: #0827BD;
}
.BgClassName
{
background-color: #0827BD;
}
</style>
border-color css
<style>
span { border-color: #0827BD; }
span { border-color: rgb(8,39,189); }
td.TdClassName
{
border-color: #0827BD;
}
.TagClassName
{
border-color: #0827BD;
}
</style>