Html Css Color HEX #0825BD International Klein Blue
📋 copy color: '#0825BD'red 8 ◦ green 37 ◦ blue 189
Shades of International Klein Blue #0825BD
Tints of International Klein Blue #0825BD
RGB
CMYK
RGB Variations
Color information
#0825BD (or 0x0825BD) is known color: International Klein Blue. HEX triplet: 08, 25 and BD. RGB value is (8,37,189). Sum of RGB (Red+Green+Blue) = 8+37+189=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #0825BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0825BD is #F7DA42. Grayscale: #2D2D2D. Windows color (decimal): -16243267 or 12395784. OLE color: 12395784.
HSL color Cylindrical-coordinate representation of color #0825BD: hue angle of 230.39º 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 #0825BD is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 37 | 189 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.26 |
| HSL | 230.39º | 0.92% | 0.39% | - |
| HSV(B) | 230.39º | 0.96% | 0.74% | - |
| XYZ | 9.95 | 5.05 | 48.59 | - |
| YUV | 45.66 | 208.89 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 189 | 0.96 | 0.80 | 0 | 0.26 | 230.39 | 0.92 | 0.39 |
| Hex | 8 | 25 | BD | 60 | 50 | 0 | 1A | E6 | 5C | 27 |
| Octal | 10 | 45 | 275 | 140 | 120 | 0 | 32 | 346 | 134 | 47 |
| Binary | 1000 | 100101 | 10111101 | 1100000 | 1010000 | 0 | 11010 | 11100110 | 1011100 | 100111 |
Color Harmonies of #0825BD
Complementary color
Monochromatic Colors of #0825BD
Black with #0825BD
Text Example
Text Example
White with #0825BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0825BD; }
p { color: rgb(8,37,189); }
H1.HeaderClassName
{
color: #0825BD;
}
.AnyTagClassName
{
color: #0825BD;
}
</style>
background-color css
<style>
a { background-color: #0825BD; }
a { background-color: rgb(8,37,189); }
div.DivClassName
{
background-color: #0825BD;
}
.BgClassName
{
background-color: #0825BD;
}
</style>
border-color css
<style>
span { border-color: #0825BD; }
span { border-color: rgb(8,37,189); }
td.TdClassName
{
border-color: #0825BD;
}
.TagClassName
{
border-color: #0825BD;
}
</style>