Html Css Color HEX #0721A4 International Klein Blue
📋 copy color: '#0721A4'red 7 ◦ green 33 ◦ blue 164
Shades of International Klein Blue #0721A4
Tints of International Klein Blue #0721A4
RGB
CMYK
RGB Variations
Color information
#0721A4 (or 0x0721A4) is known color: International Klein Blue. HEX triplet: 07, 21 and A4. RGB value is (7,33,164). Sum of RGB (Red+Green+Blue) = 7+33+164=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 164 (64.45% from 255 or 80.39% from 204); Max value from RGB is 164 - color contains mainly: blue. Hex color #0721A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0721A4 is #F8DE5B. Grayscale: #272727. Windows color (decimal): -16309852 or 10756359. OLE color: 10756359.
HSL color Cylindrical-coordinate representation of color #0721A4: hue angle of 230.06º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0721A4 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 33 | 164 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.36 |
| HSL | 230.06º | 0.92% | 0.34% | - |
| HSV(B) | 230.06º | 0.96% | 0.64% | - |
| XYZ | 7.33 | 3.81 | 35.47 | - |
| YUV | 40.16 | 197.89 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 164 | 0.96 | 0.80 | 0 | 0.36 | 230.06 | 0.92 | 0.34 |
| Hex | 7 | 21 | A4 | 60 | 50 | 0 | 24 | E6 | 5C | 22 |
| Octal | 7 | 41 | 244 | 140 | 120 | 0 | 44 | 346 | 134 | 42 |
| Binary | 111 | 100001 | 10100100 | 1100000 | 1010000 | 0 | 100100 | 11100110 | 1011100 | 100010 |
Color Harmonies of #0721A4
Complementary color
Monochromatic Colors of #0721A4
Black with #0721A4
Text Example
Text Example
White with #0721A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0721A4; }
p { color: rgb(7,33,164); }
H1.HeaderClassName
{
color: #0721A4;
}
.AnyTagClassName
{
color: #0721A4;
}
</style>
background-color css
<style>
a { background-color: #0721A4; }
a { background-color: rgb(7,33,164); }
div.DivClassName
{
background-color: #0721A4;
}
.BgClassName
{
background-color: #0721A4;
}
</style>
border-color css
<style>
span { border-color: #0721A4; }
span { border-color: rgb(7,33,164); }
td.TdClassName
{
border-color: #0721A4;
}
.TagClassName
{
border-color: #0721A4;
}
</style>