Html Css Color HEX #0534B0 International Klein Blue
📋 copy color: '#0534B0'red 5 ◦ green 52 ◦ blue 176
Shades of International Klein Blue #0534B0
Tints of International Klein Blue #0534B0
RGB
CMYK
RGB Variations
Color information
#0534B0 (or 0x0534B0) is known color: International Klein Blue. HEX triplet: 05, 34 and B0. RGB value is (5,52,176). Sum of RGB (Red+Green+Blue) = 5+52+176=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 176 (69.14% from 255 or 75.54% from 233); Max value from RGB is 176 - color contains mainly: blue. Hex color #0534B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0534B0 is #FACB4F. Grayscale: #333333. Windows color (decimal): -16436048 or 11547653. OLE color: 11547653.
HSL color Cylindrical-coordinate representation of color #0534B0: hue angle of 223.51º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0534B0 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 52 | 176 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.31 |
| HSL | 223.51º | 0.94% | 0.35% | - |
| HSV(B) | 223.51º | 0.97% | 0.69% | - |
| XYZ | 9.13 | 5.62 | 41.68 | - |
| YUV | 52.08 | 197.93 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 176 | 0.97 | 0.70 | 0 | 0.31 | 223.51 | 0.94 | 0.35 |
| Hex | 5 | 34 | B0 | 61 | 46 | 0 | 1F | E0 | 5E | 23 |
| Octal | 5 | 64 | 260 | 141 | 106 | 0 | 37 | 340 | 136 | 43 |
| Binary | 101 | 110100 | 10110000 | 1100001 | 1000110 | 0 | 11111 | 11100000 | 1011110 | 100011 |
Color Harmonies of #0534B0
Complementary color
Monochromatic Colors of #0534B0
Black with #0534B0
Text Example
Text Example
White with #0534B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534B0; }
p { color: rgb(5,52,176); }
H1.HeaderClassName
{
color: #0534B0;
}
.AnyTagClassName
{
color: #0534B0;
}
</style>
background-color css
<style>
a { background-color: #0534B0; }
a { background-color: rgb(5,52,176); }
div.DivClassName
{
background-color: #0534B0;
}
.BgClassName
{
background-color: #0534B0;
}
</style>
border-color css
<style>
span { border-color: #0534B0; }
span { border-color: rgb(5,52,176); }
td.TdClassName
{
border-color: #0534B0;
}
.TagClassName
{
border-color: #0534B0;
}
</style>