Html Css Color HEX #0520A0 International Klein Blue
📋 copy color: '#0520A0'red 5 ◦ green 32 ◦ blue 160
Shades of International Klein Blue #0520A0
Tints of International Klein Blue #0520A0
RGB
CMYK
RGB Variations
Color information
#0520A0 (or 0x0520A0) is known color: International Klein Blue. HEX triplet: 05, 20 and A0. RGB value is (5,32,160). Sum of RGB (Red+Green+Blue) = 5+32+160=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 160 (62.89% from 255 or 81.22% from 197); Max value from RGB is 160 - color contains mainly: blue. Hex color #0520A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0520A0 is #FADF5F. Grayscale: #252525. Windows color (decimal): -16441184 or 10493957. OLE color: 10493957.
HSL color Cylindrical-coordinate representation of color #0520A0: hue angle of 229.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0520A0 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 32 | 160 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.37 |
| HSL | 229.55º | 0.94% | 0.32% | - |
| HSV(B) | 229.55º | 0.97% | 0.63% | - |
| XYZ | 6.92 | 3.6 | 33.59 | - |
| YUV | 38.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 160 | 0.97 | 0.80 | 0 | 0.37 | 229.55 | 0.94 | 0.32 |
| Hex | 5 | 20 | A0 | 61 | 50 | 0 | 25 | E6 | 5E | 20 |
| Octal | 5 | 40 | 240 | 141 | 120 | 0 | 45 | 346 | 136 | 40 |
| Binary | 101 | 100000 | 10100000 | 1100001 | 1010000 | 0 | 100101 | 11100110 | 1011110 | 100000 |
Color Harmonies of #0520A0
Complementary color
Monochromatic Colors of #0520A0
Black with #0520A0
Text Example
Text Example
White with #0520A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520A0; }
p { color: rgb(5,32,160); }
H1.HeaderClassName
{
color: #0520A0;
}
.AnyTagClassName
{
color: #0520A0;
}
</style>
background-color css
<style>
a { background-color: #0520A0; }
a { background-color: rgb(5,32,160); }
div.DivClassName
{
background-color: #0520A0;
}
.BgClassName
{
background-color: #0520A0;
}
</style>
border-color css
<style>
span { border-color: #0520A0; }
span { border-color: rgb(5,32,160); }
td.TdClassName
{
border-color: #0520A0;
}
.TagClassName
{
border-color: #0520A0;
}
</style>