Html Css Color HEX #0728AF International Klein Blue
📋 copy color: '#0728AF'red 7 ◦ green 40 ◦ blue 175
Shades of International Klein Blue #0728AF
Tints of International Klein Blue #0728AF
RGB
CMYK
RGB Variations
Color information
#0728AF (or 0x0728AF) is known color: International Klein Blue. HEX triplet: 07, 28 and AF. RGB value is (7,40,175). Sum of RGB (Red+Green+Blue) = 7+40+175=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 175 (68.75% from 255 or 78.83% from 222); Max value from RGB is 175 - color contains mainly: blue. Hex color #0728AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0728AF is #F8D750. Grayscale: #2C2C2C. Windows color (decimal): -16308049 or 11479047. OLE color: 11479047.
HSL color Cylindrical-coordinate representation of color #0728AF: hue angle of 228.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0728AF is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 40 | 175 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.31 |
| HSL | 228.21º | 0.92% | 0.36% | - |
| HSV(B) | 228.21º | 0.96% | 0.69% | - |
| XYZ | 8.58 | 4.66 | 41 | - |
| YUV | 45.52 | 201.07 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 175 | 0.96 | 0.77 | 0 | 0.31 | 228.21 | 0.92 | 0.36 |
| Hex | 7 | 28 | AF | 60 | 4D | 0 | 1F | E4 | 5C | 24 |
| Octal | 7 | 50 | 257 | 140 | 115 | 0 | 37 | 344 | 134 | 44 |
| Binary | 111 | 101000 | 10101111 | 1100000 | 1001101 | 0 | 11111 | 11100100 | 1011100 | 100100 |
Color Harmonies of #0728AF
Complementary color
Monochromatic Colors of #0728AF
Black with #0728AF
Text Example
Text Example
White with #0728AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0728AF; }
p { color: rgb(7,40,175); }
H1.HeaderClassName
{
color: #0728AF;
}
.AnyTagClassName
{
color: #0728AF;
}
</style>
background-color css
<style>
a { background-color: #0728AF; }
a { background-color: rgb(7,40,175); }
div.DivClassName
{
background-color: #0728AF;
}
.BgClassName
{
background-color: #0728AF;
}
</style>
border-color css
<style>
span { border-color: #0728AF; }
span { border-color: rgb(7,40,175); }
td.TdClassName
{
border-color: #0728AF;
}
.TagClassName
{
border-color: #0728AF;
}
</style>