Html Css Color HEX #0520BA International Klein Blue
📋 copy color: '#0520BA'red 5 ◦ green 32 ◦ blue 186
Shades of International Klein Blue #0520BA
Tints of International Klein Blue #0520BA
RGB
CMYK
RGB Variations
Color information
#0520BA (or 0x0520BA) is known color: International Klein Blue. HEX triplet: 05, 20 and BA. RGB value is (5,32,186). Sum of RGB (Red+Green+Blue) = 5+32+186=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #0520BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520BA is #FADF45. Grayscale: #282828. Windows color (decimal): -16441158 or 12197893. OLE color: 12197893.
HSL color Cylindrical-coordinate representation of color #0520BA: hue angle of 231.05º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0520BA is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 32 | 186 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.27 |
| HSL | 231.05º | 0.95% | 0.37% | - |
| HSV(B) | 231.05º | 0.97% | 0.73% | - |
| XYZ | 9.44 | 4.61 | 46.85 | - |
| YUV | 41.48 | 209.55 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 186 | 0.97 | 0.83 | 0 | 0.27 | 231.05 | 0.95 | 0.37 |
| Hex | 5 | 20 | BA | 61 | 53 | 0 | 1B | E7 | 5F | 25 |
| Octal | 5 | 40 | 272 | 141 | 123 | 0 | 33 | 347 | 137 | 45 |
| Binary | 101 | 100000 | 10111010 | 1100001 | 1010011 | 0 | 11011 | 11100111 | 1011111 | 100101 |
Color Harmonies of #0520BA
Complementary color
Monochromatic Colors of #0520BA
Black with #0520BA
Text Example
Text Example
White with #0520BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520BA; }
p { color: rgb(5,32,186); }
H1.HeaderClassName
{
color: #0520BA;
}
.AnyTagClassName
{
color: #0520BA;
}
</style>
background-color css
<style>
a { background-color: #0520BA; }
a { background-color: rgb(5,32,186); }
div.DivClassName
{
background-color: #0520BA;
}
.BgClassName
{
background-color: #0520BA;
}
</style>
border-color css
<style>
span { border-color: #0520BA; }
span { border-color: rgb(5,32,186); }
td.TdClassName
{
border-color: #0520BA;
}
.TagClassName
{
border-color: #0520BA;
}
</style>