Html Css Color HEX #0537B1 International Klein Blue
📋 copy color: '#0537B1'red 5 ◦ green 55 ◦ blue 177
Shades of International Klein Blue #0537B1
Tints of International Klein Blue #0537B1
RGB
CMYK
RGB Variations
Color information
#0537B1 (or 0x0537B1) is known color: International Klein Blue. HEX triplet: 05, 37 and B1. RGB value is (5,55,177). Sum of RGB (Red+Green+Blue) = 5+55+177=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 177 (69.53% from 255 or 74.68% from 237); Max value from RGB is 177 - color contains mainly: blue. Hex color #0537B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0537B1 is #FAC84E. Grayscale: #353535. Windows color (decimal): -16435279 or 11613957. OLE color: 11613957.
HSL color Cylindrical-coordinate representation of color #0537B1: hue angle of 222.56º 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 #0537B1 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 55 | 177 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.31 |
| HSL | 222.56º | 0.95% | 0.36% | - |
| HSV(B) | 222.56º | 0.97% | 0.69% | - |
| XYZ | 9.36 | 5.94 | 42.25 | - |
| YUV | 53.96 | 197.44 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 177 | 0.97 | 0.69 | 0 | 0.31 | 222.56 | 0.95 | 0.36 |
| Hex | 5 | 37 | B1 | 61 | 45 | 0 | 1F | DF | 5F | 24 |
| Octal | 5 | 67 | 261 | 141 | 105 | 0 | 37 | 337 | 137 | 44 |
| Binary | 101 | 110111 | 10110001 | 1100001 | 1000101 | 0 | 11111 | 11011111 | 1011111 | 100100 |
Color Harmonies of #0537B1
Complementary color
Monochromatic Colors of #0537B1
Black with #0537B1
Text Example
Text Example
White with #0537B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0537B1; }
p { color: rgb(5,55,177); }
H1.HeaderClassName
{
color: #0537B1;
}
.AnyTagClassName
{
color: #0537B1;
}
</style>
background-color css
<style>
a { background-color: #0537B1; }
a { background-color: rgb(5,55,177); }
div.DivClassName
{
background-color: #0537B1;
}
.BgClassName
{
background-color: #0537B1;
}
</style>
border-color css
<style>
span { border-color: #0537B1; }
span { border-color: rgb(5,55,177); }
td.TdClassName
{
border-color: #0537B1;
}
.TagClassName
{
border-color: #0537B1;
}
</style>