Html Css Color HEX #0729AF International Klein Blue
📋 copy color: '#0729AF'red 7 ◦ green 41 ◦ blue 175
Shades of International Klein Blue #0729AF
Tints of International Klein Blue #0729AF
RGB
CMYK
RGB Variations
Color information
#0729AF (or 0x0729AF) is known color: International Klein Blue. HEX triplet: 07, 29 and AF. RGB value is (7,41,175). Sum of RGB (Red+Green+Blue) = 7+41+175=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 175 (68.75% from 255 or 78.48% from 223); Max value from RGB is 175 - color contains mainly: blue. Hex color #0729AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0729AF is #F8D650. Grayscale: #2D2D2D. Windows color (decimal): -16307793 or 11479303. OLE color: 11479303.
HSL color Cylindrical-coordinate representation of color #0729AF: hue angle of 227.86º 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 #0729AF is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 41 | 175 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.31 |
| HSL | 227.86º | 0.92% | 0.36% | - |
| HSV(B) | 227.86º | 0.96% | 0.69% | - |
| XYZ | 8.62 | 4.73 | 41.02 | - |
| YUV | 46.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 175 | 0.96 | 0.77 | 0 | 0.31 | 227.86 | 0.92 | 0.36 |
| Hex | 7 | 29 | AF | 60 | 4D | 0 | 1F | E4 | 5C | 24 |
| Octal | 7 | 51 | 257 | 140 | 115 | 0 | 37 | 344 | 134 | 44 |
| Binary | 111 | 101001 | 10101111 | 1100000 | 1001101 | 0 | 11111 | 11100100 | 1011100 | 100100 |
Color Harmonies of #0729AF
Complementary color
Monochromatic Colors of #0729AF
Black with #0729AF
Text Example
Text Example
White with #0729AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0729AF; }
p { color: rgb(7,41,175); }
H1.HeaderClassName
{
color: #0729AF;
}
.AnyTagClassName
{
color: #0729AF;
}
</style>
background-color css
<style>
a { background-color: #0729AF; }
a { background-color: rgb(7,41,175); }
div.DivClassName
{
background-color: #0729AF;
}
.BgClassName
{
background-color: #0729AF;
}
</style>
border-color css
<style>
span { border-color: #0729AF; }
span { border-color: rgb(7,41,175); }
td.TdClassName
{
border-color: #0729AF;
}
.TagClassName
{
border-color: #0729AF;
}
</style>