Html Css Color HEX #0528A4 International Klein Blue
📋 copy color: '#0528A4'red 5 ◦ green 40 ◦ blue 164
Shades of International Klein Blue #0528A4
Tints of International Klein Blue #0528A4
RGB
CMYK
RGB Variations
Color information
#0528A4 (or 0x0528A4) is known color: International Klein Blue. HEX triplet: 05, 28 and A4. RGB value is (5,40,164). Sum of RGB (Red+Green+Blue) = 5+40+164=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 164 (64.45% from 255 or 78.47% from 209); Max value from RGB is 164 - color contains mainly: blue. Hex color #0528A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0528A4 is #FAD75B. Grayscale: #2B2B2B. Windows color (decimal): -16439132 or 10758149. OLE color: 10758149.
HSL color Cylindrical-coordinate representation of color #0528A4: hue angle of 226.79º 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 #0528A4 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 40 | 164 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.36 |
| HSL | 226.79º | 0.94% | 0.33% | - |
| HSV(B) | 226.79º | 0.97% | 0.64% | - |
| XYZ | 7.52 | 4.23 | 35.54 | - |
| YUV | 43.67 | 195.9 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 164 | 0.97 | 0.76 | 0 | 0.36 | 226.79 | 0.94 | 0.33 |
| Hex | 5 | 28 | A4 | 61 | 4C | 0 | 24 | E3 | 5E | 21 |
| Octal | 5 | 50 | 244 | 141 | 114 | 0 | 44 | 343 | 136 | 41 |
| Binary | 101 | 101000 | 10100100 | 1100001 | 1001100 | 0 | 100100 | 11100011 | 1011110 | 100001 |
Color Harmonies of #0528A4
Complementary color
Monochromatic Colors of #0528A4
Black with #0528A4
Text Example
Text Example
White with #0528A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0528A4; }
p { color: rgb(5,40,164); }
H1.HeaderClassName
{
color: #0528A4;
}
.AnyTagClassName
{
color: #0528A4;
}
</style>
background-color css
<style>
a { background-color: #0528A4; }
a { background-color: rgb(5,40,164); }
div.DivClassName
{
background-color: #0528A4;
}
.BgClassName
{
background-color: #0528A4;
}
</style>
border-color css
<style>
span { border-color: #0528A4; }
span { border-color: rgb(5,40,164); }
td.TdClassName
{
border-color: #0528A4;
}
.TagClassName
{
border-color: #0528A4;
}
</style>