Html Css Color HEX #0529BB International Klein Blue
📋 copy color: '#0529BB'red 5 ◦ green 41 ◦ blue 187
Shades of International Klein Blue #0529BB
Tints of International Klein Blue #0529BB
RGB
CMYK
RGB Variations
Color information
#0529BB (or 0x0529BB) is known color: International Klein Blue. HEX triplet: 05, 29 and BB. RGB value is (5,41,187). Sum of RGB (Red+Green+Blue) = 5+41+187=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #0529BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529BB is #FAD644. Grayscale: #2E2E2E. Windows color (decimal): -16438853 or 12265733. OLE color: 12265733.
HSL color Cylindrical-coordinate representation of color #0529BB: hue angle of 228.13º 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 #0529BB is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 41 | 187 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.27 |
| HSL | 228.13º | 0.95% | 0.38% | - |
| HSV(B) | 228.13º | 0.97% | 0.73% | - |
| XYZ | 9.83 | 5.21 | 47.5 | - |
| YUV | 46.88 | 207.07 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 187 | 0.97 | 0.78 | 0 | 0.27 | 228.13 | 0.95 | 0.38 |
| Hex | 5 | 29 | BB | 61 | 4E | 0 | 1B | E4 | 5F | 26 |
| Octal | 5 | 51 | 273 | 141 | 116 | 0 | 33 | 344 | 137 | 46 |
| Binary | 101 | 101001 | 10111011 | 1100001 | 1001110 | 0 | 11011 | 11100100 | 1011111 | 100110 |
Color Harmonies of #0529BB
Complementary color
Monochromatic Colors of #0529BB
Black with #0529BB
Text Example
Text Example
White with #0529BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529BB; }
p { color: rgb(5,41,187); }
H1.HeaderClassName
{
color: #0529BB;
}
.AnyTagClassName
{
color: #0529BB;
}
</style>
background-color css
<style>
a { background-color: #0529BB; }
a { background-color: rgb(5,41,187); }
div.DivClassName
{
background-color: #0529BB;
}
.BgClassName
{
background-color: #0529BB;
}
</style>
border-color css
<style>
span { border-color: #0529BB; }
span { border-color: rgb(5,41,187); }
td.TdClassName
{
border-color: #0529BB;
}
.TagClassName
{
border-color: #0529BB;
}
</style>