Html Css Color HEX #0529BD International Klein Blue
📋 copy color: '#0529BD'red 5 ◦ green 41 ◦ blue 189
Shades of International Klein Blue #0529BD
Tints of International Klein Blue #0529BD
RGB
CMYK
RGB Variations
Color information
#0529BD (or 0x0529BD) is known color: International Klein Blue. HEX triplet: 05, 29 and BD. RGB value is (5,41,189). Sum of RGB (Red+Green+Blue) = 5+41+189=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #0529BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529BD is #FAD642. Grayscale: #2E2E2E. Windows color (decimal): -16438851 or 12396805. OLE color: 12396805.
HSL color Cylindrical-coordinate representation of color #0529BD: hue angle of 228.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0529BD is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 41 | 189 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.26 |
| HSL | 228.26º | 0.95% | 0.38% | - |
| HSV(B) | 228.26º | 0.97% | 0.74% | - |
| XYZ | 10.04 | 5.29 | 48.64 | - |
| YUV | 47.11 | 208.07 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 189 | 0.97 | 0.78 | 0 | 0.26 | 228.26 | 0.95 | 0.38 |
| Hex | 5 | 29 | BD | 61 | 4E | 0 | 1A | E4 | 5F | 26 |
| Octal | 5 | 51 | 275 | 141 | 116 | 0 | 32 | 344 | 137 | 46 |
| Binary | 101 | 101001 | 10111101 | 1100001 | 1001110 | 0 | 11010 | 11100100 | 1011111 | 100110 |
Color Harmonies of #0529BD
Complementary color
Monochromatic Colors of #0529BD
Black with #0529BD
Text Example
Text Example
White with #0529BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529BD; }
p { color: rgb(5,41,189); }
H1.HeaderClassName
{
color: #0529BD;
}
.AnyTagClassName
{
color: #0529BD;
}
</style>
background-color css
<style>
a { background-color: #0529BD; }
a { background-color: rgb(5,41,189); }
div.DivClassName
{
background-color: #0529BD;
}
.BgClassName
{
background-color: #0529BD;
}
</style>
border-color css
<style>
span { border-color: #0529BD; }
span { border-color: rgb(5,41,189); }
td.TdClassName
{
border-color: #0529BD;
}
.TagClassName
{
border-color: #0529BD;
}
</style>