Html Css Color HEX #0520C0 International Klein Blue
📋 copy color: '#0520C0'red 5 ◦ green 32 ◦ blue 192
Shades of International Klein Blue #0520C0
Tints of International Klein Blue #0520C0
RGB
CMYK
RGB Variations
Color information
#0520C0 (or 0x0520C0) is known color: International Klein Blue. HEX triplet: 05, 20 and C0. RGB value is (5,32,192). Sum of RGB (Red+Green+Blue) = 5+32+192=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 192 (75.39% from 255 or 83.84% from 229); Max value from RGB is 192 - color contains mainly: blue. Hex color #0520C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0520C0 is #FADF3F. Grayscale: #292929. Windows color (decimal): -16441152 or 12591109. OLE color: 12591109.
HSL color Cylindrical-coordinate representation of color #0520C0: hue angle of 231.34º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0520C0 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 32 | 192 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.25 |
| HSL | 231.34º | 0.95% | 0.39% | - |
| HSV(B) | 231.34º | 0.97% | 0.75% | - |
| XYZ | 10.09 | 4.87 | 50.28 | - |
| YUV | 42.17 | 212.55 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 192 | 0.97 | 0.83 | 0 | 0.25 | 231.34 | 0.95 | 0.39 |
| Hex | 5 | 20 | C0 | 61 | 53 | 0 | 19 | E7 | 5F | 27 |
| Octal | 5 | 40 | 300 | 141 | 123 | 0 | 31 | 347 | 137 | 47 |
| Binary | 101 | 100000 | 11000000 | 1100001 | 1010011 | 0 | 11001 | 11100111 | 1011111 | 100111 |
Color Harmonies of #0520C0
Complementary color
Monochromatic Colors of #0520C0
Black with #0520C0
Text Example
Text Example
White with #0520C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0520C0; }
p { color: rgb(5,32,192); }
H1.HeaderClassName
{
color: #0520C0;
}
.AnyTagClassName
{
color: #0520C0;
}
</style>
background-color css
<style>
a { background-color: #0520C0; }
a { background-color: rgb(5,32,192); }
div.DivClassName
{
background-color: #0520C0;
}
.BgClassName
{
background-color: #0520C0;
}
</style>
border-color css
<style>
span { border-color: #0520C0; }
span { border-color: rgb(5,32,192); }
td.TdClassName
{
border-color: #0520C0;
}
.TagClassName
{
border-color: #0520C0;
}
</style>