Html Css Color HEX #07299C International Klein Blue
📋 copy color: '#07299C'red 7 ◦ green 41 ◦ blue 156
Shades of International Klein Blue #07299C
Tints of International Klein Blue #07299C
RGB
CMYK
RGB Variations
Color information
#07299C (or 0x07299C) is known color: International Klein Blue. HEX triplet: 07, 29 and 9C. RGB value is (7,41,156). Sum of RGB (Red+Green+Blue) = 7+41+156=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #07299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07299C is #F8D663. Grayscale: #2B2B2B. Windows color (decimal): -16307812 or 10234119. OLE color: 10234119.
HSL color Cylindrical-coordinate representation of color #07299C: hue angle of 226.31º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07299C is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 41 | 156 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.39 |
| HSL | 226.31º | 0.91% | 0.32% | - |
| HSV(B) | 226.31º | 0.96% | 0.61% | - |
| XYZ | 6.88 | 4.03 | 31.87 | - |
| YUV | 43.94 | 191.24 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 156 | 0.96 | 0.74 | 0 | 0.39 | 226.31 | 0.91 | 0.32 |
| Hex | 7 | 29 | 9C | 60 | 4A | 0 | 27 | E2 | 5B | 20 |
| Octal | 7 | 51 | 234 | 140 | 112 | 0 | 47 | 342 | 133 | 40 |
| Binary | 111 | 101001 | 10011100 | 1100000 | 1001010 | 0 | 100111 | 11100010 | 1011011 | 100000 |
Color Harmonies of #07299C
Complementary color
Monochromatic Colors of #07299C
Black with #07299C
Text Example
Text Example
White with #07299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07299C; }
p { color: rgb(7,41,156); }
H1.HeaderClassName
{
color: #07299C;
}
.AnyTagClassName
{
color: #07299C;
}
</style>
background-color css
<style>
a { background-color: #07299C; }
a { background-color: rgb(7,41,156); }
div.DivClassName
{
background-color: #07299C;
}
.BgClassName
{
background-color: #07299C;
}
</style>
border-color css
<style>
span { border-color: #07299C; }
span { border-color: rgb(7,41,156); }
td.TdClassName
{
border-color: #07299C;
}
.TagClassName
{
border-color: #07299C;
}
</style>