Html Css Color HEX #0536B1 International Klein Blue
📋 copy color: '#0536B1'red 5 ◦ green 54 ◦ blue 177
Shades of International Klein Blue #0536B1
Tints of International Klein Blue #0536B1
RGB
CMYK
RGB Variations
Color information
#0536B1 (or 0x0536B1) is known color: International Klein Blue. HEX triplet: 05, 36 and B1. RGB value is (5,54,177). Sum of RGB (Red+Green+Blue) = 5+54+177=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 177 (69.53% from 255 or 75% from 236); Max value from RGB is 177 - color contains mainly: blue. Hex color #0536B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0536B1 is #FAC94E. Grayscale: #343434. Windows color (decimal): -16435535 or 11613701. OLE color: 11613701.
HSL color Cylindrical-coordinate representation of color #0536B1: hue angle of 222.91º 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 #0536B1 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 54 | 177 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.31 |
| HSL | 222.91º | 0.95% | 0.36% | - |
| HSV(B) | 222.91º | 0.97% | 0.69% | - |
| XYZ | 9.32 | 5.84 | 42.23 | - |
| YUV | 53.37 | 197.77 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 177 | 0.97 | 0.69 | 0 | 0.31 | 222.91 | 0.95 | 0.36 |
| Hex | 5 | 36 | B1 | 61 | 45 | 0 | 1F | DF | 5F | 24 |
| Octal | 5 | 66 | 261 | 141 | 105 | 0 | 37 | 337 | 137 | 44 |
| Binary | 101 | 110110 | 10110001 | 1100001 | 1000101 | 0 | 11111 | 11011111 | 1011111 | 100100 |
Color Harmonies of #0536B1
Complementary color
Monochromatic Colors of #0536B1
Black with #0536B1
Text Example
Text Example
White with #0536B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0536B1; }
p { color: rgb(5,54,177); }
H1.HeaderClassName
{
color: #0536B1;
}
.AnyTagClassName
{
color: #0536B1;
}
</style>
background-color css
<style>
a { background-color: #0536B1; }
a { background-color: rgb(5,54,177); }
div.DivClassName
{
background-color: #0536B1;
}
.BgClassName
{
background-color: #0536B1;
}
</style>
border-color css
<style>
span { border-color: #0536B1; }
span { border-color: rgb(5,54,177); }
td.TdClassName
{
border-color: #0536B1;
}
.TagClassName
{
border-color: #0536B1;
}
</style>