Html Css Color HEX #0524B1 International Klein Blue
📋 copy color: '#0524B1'red 5 ◦ green 36 ◦ blue 177
Shades of International Klein Blue #0524B1
Tints of International Klein Blue #0524B1
RGB
CMYK
RGB Variations
Color information
#0524B1 (or 0x0524B1) is known color: International Klein Blue. HEX triplet: 05, 24 and B1. RGB value is (5,36,177). Sum of RGB (Red+Green+Blue) = 5+36+177=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 177 (69.53% from 255 or 81.19% from 218); Max value from RGB is 177 - color contains mainly: blue. Hex color #0524B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0524B1 is #FADB4E. Grayscale: #2A2A2A. Windows color (decimal): -16440143 or 11609093. OLE color: 11609093.
HSL color Cylindrical-coordinate representation of color #0524B1: hue angle of 229.19º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0524B1 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 36 | 177 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.31 |
| HSL | 229.19º | 0.95% | 0.36% | - |
| HSV(B) | 229.19º | 0.97% | 0.69% | - |
| XYZ | 8.63 | 4.47 | 42 | - |
| YUV | 42.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 177 | 0.97 | 0.80 | 0 | 0.31 | 229.19 | 0.95 | 0.36 |
| Hex | 5 | 24 | B1 | 61 | 50 | 0 | 1F | E5 | 5F | 24 |
| Octal | 5 | 44 | 261 | 141 | 120 | 0 | 37 | 345 | 137 | 44 |
| Binary | 101 | 100100 | 10110001 | 1100001 | 1010000 | 0 | 11111 | 11100101 | 1011111 | 100100 |
Color Harmonies of #0524B1
Complementary color
Monochromatic Colors of #0524B1
Black with #0524B1
Text Example
Text Example
White with #0524B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0524B1; }
p { color: rgb(5,36,177); }
H1.HeaderClassName
{
color: #0524B1;
}
.AnyTagClassName
{
color: #0524B1;
}
</style>
background-color css
<style>
a { background-color: #0524B1; }
a { background-color: rgb(5,36,177); }
div.DivClassName
{
background-color: #0524B1;
}
.BgClassName
{
background-color: #0524B1;
}
</style>
border-color css
<style>
span { border-color: #0524B1; }
span { border-color: rgb(5,36,177); }
td.TdClassName
{
border-color: #0524B1;
}
.TagClassName
{
border-color: #0524B1;
}
</style>