Html Css Color HEX #0728B9 International Klein Blue
📋 copy color: '#0728B9'red 7 ◦ green 40 ◦ blue 185
Shades of International Klein Blue #0728B9
Tints of International Klein Blue #0728B9
RGB
CMYK
RGB Variations
Color information
#0728B9 (or 0x0728B9) is known color: International Klein Blue. HEX triplet: 07, 28 and B9. RGB value is (7,40,185). Sum of RGB (Red+Green+Blue) = 7+40+185=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 185 (72.66% from 255 or 79.74% from 232); Max value from RGB is 185 - color contains mainly: blue. Hex color #0728B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0728B9 is #F8D746. Grayscale: #2E2E2E. Windows color (decimal): -16308039 or 12134407. OLE color: 12134407.
HSL color Cylindrical-coordinate representation of color #0728B9: hue angle of 228.88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0728B9 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 40 | 185 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.27 |
| HSL | 228.88º | 0.93% | 0.38% | - |
| HSV(B) | 228.88º | 0.96% | 0.73% | - |
| XYZ | 9.6 | 5.07 | 46.37 | - |
| YUV | 46.66 | 206.07 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 185 | 0.96 | 0.78 | 0 | 0.27 | 228.88 | 0.93 | 0.38 |
| Hex | 7 | 28 | B9 | 60 | 4E | 0 | 1B | E5 | 5D | 26 |
| Octal | 7 | 50 | 271 | 140 | 116 | 0 | 33 | 345 | 135 | 46 |
| Binary | 111 | 101000 | 10111001 | 1100000 | 1001110 | 0 | 11011 | 11100101 | 1011101 | 100110 |
Color Harmonies of #0728B9
Complementary color
Monochromatic Colors of #0728B9
Black with #0728B9
Text Example
Text Example
White with #0728B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0728B9; }
p { color: rgb(7,40,185); }
H1.HeaderClassName
{
color: #0728B9;
}
.AnyTagClassName
{
color: #0728B9;
}
</style>
background-color css
<style>
a { background-color: #0728B9; }
a { background-color: rgb(7,40,185); }
div.DivClassName
{
background-color: #0728B9;
}
.BgClassName
{
background-color: #0728B9;
}
</style>
border-color css
<style>
span { border-color: #0728B9; }
span { border-color: rgb(7,40,185); }
td.TdClassName
{
border-color: #0728B9;
}
.TagClassName
{
border-color: #0728B9;
}
</style>