Html Css Color HEX #0728AB International Klein Blue
📋 copy color: '#0728AB'red 7 ◦ green 40 ◦ blue 171
Shades of International Klein Blue #0728AB
Tints of International Klein Blue #0728AB
RGB
CMYK
RGB Variations
Color information
#0728AB (or 0x0728AB) is known color: International Klein Blue. HEX triplet: 07, 28 and AB. RGB value is (7,40,171). Sum of RGB (Red+Green+Blue) = 7+40+171=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #0728AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0728AB is #F8D754. Grayscale: #2C2C2C. Windows color (decimal): -16308053 or 11216903. OLE color: 11216903.
HSL color Cylindrical-coordinate representation of color #0728AB: hue angle of 227.93º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0728AB is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 40 | 171 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.33 |
| HSL | 227.93º | 0.92% | 0.35% | - |
| HSV(B) | 227.93º | 0.96% | 0.67% | - |
| XYZ | 8.2 | 4.5 | 38.97 | - |
| YUV | 45.07 | 199.07 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 171 | 0.96 | 0.77 | 0 | 0.33 | 227.93 | 0.92 | 0.35 |
| Hex | 7 | 28 | AB | 60 | 4D | 0 | 21 | E4 | 5C | 23 |
| Octal | 7 | 50 | 253 | 140 | 115 | 0 | 41 | 344 | 134 | 43 |
| Binary | 111 | 101000 | 10101011 | 1100000 | 1001101 | 0 | 100001 | 11100100 | 1011100 | 100011 |
Color Harmonies of #0728AB
Complementary color
Monochromatic Colors of #0728AB
Black with #0728AB
Text Example
Text Example
White with #0728AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0728AB; }
p { color: rgb(7,40,171); }
H1.HeaderClassName
{
color: #0728AB;
}
.AnyTagClassName
{
color: #0728AB;
}
</style>
background-color css
<style>
a { background-color: #0728AB; }
a { background-color: rgb(7,40,171); }
div.DivClassName
{
background-color: #0728AB;
}
.BgClassName
{
background-color: #0728AB;
}
</style>
border-color css
<style>
span { border-color: #0728AB; }
span { border-color: rgb(7,40,171); }
td.TdClassName
{
border-color: #0728AB;
}
.TagClassName
{
border-color: #0728AB;
}
</style>