Html Css Color HEX #0520B6 International Klein Blue
📋 copy color: '#0520B6'red 5 ◦ green 32 ◦ blue 182
Shades of International Klein Blue #0520B6
Tints of International Klein Blue #0520B6
RGB
CMYK
RGB Variations
Color information
#0520B6 (or 0x0520B6) is known color: International Klein Blue. HEX triplet: 05, 20 and B6. RGB value is (5,32,182). Sum of RGB (Red+Green+Blue) = 5+32+182=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 182 (71.48% from 255 or 83.11% from 219); Max value from RGB is 182 - color contains mainly: blue. Hex color #0520B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520B6 is #FADF49. Grayscale: #282828. Windows color (decimal): -16441162 or 11935749. OLE color: 11935749.
HSL color Cylindrical-coordinate representation of color #0520B6: hue angle of 230.85º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0520B6 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 32 | 182 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.29 |
| HSL | 230.85º | 0.95% | 0.37% | - |
| HSV(B) | 230.85º | 0.97% | 0.71% | - |
| XYZ | 9.02 | 4.44 | 44.64 | - |
| YUV | 41.03 | 207.55 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 182 | 0.97 | 0.82 | 0 | 0.29 | 230.85 | 0.95 | 0.37 |
| Hex | 5 | 20 | B6 | 61 | 52 | 0 | 1D | E7 | 5F | 25 |
| Octal | 5 | 40 | 266 | 141 | 122 | 0 | 35 | 347 | 137 | 45 |
| Binary | 101 | 100000 | 10110110 | 1100001 | 1010010 | 0 | 11101 | 11100111 | 1011111 | 100101 |
Color Harmonies of #0520B6
Complementary color
Monochromatic Colors of #0520B6
Black with #0520B6
Text Example
Text Example
White with #0520B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520B6; }
p { color: rgb(5,32,182); }
H1.HeaderClassName
{
color: #0520B6;
}
.AnyTagClassName
{
color: #0520B6;
}
</style>
background-color css
<style>
a { background-color: #0520B6; }
a { background-color: rgb(5,32,182); }
div.DivClassName
{
background-color: #0520B6;
}
.BgClassName
{
background-color: #0520B6;
}
</style>
border-color css
<style>
span { border-color: #0520B6; }
span { border-color: rgb(5,32,182); }
td.TdClassName
{
border-color: #0520B6;
}
.TagClassName
{
border-color: #0520B6;
}
</style>