Html Css Color HEX #07229A International Klein Blue
📋 copy color: '#07229A'red 7 ◦ green 34 ◦ blue 154
Shades of International Klein Blue #07229A
Tints of International Klein Blue #07229A
RGB
CMYK
RGB Variations
Color information
#07229A (or 0x07229A) is known color: International Klein Blue. HEX triplet: 07, 22 and 9A. RGB value is (7,34,154). Sum of RGB (Red+Green+Blue) = 7+34+154=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #07229A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07229A is #F8DD65. Grayscale: #272727. Windows color (decimal): -16309606 or 10101255. OLE color: 10101255.
HSL color Cylindrical-coordinate representation of color #07229A: hue angle of 228.98º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07229A is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 34 | 154 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.40 |
| HSL | 228.98º | 0.91% | 0.32% | - |
| HSV(B) | 228.98º | 0.95% | 0.6% | - |
| XYZ | 6.49 | 3.52 | 30.91 | - |
| YUV | 39.61 | 192.55 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 154 | 0.95 | 0.78 | 0 | 0.40 | 228.98 | 0.91 | 0.32 |
| Hex | 7 | 22 | 9A | 5F | 4E | 0 | 28 | E5 | 5B | 20 |
| Octal | 7 | 42 | 232 | 137 | 116 | 0 | 50 | 345 | 133 | 40 |
| Binary | 111 | 100010 | 10011010 | 1011111 | 1001110 | 0 | 101000 | 11100101 | 1011011 | 100000 |
Color Harmonies of #07229A
Complementary color
Monochromatic Colors of #07229A
Black with #07229A
Text Example
Text Example
White with #07229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07229A; }
p { color: rgb(7,34,154); }
H1.HeaderClassName
{
color: #07229A;
}
.AnyTagClassName
{
color: #07229A;
}
</style>
background-color css
<style>
a { background-color: #07229A; }
a { background-color: rgb(7,34,154); }
div.DivClassName
{
background-color: #07229A;
}
.BgClassName
{
background-color: #07229A;
}
</style>
border-color css
<style>
span { border-color: #07229A; }
span { border-color: rgb(7,34,154); }
td.TdClassName
{
border-color: #07229A;
}
.TagClassName
{
border-color: #07229A;
}
</style>