Html Css Color HEX #0722AB International Klein Blue
📋 copy color: '#0722AB'red 7 ◦ green 34 ◦ blue 171
Shades of International Klein Blue #0722AB
Tints of International Klein Blue #0722AB
RGB
CMYK
RGB Variations
Color information
#0722AB (or 0x0722AB) is known color: International Klein Blue. HEX triplet: 07, 22 and AB. RGB value is (7,34,171). Sum of RGB (Red+Green+Blue) = 7+34+171=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #0722AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0722AB is #F8DD54. Grayscale: #282828. Windows color (decimal): -16309589 or 11215367. OLE color: 11215367.
HSL color Cylindrical-coordinate representation of color #0722AB: hue angle of 230.12º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0722AB is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 34 | 171 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.33 |
| HSL | 230.12º | 0.92% | 0.35% | - |
| HSV(B) | 230.12º | 0.96% | 0.67% | - |
| XYZ | 8.01 | 4.13 | 38.9 | - |
| YUV | 41.55 | 201.05 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 171 | 0.96 | 0.80 | 0 | 0.33 | 230.12 | 0.92 | 0.35 |
| Hex | 7 | 22 | AB | 60 | 50 | 0 | 21 | E6 | 5C | 23 |
| Octal | 7 | 42 | 253 | 140 | 120 | 0 | 41 | 346 | 134 | 43 |
| Binary | 111 | 100010 | 10101011 | 1100000 | 1010000 | 0 | 100001 | 11100110 | 1011100 | 100011 |
Color Harmonies of #0722AB
Complementary color
Monochromatic Colors of #0722AB
Black with #0722AB
Text Example
Text Example
White with #0722AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0722AB; }
p { color: rgb(7,34,171); }
H1.HeaderClassName
{
color: #0722AB;
}
.AnyTagClassName
{
color: #0722AB;
}
</style>
background-color css
<style>
a { background-color: #0722AB; }
a { background-color: rgb(7,34,171); }
div.DivClassName
{
background-color: #0722AB;
}
.BgClassName
{
background-color: #0722AB;
}
</style>
border-color css
<style>
span { border-color: #0722AB; }
span { border-color: rgb(7,34,171); }
td.TdClassName
{
border-color: #0722AB;
}
.TagClassName
{
border-color: #0722AB;
}
</style>