Html Css Color HEX #0535BC International Klein Blue
📋 copy color: '#0535BC'red 5 ◦ green 53 ◦ blue 188
Shades of International Klein Blue #0535BC
Tints of International Klein Blue #0535BC
RGB
CMYK
RGB Variations
Color information
#0535BC (or 0x0535BC) is known color: International Klein Blue. HEX triplet: 05, 35 and BC. RGB value is (5,53,188). Sum of RGB (Red+Green+Blue) = 5+53+188=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #0535BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535BC is #FACA43. Grayscale: #353535. Windows color (decimal): -16435780 or 12334341. OLE color: 12334341.
HSL color Cylindrical-coordinate representation of color #0535BC: hue angle of 224.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0535BC is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 53 | 188 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.26 |
| HSL | 224.26º | 0.95% | 0.38% | - |
| HSV(B) | 224.26º | 0.97% | 0.74% | - |
| XYZ | 10.41 | 6.21 | 48.23 | - |
| YUV | 54.04 | 203.6 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 188 | 0.97 | 0.72 | 0 | 0.26 | 224.26 | 0.95 | 0.38 |
| Hex | 5 | 35 | BC | 61 | 48 | 0 | 1A | E0 | 5F | 26 |
| Octal | 5 | 65 | 274 | 141 | 110 | 0 | 32 | 340 | 137 | 46 |
| Binary | 101 | 110101 | 10111100 | 1100001 | 1001000 | 0 | 11010 | 11100000 | 1011111 | 100110 |
Color Harmonies of #0535BC
Complementary color
Monochromatic Colors of #0535BC
Black with #0535BC
Text Example
Text Example
White with #0535BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535BC; }
p { color: rgb(5,53,188); }
H1.HeaderClassName
{
color: #0535BC;
}
.AnyTagClassName
{
color: #0535BC;
}
</style>
background-color css
<style>
a { background-color: #0535BC; }
a { background-color: rgb(5,53,188); }
div.DivClassName
{
background-color: #0535BC;
}
.BgClassName
{
background-color: #0535BC;
}
</style>
border-color css
<style>
span { border-color: #0535BC; }
span { border-color: rgb(5,53,188); }
td.TdClassName
{
border-color: #0535BC;
}
.TagClassName
{
border-color: #0535BC;
}
</style>