Html Css Color HEX #07299F International Klein Blue
📋 copy color: '#07299F'red 7 ◦ green 41 ◦ blue 159
Shades of International Klein Blue #07299F
Tints of International Klein Blue #07299F
RGB
CMYK
RGB Variations
Color information
#07299F (or 0x07299F) is known color: International Klein Blue. HEX triplet: 07, 29 and 9F. RGB value is (7,41,159). Sum of RGB (Red+Green+Blue) = 7+41+159=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #07299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07299F is #F8D660. Grayscale: #2B2B2B. Windows color (decimal): -16307809 or 10430727. OLE color: 10430727.
HSL color Cylindrical-coordinate representation of color #07299F: hue angle of 226.58º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07299F is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 41 | 159 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.38 |
| HSL | 226.58º | 0.92% | 0.33% | - |
| HSV(B) | 226.58º | 0.96% | 0.62% | - |
| XYZ | 7.14 | 4.13 | 33.22 | - |
| YUV | 44.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 159 | 0.96 | 0.74 | 0 | 0.38 | 226.58 | 0.92 | 0.33 |
| Hex | 7 | 29 | 9F | 60 | 4A | 0 | 26 | E3 | 5C | 21 |
| Octal | 7 | 51 | 237 | 140 | 112 | 0 | 46 | 343 | 134 | 41 |
| Binary | 111 | 101001 | 10011111 | 1100000 | 1001010 | 0 | 100110 | 11100011 | 1011100 | 100001 |
Color Harmonies of #07299F
Complementary color
Monochromatic Colors of #07299F
Black with #07299F
Text Example
Text Example
White with #07299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07299F; }
p { color: rgb(7,41,159); }
H1.HeaderClassName
{
color: #07299F;
}
.AnyTagClassName
{
color: #07299F;
}
</style>
background-color css
<style>
a { background-color: #07299F; }
a { background-color: rgb(7,41,159); }
div.DivClassName
{
background-color: #07299F;
}
.BgClassName
{
background-color: #07299F;
}
</style>
border-color css
<style>
span { border-color: #07299F; }
span { border-color: rgb(7,41,159); }
td.TdClassName
{
border-color: #07299F;
}
.TagClassName
{
border-color: #07299F;
}
</style>