Html Css Color HEX #0528A2 International Klein Blue
📋 copy color: '#0528A2'red 5 ◦ green 40 ◦ blue 162
Shades of International Klein Blue #0528A2
Tints of International Klein Blue #0528A2
RGB
CMYK
RGB Variations
Color information
#0528A2 (or 0x0528A2) is known color: International Klein Blue. HEX triplet: 05, 28 and A2. RGB value is (5,40,162). Sum of RGB (Red+Green+Blue) = 5+40+162=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 162 (63.67% from 255 or 78.26% from 207); Max value from RGB is 162 - color contains mainly: blue. Hex color #0528A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0528A2 is #FAD75D. Grayscale: #2A2A2A. Windows color (decimal): -16439134 or 10627077. OLE color: 10627077.
HSL color Cylindrical-coordinate representation of color #0528A2: hue angle of 226.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0528A2 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 40 | 162 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.36 |
| HSL | 226.62º | 0.94% | 0.33% | - |
| HSV(B) | 226.62º | 0.97% | 0.64% | - |
| XYZ | 7.34 | 4.16 | 34.6 | - |
| YUV | 43.44 | 194.9 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 162 | 0.97 | 0.75 | 0 | 0.36 | 226.62 | 0.94 | 0.33 |
| Hex | 5 | 28 | A2 | 61 | 4B | 0 | 24 | E3 | 5E | 21 |
| Octal | 5 | 50 | 242 | 141 | 113 | 0 | 44 | 343 | 136 | 41 |
| Binary | 101 | 101000 | 10100010 | 1100001 | 1001011 | 0 | 100100 | 11100011 | 1011110 | 100001 |
Color Harmonies of #0528A2
Complementary color
Monochromatic Colors of #0528A2
Black with #0528A2
Text Example
Text Example
White with #0528A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0528A2; }
p { color: rgb(5,40,162); }
H1.HeaderClassName
{
color: #0528A2;
}
.AnyTagClassName
{
color: #0528A2;
}
</style>
background-color css
<style>
a { background-color: #0528A2; }
a { background-color: rgb(5,40,162); }
div.DivClassName
{
background-color: #0528A2;
}
.BgClassName
{
background-color: #0528A2;
}
</style>
border-color css
<style>
span { border-color: #0528A2; }
span { border-color: rgb(5,40,162); }
td.TdClassName
{
border-color: #0528A2;
}
.TagClassName
{
border-color: #0528A2;
}
</style>