Html Css Color HEX #0728AA International Klein Blue
📋 copy color: '#0728AA'red 7 ◦ green 40 ◦ blue 170
Shades of International Klein Blue #0728AA
Tints of International Klein Blue #0728AA
RGB
CMYK
RGB Variations
Color information
#0728AA (or 0x0728AA) is known color: International Klein Blue. HEX triplet: 07, 28 and AA. RGB value is (7,40,170). Sum of RGB (Red+Green+Blue) = 7+40+170=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #0728AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0728AA is #F8D755. Grayscale: #2C2C2C. Windows color (decimal): -16308054 or 11151367. OLE color: 11151367.
HSL color Cylindrical-coordinate representation of color #0728AA: hue angle of 227.85º 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 #0728AA is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 40 | 170 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.33 |
| HSL | 227.85º | 0.92% | 0.35% | - |
| HSV(B) | 227.85º | 0.96% | 0.67% | - |
| XYZ | 8.1 | 4.47 | 38.47 | - |
| YUV | 44.95 | 198.57 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 170 | 0.96 | 0.76 | 0 | 0.33 | 227.85 | 0.92 | 0.35 |
| Hex | 7 | 28 | AA | 60 | 4C | 0 | 21 | E4 | 5C | 23 |
| Octal | 7 | 50 | 252 | 140 | 114 | 0 | 41 | 344 | 134 | 43 |
| Binary | 111 | 101000 | 10101010 | 1100000 | 1001100 | 0 | 100001 | 11100100 | 1011100 | 100011 |
Color Harmonies of #0728AA
Complementary color
Monochromatic Colors of #0728AA
Black with #0728AA
Text Example
Text Example
White with #0728AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0728AA; }
p { color: rgb(7,40,170); }
H1.HeaderClassName
{
color: #0728AA;
}
.AnyTagClassName
{
color: #0728AA;
}
</style>
background-color css
<style>
a { background-color: #0728AA; }
a { background-color: rgb(7,40,170); }
div.DivClassName
{
background-color: #0728AA;
}
.BgClassName
{
background-color: #0728AA;
}
</style>
border-color css
<style>
span { border-color: #0728AA; }
span { border-color: rgb(7,40,170); }
td.TdClassName
{
border-color: #0728AA;
}
.TagClassName
{
border-color: #0728AA;
}
</style>