Html Css Color HEX #0721AB International Klein Blue
📋 copy color: '#0721AB'red 7 ◦ green 33 ◦ blue 171
Shades of International Klein Blue #0721AB
Tints of International Klein Blue #0721AB
RGB
CMYK
RGB Variations
Color information
#0721AB (or 0x0721AB) is known color: International Klein Blue. HEX triplet: 07, 21 and AB. RGB value is (7,33,171). Sum of RGB (Red+Green+Blue) = 7+33+171=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #0721AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0721AB is #F8DE54. Grayscale: #282828. Windows color (decimal): -16309845 or 11215111. OLE color: 11215111.
HSL color Cylindrical-coordinate representation of color #0721AB: hue angle of 230.49º 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 #0721AB is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 33 | 171 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.33 |
| HSL | 230.49º | 0.92% | 0.35% | - |
| HSV(B) | 230.49º | 0.96% | 0.67% | - |
| XYZ | 7.98 | 4.07 | 38.89 | - |
| YUV | 40.96 | 201.39 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 171 | 0.96 | 0.81 | 0 | 0.33 | 230.49 | 0.92 | 0.35 |
| Hex | 7 | 21 | AB | 60 | 51 | 0 | 21 | E6 | 5C | 23 |
| Octal | 7 | 41 | 253 | 140 | 121 | 0 | 41 | 346 | 134 | 43 |
| Binary | 111 | 100001 | 10101011 | 1100000 | 1010001 | 0 | 100001 | 11100110 | 1011100 | 100011 |
Color Harmonies of #0721AB
Complementary color
Monochromatic Colors of #0721AB
Black with #0721AB
Text Example
Text Example
White with #0721AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0721AB; }
p { color: rgb(7,33,171); }
H1.HeaderClassName
{
color: #0721AB;
}
.AnyTagClassName
{
color: #0721AB;
}
</style>
background-color css
<style>
a { background-color: #0721AB; }
a { background-color: rgb(7,33,171); }
div.DivClassName
{
background-color: #0721AB;
}
.BgClassName
{
background-color: #0721AB;
}
</style>
border-color css
<style>
span { border-color: #0721AB; }
span { border-color: rgb(7,33,171); }
td.TdClassName
{
border-color: #0721AB;
}
.TagClassName
{
border-color: #0721AB;
}
</style>