Html Css Color HEX #051AA8 International Klein Blue
📋 copy color: '#051AA8'red 5 ◦ green 26 ◦ blue 168
Shades of International Klein Blue #051AA8
Tints of International Klein Blue #051AA8
RGB
CMYK
RGB Variations
Color information
#051AA8 (or 0x051AA8) is known color: International Klein Blue. HEX triplet: 05, 1A and A8. RGB value is (5,26,168). Sum of RGB (Red+Green+Blue) = 5+26+168=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 168 (66.02% from 255 or 84.42% from 199); Max value from RGB is 168 - color contains mainly: blue. Hex color #051AA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051AA8 is #FAE557. Grayscale: #232323. Windows color (decimal): -16442712 or 11016709. OLE color: 11016709.
HSL color Cylindrical-coordinate representation of color #051AA8: hue angle of 232.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051AA8 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 26 | 168 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.34 |
| HSL | 232.27º | 0.94% | 0.34% | - |
| HSV(B) | 232.27º | 0.97% | 0.66% | - |
| XYZ | 7.5 | 3.6 | 37.35 | - |
| YUV | 35.91 | 202.54 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 168 | 0.97 | 0.85 | 0 | 0.34 | 232.27 | 0.94 | 0.34 |
| Hex | 5 | 1A | A8 | 61 | 55 | 0 | 22 | E8 | 5E | 22 |
| Octal | 5 | 32 | 250 | 141 | 125 | 0 | 42 | 350 | 136 | 42 |
| Binary | 101 | 11010 | 10101000 | 1100001 | 1010101 | 0 | 100010 | 11101000 | 1011110 | 100010 |
Color Harmonies of #051AA8
Complementary color
Monochromatic Colors of #051AA8
Black with #051AA8
Text Example
Text Example
White with #051AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AA8; }
p { color: rgb(5,26,168); }
H1.HeaderClassName
{
color: #051AA8;
}
.AnyTagClassName
{
color: #051AA8;
}
</style>
background-color css
<style>
a { background-color: #051AA8; }
a { background-color: rgb(5,26,168); }
div.DivClassName
{
background-color: #051AA8;
}
.BgClassName
{
background-color: #051AA8;
}
</style>
border-color css
<style>
span { border-color: #051AA8; }
span { border-color: rgb(5,26,168); }
td.TdClassName
{
border-color: #051AA8;
}
.TagClassName
{
border-color: #051AA8;
}
</style>