Html Css Color HEX #0825BC International Klein Blue
📋 copy color: '#0825BC'red 8 ◦ green 37 ◦ blue 188
Shades of International Klein Blue #0825BC
Tints of International Klein Blue #0825BC
RGB
CMYK
RGB Variations
Color information
#0825BC (or 0x0825BC) is known color: International Klein Blue. HEX triplet: 08, 25 and BC. RGB value is (8,37,188). Sum of RGB (Red+Green+Blue) = 8+37+188=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #0825BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0825BC is #F7DA43. Grayscale: #2C2C2C. Windows color (decimal): -16243268 or 12330248. OLE color: 12330248.
HSL color Cylindrical-coordinate representation of color #0825BC: hue angle of 230.33º 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 #0825BC is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 37 | 188 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.26 |
| HSL | 230.33º | 0.92% | 0.38% | - |
| HSV(B) | 230.33º | 0.96% | 0.74% | - |
| XYZ | 9.84 | 5.01 | 48.02 | - |
| YUV | 45.54 | 208.39 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 188 | 0.96 | 0.80 | 0 | 0.26 | 230.33 | 0.92 | 0.38 |
| Hex | 8 | 25 | BC | 60 | 50 | 0 | 1A | E6 | 5C | 26 |
| Octal | 10 | 45 | 274 | 140 | 120 | 0 | 32 | 346 | 134 | 46 |
| Binary | 1000 | 100101 | 10111100 | 1100000 | 1010000 | 0 | 11010 | 11100110 | 1011100 | 100110 |
Color Harmonies of #0825BC
Complementary color
Monochromatic Colors of #0825BC
Black with #0825BC
Text Example
Text Example
White with #0825BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0825BC; }
p { color: rgb(8,37,188); }
H1.HeaderClassName
{
color: #0825BC;
}
.AnyTagClassName
{
color: #0825BC;
}
</style>
background-color css
<style>
a { background-color: #0825BC; }
a { background-color: rgb(8,37,188); }
div.DivClassName
{
background-color: #0825BC;
}
.BgClassName
{
background-color: #0825BC;
}
</style>
border-color css
<style>
span { border-color: #0825BC; }
span { border-color: rgb(8,37,188); }
td.TdClassName
{
border-color: #0825BC;
}
.TagClassName
{
border-color: #0825BC;
}
</style>