Html Css Color HEX #0520BD International Klein Blue
📋 copy color: '#0520BD'red 5 ◦ green 32 ◦ blue 189
Shades of International Klein Blue #0520BD
Tints of International Klein Blue #0520BD
RGB
CMYK
RGB Variations
Color information
#0520BD (or 0x0520BD) is known color: International Klein Blue. HEX triplet: 05, 20 and BD. RGB value is (5,32,189). Sum of RGB (Red+Green+Blue) = 5+32+189=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 189 (74.22% from 255 or 83.63% from 226); Max value from RGB is 189 - color contains mainly: blue. Hex color #0520BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520BD is #FADF42. Grayscale: #292929. Windows color (decimal): -16441155 or 12394501. OLE color: 12394501.
HSL color Cylindrical-coordinate representation of color #0520BD: hue angle of 231.2º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0520BD is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 32 | 189 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.26 |
| HSL | 231.2º | 0.95% | 0.38% | - |
| HSV(B) | 231.2º | 0.97% | 0.74% | - |
| XYZ | 9.76 | 4.74 | 48.54 | - |
| YUV | 41.83 | 211.05 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 189 | 0.97 | 0.83 | 0 | 0.26 | 231.2 | 0.95 | 0.38 |
| Hex | 5 | 20 | BD | 61 | 53 | 0 | 1A | E7 | 5F | 26 |
| Octal | 5 | 40 | 275 | 141 | 123 | 0 | 32 | 347 | 137 | 46 |
| Binary | 101 | 100000 | 10111101 | 1100001 | 1010011 | 0 | 11010 | 11100111 | 1011111 | 100110 |
Color Harmonies of #0520BD
Complementary color
Monochromatic Colors of #0520BD
Black with #0520BD
Text Example
Text Example
White with #0520BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520BD; }
p { color: rgb(5,32,189); }
H1.HeaderClassName
{
color: #0520BD;
}
.AnyTagClassName
{
color: #0520BD;
}
</style>
background-color css
<style>
a { background-color: #0520BD; }
a { background-color: rgb(5,32,189); }
div.DivClassName
{
background-color: #0520BD;
}
.BgClassName
{
background-color: #0520BD;
}
</style>
border-color css
<style>
span { border-color: #0520BD; }
span { border-color: rgb(5,32,189); }
td.TdClassName
{
border-color: #0520BD;
}
.TagClassName
{
border-color: #0520BD;
}
</style>