Html Css Color HEX #0528BB International Klein Blue
📋 copy color: '#0528BB'red 5 ◦ green 40 ◦ blue 187
Shades of International Klein Blue #0528BB
Tints of International Klein Blue #0528BB
RGB
CMYK
RGB Variations
Color information
#0528BB (or 0x0528BB) is known color: International Klein Blue. HEX triplet: 05, 28 and BB. RGB value is (5,40,187). Sum of RGB (Red+Green+Blue) = 5+40+187=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #0528BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0528BB is #FAD744. Grayscale: #2D2D2D. Windows color (decimal): -16439109 or 12265477. OLE color: 12265477.
HSL color Cylindrical-coordinate representation of color #0528BB: hue angle of 228.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0528BB is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 40 | 187 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.27 |
| HSL | 228.46º | 0.95% | 0.38% | - |
| HSV(B) | 228.46º | 0.97% | 0.73% | - |
| XYZ | 9.79 | 5.14 | 47.49 | - |
| YUV | 46.29 | 207.4 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 187 | 0.97 | 0.79 | 0 | 0.27 | 228.46 | 0.95 | 0.38 |
| Hex | 5 | 28 | BB | 61 | 4F | 0 | 1B | E4 | 5F | 26 |
| Octal | 5 | 50 | 273 | 141 | 117 | 0 | 33 | 344 | 137 | 46 |
| Binary | 101 | 101000 | 10111011 | 1100001 | 1001111 | 0 | 11011 | 11100100 | 1011111 | 100110 |
Color Harmonies of #0528BB
Complementary color
Monochromatic Colors of #0528BB
Black with #0528BB
Text Example
Text Example
White with #0528BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0528BB; }
p { color: rgb(5,40,187); }
H1.HeaderClassName
{
color: #0528BB;
}
.AnyTagClassName
{
color: #0528BB;
}
</style>
background-color css
<style>
a { background-color: #0528BB; }
a { background-color: rgb(5,40,187); }
div.DivClassName
{
background-color: #0528BB;
}
.BgClassName
{
background-color: #0528BB;
}
</style>
border-color css
<style>
span { border-color: #0528BB; }
span { border-color: rgb(5,40,187); }
td.TdClassName
{
border-color: #0528BB;
}
.TagClassName
{
border-color: #0528BB;
}
</style>