Html Css Color HEX #0536BA International Klein Blue
📋 copy color: '#0536BA'red 5 ◦ green 54 ◦ blue 186
Shades of International Klein Blue #0536BA
Tints of International Klein Blue #0536BA
RGB
CMYK
RGB Variations
Color information
#0536BA (or 0x0536BA) is known color: International Klein Blue. HEX triplet: 05, 36 and BA. RGB value is (5,54,186). Sum of RGB (Red+Green+Blue) = 5+54+186=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #0536BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0536BA is #FAC945. Grayscale: #353535. Windows color (decimal): -16435526 or 12203525. OLE color: 12203525.
HSL color Cylindrical-coordinate representation of color #0536BA: hue angle of 223.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0536BA is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 54 | 186 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.27 |
| HSL | 223.76º | 0.95% | 0.37% | - |
| HSV(B) | 223.76º | 0.97% | 0.73% | - |
| XYZ | 10.24 | 6.22 | 47.11 | - |
| YUV | 54.4 | 202.27 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 186 | 0.97 | 0.71 | 0 | 0.27 | 223.76 | 0.95 | 0.37 |
| Hex | 5 | 36 | BA | 61 | 47 | 0 | 1B | E0 | 5F | 25 |
| Octal | 5 | 66 | 272 | 141 | 107 | 0 | 33 | 340 | 137 | 45 |
| Binary | 101 | 110110 | 10111010 | 1100001 | 1000111 | 0 | 11011 | 11100000 | 1011111 | 100101 |
Color Harmonies of #0536BA
Complementary color
Monochromatic Colors of #0536BA
Black with #0536BA
Text Example
Text Example
White with #0536BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0536BA; }
p { color: rgb(5,54,186); }
H1.HeaderClassName
{
color: #0536BA;
}
.AnyTagClassName
{
color: #0536BA;
}
</style>
background-color css
<style>
a { background-color: #0536BA; }
a { background-color: rgb(5,54,186); }
div.DivClassName
{
background-color: #0536BA;
}
.BgClassName
{
background-color: #0536BA;
}
</style>
border-color css
<style>
span { border-color: #0536BA; }
span { border-color: rgb(5,54,186); }
td.TdClassName
{
border-color: #0536BA;
}
.TagClassName
{
border-color: #0536BA;
}
</style>