Html Css Color HEX #0534AC International Klein Blue
📋 copy color: '#0534AC'red 5 ◦ green 52 ◦ blue 172
Shades of International Klein Blue #0534AC
Tints of International Klein Blue #0534AC
RGB
CMYK
RGB Variations
Color information
#0534AC (or 0x0534AC) is known color: International Klein Blue. HEX triplet: 05, 34 and AC. RGB value is (5,52,172). Sum of RGB (Red+Green+Blue) = 5+52+172=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #0534AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0534AC is #FACB53. Grayscale: #333333. Windows color (decimal): -16436052 or 11285509. OLE color: 11285509.
HSL color Cylindrical-coordinate representation of color #0534AC: hue angle of 223.11º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0534AC is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 52 | 172 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.33 |
| HSL | 223.11º | 0.94% | 0.35% | - |
| HSV(B) | 223.11º | 0.97% | 0.67% | - |
| XYZ | 8.74 | 5.47 | 39.62 | - |
| YUV | 51.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 172 | 0.97 | 0.70 | 0 | 0.33 | 223.11 | 0.94 | 0.35 |
| Hex | 5 | 34 | AC | 61 | 46 | 0 | 21 | DF | 5E | 23 |
| Octal | 5 | 64 | 254 | 141 | 106 | 0 | 41 | 337 | 136 | 43 |
| Binary | 101 | 110100 | 10101100 | 1100001 | 1000110 | 0 | 100001 | 11011111 | 1011110 | 100011 |
Color Harmonies of #0534AC
Complementary color
Monochromatic Colors of #0534AC
Black with #0534AC
Text Example
Text Example
White with #0534AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534AC; }
p { color: rgb(5,52,172); }
H1.HeaderClassName
{
color: #0534AC;
}
.AnyTagClassName
{
color: #0534AC;
}
</style>
background-color css
<style>
a { background-color: #0534AC; }
a { background-color: rgb(5,52,172); }
div.DivClassName
{
background-color: #0534AC;
}
.BgClassName
{
background-color: #0534AC;
}
</style>
border-color css
<style>
span { border-color: #0534AC; }
span { border-color: rgb(5,52,172); }
td.TdClassName
{
border-color: #0534AC;
}
.TagClassName
{
border-color: #0534AC;
}
</style>