Html Css Color HEX #0531B1 International Klein Blue
📋 copy color: '#0531B1'red 5 ◦ green 49 ◦ blue 177
Shades of International Klein Blue #0531B1
Tints of International Klein Blue #0531B1
RGB
CMYK
RGB Variations
Color information
#0531B1 (or 0x0531B1) is known color: International Klein Blue. HEX triplet: 05, 31 and B1. RGB value is (5,49,177). Sum of RGB (Red+Green+Blue) = 5+49+177=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 177 (69.53% from 255 or 76.62% from 231); Max value from RGB is 177 - color contains mainly: blue. Hex color #0531B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0531B1 is #FACE4E. Grayscale: #313131. Windows color (decimal): -16436815 or 11612421. OLE color: 11612421.
HSL color Cylindrical-coordinate representation of color #0531B1: hue angle of 224.65º 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 #0531B1 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 49 | 177 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.31 |
| HSL | 224.65º | 0.95% | 0.36% | - |
| HSV(B) | 224.65º | 0.97% | 0.69% | - |
| XYZ | 9.1 | 5.4 | 42.16 | - |
| YUV | 50.44 | 199.42 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 177 | 0.97 | 0.72 | 0 | 0.31 | 224.65 | 0.95 | 0.36 |
| Hex | 5 | 31 | B1 | 61 | 48 | 0 | 1F | E1 | 5F | 24 |
| Octal | 5 | 61 | 261 | 141 | 110 | 0 | 37 | 341 | 137 | 44 |
| Binary | 101 | 110001 | 10110001 | 1100001 | 1001000 | 0 | 11111 | 11100001 | 1011111 | 100100 |
Color Harmonies of #0531B1
Complementary color
Monochromatic Colors of #0531B1
Black with #0531B1
Text Example
Text Example
White with #0531B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0531B1; }
p { color: rgb(5,49,177); }
H1.HeaderClassName
{
color: #0531B1;
}
.AnyTagClassName
{
color: #0531B1;
}
</style>
background-color css
<style>
a { background-color: #0531B1; }
a { background-color: rgb(5,49,177); }
div.DivClassName
{
background-color: #0531B1;
}
.BgClassName
{
background-color: #0531B1;
}
</style>
border-color css
<style>
span { border-color: #0531B1; }
span { border-color: rgb(5,49,177); }
td.TdClassName
{
border-color: #0531B1;
}
.TagClassName
{
border-color: #0531B1;
}
</style>