Html Css Color HEX #0521B7 International Klein Blue
📋 copy color: '#0521B7'red 5 ◦ green 33 ◦ blue 183
Shades of International Klein Blue #0521B7
Tints of International Klein Blue #0521B7
RGB
CMYK
RGB Variations
Color information
#0521B7 (or 0x0521B7) is known color: International Klein Blue. HEX triplet: 05, 21 and B7. RGB value is (5,33,183). Sum of RGB (Red+Green+Blue) = 5+33+183=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 183 (71.88% from 255 or 82.81% from 221); Max value from RGB is 183 - color contains mainly: blue. Hex color #0521B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0521B7 is #FADE48. Grayscale: #292929. Windows color (decimal): -16440905 or 12001541. OLE color: 12001541.
HSL color Cylindrical-coordinate representation of color #0521B7: hue angle of 230.56º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0521B7 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 33 | 183 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.28 |
| HSL | 230.56º | 0.95% | 0.37% | - |
| HSV(B) | 230.56º | 0.97% | 0.72% | - |
| XYZ | 9.15 | 4.54 | 45.19 | - |
| YUV | 41.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 183 | 0.97 | 0.82 | 0 | 0.28 | 230.56 | 0.95 | 0.37 |
| Hex | 5 | 21 | B7 | 61 | 52 | 0 | 1C | E7 | 5F | 25 |
| Octal | 5 | 41 | 267 | 141 | 122 | 0 | 34 | 347 | 137 | 45 |
| Binary | 101 | 100001 | 10110111 | 1100001 | 1010010 | 0 | 11100 | 11100111 | 1011111 | 100101 |
Color Harmonies of #0521B7
Complementary color
Monochromatic Colors of #0521B7
Black with #0521B7
Text Example
Text Example
White with #0521B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0521B7; }
p { color: rgb(5,33,183); }
H1.HeaderClassName
{
color: #0521B7;
}
.AnyTagClassName
{
color: #0521B7;
}
</style>
background-color css
<style>
a { background-color: #0521B7; }
a { background-color: rgb(5,33,183); }
div.DivClassName
{
background-color: #0521B7;
}
.BgClassName
{
background-color: #0521B7;
}
</style>
border-color css
<style>
span { border-color: #0521B7; }
span { border-color: rgb(5,33,183); }
td.TdClassName
{
border-color: #0521B7;
}
.TagClassName
{
border-color: #0521B7;
}
</style>