Html Css Color HEX #0534BA International Klein Blue
📋 copy color: '#0534BA'red 5 ◦ green 52 ◦ blue 186
Shades of International Klein Blue #0534BA
Tints of International Klein Blue #0534BA
RGB
CMYK
RGB Variations
Color information
#0534BA (or 0x0534BA) is known color: International Klein Blue. HEX triplet: 05, 34 and BA. RGB value is (5,52,186). Sum of RGB (Red+Green+Blue) = 5+52+186=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #0534BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0534BA is #FACB45. Grayscale: #343434. Windows color (decimal): -16436038 or 12203013. OLE color: 12203013.
HSL color Cylindrical-coordinate representation of color #0534BA: hue angle of 224.42º 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 #0534BA is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 52 | 186 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.27 |
| HSL | 224.42º | 0.95% | 0.37% | - |
| HSV(B) | 224.42º | 0.97% | 0.73% | - |
| XYZ | 10.15 | 6.03 | 47.08 | - |
| YUV | 53.22 | 202.93 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 186 | 0.97 | 0.72 | 0 | 0.27 | 224.42 | 0.95 | 0.37 |
| Hex | 5 | 34 | BA | 61 | 48 | 0 | 1B | E0 | 5F | 25 |
| Octal | 5 | 64 | 272 | 141 | 110 | 0 | 33 | 340 | 137 | 45 |
| Binary | 101 | 110100 | 10111010 | 1100001 | 1001000 | 0 | 11011 | 11100000 | 1011111 | 100101 |
Color Harmonies of #0534BA
Complementary color
Monochromatic Colors of #0534BA
Black with #0534BA
Text Example
Text Example
White with #0534BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534BA; }
p { color: rgb(5,52,186); }
H1.HeaderClassName
{
color: #0534BA;
}
.AnyTagClassName
{
color: #0534BA;
}
</style>
background-color css
<style>
a { background-color: #0534BA; }
a { background-color: rgb(5,52,186); }
div.DivClassName
{
background-color: #0534BA;
}
.BgClassName
{
background-color: #0534BA;
}
</style>
border-color css
<style>
span { border-color: #0534BA; }
span { border-color: rgb(5,52,186); }
td.TdClassName
{
border-color: #0534BA;
}
.TagClassName
{
border-color: #0534BA;
}
</style>