Html Css Color HEX #0827BC International Klein Blue
📋 copy color: '#0827BC'red 8 ◦ green 39 ◦ blue 188
Shades of International Klein Blue #0827BC
Tints of International Klein Blue #0827BC
RGB
CMYK
RGB Variations
Color information
#0827BC (or 0x0827BC) is known color: International Klein Blue. HEX triplet: 08, 27 and BC. RGB value is (8,39,188). Sum of RGB (Red+Green+Blue) = 8+39+188=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #0827BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0827BC is #F7D843. Grayscale: #2E2E2E. Windows color (decimal): -16242756 or 12330760. OLE color: 12330760.
HSL color Cylindrical-coordinate representation of color #0827BC: hue angle of 229.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0827BC is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 39 | 188 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.26 |
| HSL | 229.67º | 0.92% | 0.38% | - |
| HSV(B) | 229.67º | 0.96% | 0.74% | - |
| XYZ | 9.9 | 5.13 | 48.05 | - |
| YUV | 46.72 | 207.73 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 188 | 0.96 | 0.79 | 0 | 0.26 | 229.67 | 0.92 | 0.38 |
| Hex | 8 | 27 | BC | 60 | 4F | 0 | 1A | E6 | 5C | 26 |
| Octal | 10 | 47 | 274 | 140 | 117 | 0 | 32 | 346 | 134 | 46 |
| Binary | 1000 | 100111 | 10111100 | 1100000 | 1001111 | 0 | 11010 | 11100110 | 1011100 | 100110 |
Color Harmonies of #0827BC
Complementary color
Monochromatic Colors of #0827BC
Black with #0827BC
Text Example
Text Example
White with #0827BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0827BC; }
p { color: rgb(8,39,188); }
H1.HeaderClassName
{
color: #0827BC;
}
.AnyTagClassName
{
color: #0827BC;
}
</style>
background-color css
<style>
a { background-color: #0827BC; }
a { background-color: rgb(8,39,188); }
div.DivClassName
{
background-color: #0827BC;
}
.BgClassName
{
background-color: #0827BC;
}
</style>
border-color css
<style>
span { border-color: #0827BC; }
span { border-color: rgb(8,39,188); }
td.TdClassName
{
border-color: #0827BC;
}
.TagClassName
{
border-color: #0827BC;
}
</style>