Html Css Color HEX #0823BC International Klein Blue
📋 copy color: '#0823BC'red 8 ◦ green 35 ◦ blue 188
Shades of International Klein Blue #0823BC
Tints of International Klein Blue #0823BC
RGB
CMYK
RGB Variations
Color information
#0823BC (or 0x0823BC) is known color: International Klein Blue. HEX triplet: 08, 23 and BC. RGB value is (8,35,188). Sum of RGB (Red+Green+Blue) = 8+35+188=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #0823BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0823BC is #F7DC43. Grayscale: #2B2B2B. Windows color (decimal): -16243780 or 12329736. OLE color: 12329736.
HSL color Cylindrical-coordinate representation of color #0823BC: hue angle of 231º 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 #0823BC is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 35 | 188 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.26 |
| HSL | 231º | 0.92% | 0.38% | - |
| HSV(B) | 231º | 0.96% | 0.74% | - |
| XYZ | 9.78 | 4.88 | 48 | - |
| YUV | 44.37 | 209.05 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 188 | 0.96 | 0.81 | 0 | 0.26 | 231 | 0.92 | 0.38 |
| Hex | 8 | 23 | BC | 60 | 51 | 0 | 1A | E7 | 5C | 26 |
| Octal | 10 | 43 | 274 | 140 | 121 | 0 | 32 | 347 | 134 | 46 |
| Binary | 1000 | 100011 | 10111100 | 1100000 | 1010001 | 0 | 11010 | 11100111 | 1011100 | 100110 |
Color Harmonies of #0823BC
Complementary color
Monochromatic Colors of #0823BC
Black with #0823BC
Text Example
Text Example
White with #0823BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0823BC; }
p { color: rgb(8,35,188); }
H1.HeaderClassName
{
color: #0823BC;
}
.AnyTagClassName
{
color: #0823BC;
}
</style>
background-color css
<style>
a { background-color: #0823BC; }
a { background-color: rgb(8,35,188); }
div.DivClassName
{
background-color: #0823BC;
}
.BgClassName
{
background-color: #0823BC;
}
</style>
border-color css
<style>
span { border-color: #0823BC; }
span { border-color: rgb(8,35,188); }
td.TdClassName
{
border-color: #0823BC;
}
.TagClassName
{
border-color: #0823BC;
}
</style>