Html Css Color HEX #051AB1 International Klein Blue
📋 copy color: '#051AB1'red 5 ◦ green 26 ◦ blue 177
Shades of International Klein Blue #051AB1
Tints of International Klein Blue #051AB1
RGB
CMYK
RGB Variations
Color information
#051AB1 (or 0x051AB1) is known color: International Klein Blue. HEX triplet: 05, 1A and B1. RGB value is (5,26,177). Sum of RGB (Red+Green+Blue) = 5+26+177=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 177 (69.53% from 255 or 85.10% from 208); Max value from RGB is 177 - color contains mainly: blue. Hex color #051AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051AB1 is #FAE54E. Grayscale: #242424. Windows color (decimal): -16442703 or 11606533. OLE color: 11606533.
HSL color Cylindrical-coordinate representation of color #051AB1: hue angle of 232.67º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051AB1 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 26 | 177 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.31 |
| HSL | 232.67º | 0.95% | 0.36% | - |
| HSV(B) | 232.67º | 0.97% | 0.69% | - |
| XYZ | 8.37 | 3.95 | 41.92 | - |
| YUV | 36.94 | 207.04 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 177 | 0.97 | 0.85 | 0 | 0.31 | 232.67 | 0.95 | 0.36 |
| Hex | 5 | 1A | B1 | 61 | 55 | 0 | 1F | E9 | 5F | 24 |
| Octal | 5 | 32 | 261 | 141 | 125 | 0 | 37 | 351 | 137 | 44 |
| Binary | 101 | 11010 | 10110001 | 1100001 | 1010101 | 0 | 11111 | 11101001 | 1011111 | 100100 |
Color Harmonies of #051AB1
Complementary color
Monochromatic Colors of #051AB1
Black with #051AB1
Text Example
Text Example
White with #051AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AB1; }
p { color: rgb(5,26,177); }
H1.HeaderClassName
{
color: #051AB1;
}
.AnyTagClassName
{
color: #051AB1;
}
</style>
background-color css
<style>
a { background-color: #051AB1; }
a { background-color: rgb(5,26,177); }
div.DivClassName
{
background-color: #051AB1;
}
.BgClassName
{
background-color: #051AB1;
}
</style>
border-color css
<style>
span { border-color: #051AB1; }
span { border-color: rgb(5,26,177); }
td.TdClassName
{
border-color: #051AB1;
}
.TagClassName
{
border-color: #051AB1;
}
</style>