Html Css Color HEX #051AAF International Klein Blue
📋 copy color: '#051AAF'red 5 ◦ green 26 ◦ blue 175
Shades of International Klein Blue #051AAF
Tints of International Klein Blue #051AAF
RGB
CMYK
RGB Variations
Color information
#051AAF (or 0x051AAF) is known color: International Klein Blue. HEX triplet: 05, 1A and AF. RGB value is (5,26,175). Sum of RGB (Red+Green+Blue) = 5+26+175=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 175 (68.75% from 255 or 84.95% from 206); Max value from RGB is 175 - color contains mainly: blue. Hex color #051AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051AAF is #FAE550. Grayscale: #242424. Windows color (decimal): -16442705 or 11475461. OLE color: 11475461.
HSL color Cylindrical-coordinate representation of color #051AAF: hue angle of 232.59º 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 #051AAF is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 26 | 175 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.31 |
| HSL | 232.59º | 0.94% | 0.35% | - |
| HSV(B) | 232.59º | 0.97% | 0.69% | - |
| XYZ | 8.17 | 3.87 | 40.87 | - |
| YUV | 36.71 | 206.04 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 175 | 0.97 | 0.85 | 0 | 0.31 | 232.59 | 0.94 | 0.35 |
| Hex | 5 | 1A | AF | 61 | 55 | 0 | 1F | E9 | 5E | 23 |
| Octal | 5 | 32 | 257 | 141 | 125 | 0 | 37 | 351 | 136 | 43 |
| Binary | 101 | 11010 | 10101111 | 1100001 | 1010101 | 0 | 11111 | 11101001 | 1011110 | 100011 |
Color Harmonies of #051AAF
Complementary color
Monochromatic Colors of #051AAF
Black with #051AAF
Text Example
Text Example
White with #051AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AAF; }
p { color: rgb(5,26,175); }
H1.HeaderClassName
{
color: #051AAF;
}
.AnyTagClassName
{
color: #051AAF;
}
</style>
background-color css
<style>
a { background-color: #051AAF; }
a { background-color: rgb(5,26,175); }
div.DivClassName
{
background-color: #051AAF;
}
.BgClassName
{
background-color: #051AAF;
}
</style>
border-color css
<style>
span { border-color: #051AAF; }
span { border-color: rgb(5,26,175); }
td.TdClassName
{
border-color: #051AAF;
}
.TagClassName
{
border-color: #051AAF;
}
</style>