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