Html Css Color HEX #0536A3 International Klein Blue
📋 copy color: '#0536A3'red 5 ◦ green 54 ◦ blue 163
Shades of International Klein Blue #0536A3
Tints of International Klein Blue #0536A3
RGB
CMYK
RGB Variations
Color information
#0536A3 (or 0x0536A3) is known color: International Klein Blue. HEX triplet: 05, 36 and A3. RGB value is (5,54,163). Sum of RGB (Red+Green+Blue) = 5+54+163=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 163 (64.06% from 255 or 73.42% from 222); Max value from RGB is 163 - color contains mainly: blue. Hex color #0536A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0536A3 is #FAC95C. Grayscale: #333333. Windows color (decimal): -16435549 or 10696197. OLE color: 10696197.
HSL color Cylindrical-coordinate representation of color #0536A3: hue angle of 221.39º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0536A3 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 54 | 163 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.36 |
| HSL | 221.39º | 0.94% | 0.33% | - |
| HSV(B) | 221.39º | 0.97% | 0.64% | - |
| XYZ | 7.99 | 5.31 | 35.25 | - |
| YUV | 51.78 | 190.77 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 163 | 0.97 | 0.67 | 0 | 0.36 | 221.39 | 0.94 | 0.33 |
| Hex | 5 | 36 | A3 | 61 | 43 | 0 | 24 | DD | 5E | 21 |
| Octal | 5 | 66 | 243 | 141 | 103 | 0 | 44 | 335 | 136 | 41 |
| Binary | 101 | 110110 | 10100011 | 1100001 | 1000011 | 0 | 100100 | 11011101 | 1011110 | 100001 |
Color Harmonies of #0536A3
Complementary color
Monochromatic Colors of #0536A3
Black with #0536A3
Text Example
Text Example
White with #0536A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0536A3; }
p { color: rgb(5,54,163); }
H1.HeaderClassName
{
color: #0536A3;
}
.AnyTagClassName
{
color: #0536A3;
}
</style>
background-color css
<style>
a { background-color: #0536A3; }
a { background-color: rgb(5,54,163); }
div.DivClassName
{
background-color: #0536A3;
}
.BgClassName
{
background-color: #0536A3;
}
</style>
border-color css
<style>
span { border-color: #0536A3; }
span { border-color: rgb(5,54,163); }
td.TdClassName
{
border-color: #0536A3;
}
.TagClassName
{
border-color: #0536A3;
}
</style>