Html Css Color HEX #051AAC International Klein Blue
📋 copy color: '#051AAC'red 5 ◦ green 26 ◦ blue 172
Shades of International Klein Blue #051AAC
Tints of International Klein Blue #051AAC
RGB
CMYK
RGB Variations
Color information
#051AAC (or 0x051AAC) is known color: International Klein Blue. HEX triplet: 05, 1A and AC. RGB value is (5,26,172). Sum of RGB (Red+Green+Blue) = 5+26+172=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #051AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051AAC is #FAE553. Grayscale: #232323. Windows color (decimal): -16442708 or 11278853. OLE color: 11278853.
HSL color Cylindrical-coordinate representation of color #051AAC: hue angle of 232.46º 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 #051AAC is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 26 | 172 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.33 |
| HSL | 232.46º | 0.94% | 0.35% | - |
| HSV(B) | 232.46º | 0.97% | 0.67% | - |
| XYZ | 7.88 | 3.75 | 39.34 | - |
| YUV | 36.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 172 | 0.97 | 0.85 | 0 | 0.33 | 232.46 | 0.94 | 0.35 |
| Hex | 5 | 1A | AC | 61 | 55 | 0 | 21 | E8 | 5E | 23 |
| Octal | 5 | 32 | 254 | 141 | 125 | 0 | 41 | 350 | 136 | 43 |
| Binary | 101 | 11010 | 10101100 | 1100001 | 1010101 | 0 | 100001 | 11101000 | 1011110 | 100011 |
Color Harmonies of #051AAC
Complementary color
Monochromatic Colors of #051AAC
Black with #051AAC
Text Example
Text Example
White with #051AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AAC; }
p { color: rgb(5,26,172); }
H1.HeaderClassName
{
color: #051AAC;
}
.AnyTagClassName
{
color: #051AAC;
}
</style>
background-color css
<style>
a { background-color: #051AAC; }
a { background-color: rgb(5,26,172); }
div.DivClassName
{
background-color: #051AAC;
}
.BgClassName
{
background-color: #051AAC;
}
</style>
border-color css
<style>
span { border-color: #051AAC; }
span { border-color: rgb(5,26,172); }
td.TdClassName
{
border-color: #051AAC;
}
.TagClassName
{
border-color: #051AAC;
}
</style>