Html Css Color HEX #0732AA International Klein Blue
📋 copy color: '#0732AA'red 7 ◦ green 50 ◦ blue 170
Shades of International Klein Blue #0732AA
Tints of International Klein Blue #0732AA
RGB
CMYK
RGB Variations
Color information
#0732AA (or 0x0732AA) is known color: International Klein Blue. HEX triplet: 07, 32 and AA. RGB value is (7,50,170). Sum of RGB (Red+Green+Blue) = 7+50+170=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #0732AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0732AA is #F8CD55. Grayscale: #323232. Windows color (decimal): -16305494 or 11153927. OLE color: 11153927.
HSL color Cylindrical-coordinate representation of color #0732AA: hue angle of 224.17º 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 #0732AA is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 50 | 170 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.33 |
| HSL | 224.17º | 0.92% | 0.35% | - |
| HSV(B) | 224.17º | 0.96% | 0.67% | - |
| XYZ | 8.48 | 5.23 | 38.59 | - |
| YUV | 50.82 | 195.25 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 170 | 0.96 | 0.71 | 0 | 0.33 | 224.17 | 0.92 | 0.35 |
| Hex | 7 | 32 | AA | 60 | 47 | 0 | 21 | E0 | 5C | 23 |
| Octal | 7 | 62 | 252 | 140 | 107 | 0 | 41 | 340 | 134 | 43 |
| Binary | 111 | 110010 | 10101010 | 1100000 | 1000111 | 0 | 100001 | 11100000 | 1011100 | 100011 |
Color Harmonies of #0732AA
Complementary color
Monochromatic Colors of #0732AA
Black with #0732AA
Text Example
Text Example
White with #0732AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0732AA; }
p { color: rgb(7,50,170); }
H1.HeaderClassName
{
color: #0732AA;
}
.AnyTagClassName
{
color: #0732AA;
}
</style>
background-color css
<style>
a { background-color: #0732AA; }
a { background-color: rgb(7,50,170); }
div.DivClassName
{
background-color: #0732AA;
}
.BgClassName
{
background-color: #0732AA;
}
</style>
border-color css
<style>
span { border-color: #0732AA; }
span { border-color: rgb(7,50,170); }
td.TdClassName
{
border-color: #0732AA;
}
.TagClassName
{
border-color: #0732AA;
}
</style>