Html Css Color HEX #07229C International Klein Blue
📋 copy color: '#07229C'red 7 ◦ green 34 ◦ blue 156
Shades of International Klein Blue #07229C
Tints of International Klein Blue #07229C
RGB
CMYK
RGB Variations
Color information
#07229C (or 0x07229C) is known color: International Klein Blue. HEX triplet: 07, 22 and 9C. RGB value is (7,34,156). Sum of RGB (Red+Green+Blue) = 7+34+156=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #07229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07229C is #F8DD63. Grayscale: #272727. Windows color (decimal): -16309604 or 10232327. OLE color: 10232327.
HSL color Cylindrical-coordinate representation of color #07229C: hue angle of 229.13º 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 #07229C is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 34 | 156 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.39 |
| HSL | 229.13º | 0.91% | 0.32% | - |
| HSV(B) | 229.13º | 0.96% | 0.61% | - |
| XYZ | 6.66 | 3.59 | 31.79 | - |
| YUV | 39.84 | 193.55 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 156 | 0.96 | 0.78 | 0 | 0.39 | 229.13 | 0.91 | 0.32 |
| Hex | 7 | 22 | 9C | 60 | 4E | 0 | 27 | E5 | 5B | 20 |
| Octal | 7 | 42 | 234 | 140 | 116 | 0 | 47 | 345 | 133 | 40 |
| Binary | 111 | 100010 | 10011100 | 1100000 | 1001110 | 0 | 100111 | 11100101 | 1011011 | 100000 |
Color Harmonies of #07229C
Complementary color
Monochromatic Colors of #07229C
Black with #07229C
Text Example
Text Example
White with #07229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07229C; }
p { color: rgb(7,34,156); }
H1.HeaderClassName
{
color: #07229C;
}
.AnyTagClassName
{
color: #07229C;
}
</style>
background-color css
<style>
a { background-color: #07229C; }
a { background-color: rgb(7,34,156); }
div.DivClassName
{
background-color: #07229C;
}
.BgClassName
{
background-color: #07229C;
}
</style>
border-color css
<style>
span { border-color: #07229C; }
span { border-color: rgb(7,34,156); }
td.TdClassName
{
border-color: #07229C;
}
.TagClassName
{
border-color: #07229C;
}
</style>