Html Css Color HEX #0528BE International Klein Blue
📋 copy color: '#0528BE'red 5 ◦ green 40 ◦ blue 190
Shades of International Klein Blue #0528BE
Tints of International Klein Blue #0528BE
RGB
CMYK
RGB Variations
Color information
#0528BE (or 0x0528BE) is known color: International Klein Blue. HEX triplet: 05, 28 and BE. RGB value is (5,40,190). Sum of RGB (Red+Green+Blue) = 5+40+190=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #0528BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0528BE is #FAD741. Grayscale: #2E2E2E. Windows color (decimal): -16439106 or 12462085. OLE color: 12462085.
HSL color Cylindrical-coordinate representation of color #0528BE: hue angle of 228.65º 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 #0528BE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 40 | 190 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.25 |
| HSL | 228.65º | 0.95% | 0.38% | - |
| HSV(B) | 228.65º | 0.97% | 0.75% | - |
| XYZ | 10.12 | 5.27 | 49.2 | - |
| YUV | 46.64 | 208.9 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 190 | 0.97 | 0.79 | 0 | 0.25 | 228.65 | 0.95 | 0.38 |
| Hex | 5 | 28 | BE | 61 | 4F | 0 | 19 | E5 | 5F | 26 |
| Octal | 5 | 50 | 276 | 141 | 117 | 0 | 31 | 345 | 137 | 46 |
| Binary | 101 | 101000 | 10111110 | 1100001 | 1001111 | 0 | 11001 | 11100101 | 1011111 | 100110 |
Color Harmonies of #0528BE
Complementary color
Monochromatic Colors of #0528BE
Black with #0528BE
Text Example
Text Example
White with #0528BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0528BE; }
p { color: rgb(5,40,190); }
H1.HeaderClassName
{
color: #0528BE;
}
.AnyTagClassName
{
color: #0528BE;
}
</style>
background-color css
<style>
a { background-color: #0528BE; }
a { background-color: rgb(5,40,190); }
div.DivClassName
{
background-color: #0528BE;
}
.BgClassName
{
background-color: #0528BE;
}
</style>
border-color css
<style>
span { border-color: #0528BE; }
span { border-color: rgb(5,40,190); }
td.TdClassName
{
border-color: #0528BE;
}
.TagClassName
{
border-color: #0528BE;
}
</style>