Html Css Color HEX #0521BE International Klein Blue
📋 copy color: '#0521BE'red 5 ◦ green 33 ◦ blue 190
Shades of International Klein Blue #0521BE
Tints of International Klein Blue #0521BE
RGB
CMYK
RGB Variations
Color information
#0521BE (or 0x0521BE) is known color: International Klein Blue. HEX triplet: 05, 21 and BE. RGB value is (5,33,190). Sum of RGB (Red+Green+Blue) = 5+33+190=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 190 (74.61% from 255 or 83.33% from 228); Max value from RGB is 190 - color contains mainly: blue. Hex color #0521BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0521BE is #FADE41. Grayscale: #292929. Windows color (decimal): -16440898 or 12460293. OLE color: 12460293.
HSL color Cylindrical-coordinate representation of color #0521BE: hue angle of 230.92º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0521BE is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 33 | 190 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.25 |
| HSL | 230.92º | 0.95% | 0.38% | - |
| HSV(B) | 230.92º | 0.97% | 0.75% | - |
| XYZ | 9.9 | 4.84 | 49.13 | - |
| YUV | 42.53 | 211.22 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 190 | 0.97 | 0.83 | 0 | 0.25 | 230.92 | 0.95 | 0.38 |
| Hex | 5 | 21 | BE | 61 | 53 | 0 | 19 | E7 | 5F | 26 |
| Octal | 5 | 41 | 276 | 141 | 123 | 0 | 31 | 347 | 137 | 46 |
| Binary | 101 | 100001 | 10111110 | 1100001 | 1010011 | 0 | 11001 | 11100111 | 1011111 | 100110 |
Color Harmonies of #0521BE
Complementary color
Monochromatic Colors of #0521BE
Black with #0521BE
Text Example
Text Example
White with #0521BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0521BE; }
p { color: rgb(5,33,190); }
H1.HeaderClassName
{
color: #0521BE;
}
.AnyTagClassName
{
color: #0521BE;
}
</style>
background-color css
<style>
a { background-color: #0521BE; }
a { background-color: rgb(5,33,190); }
div.DivClassName
{
background-color: #0521BE;
}
.BgClassName
{
background-color: #0521BE;
}
</style>
border-color css
<style>
span { border-color: #0521BE; }
span { border-color: rgb(5,33,190); }
td.TdClassName
{
border-color: #0521BE;
}
.TagClassName
{
border-color: #0521BE;
}
</style>