Html Css Color HEX #051EA8 International Klein Blue
📋 copy color: '#051EA8'red 5 ◦ green 30 ◦ blue 168
Shades of International Klein Blue #051EA8
Tints of International Klein Blue #051EA8
RGB
CMYK
RGB Variations
Color information
#051EA8 (or 0x051EA8) is known color: International Klein Blue. HEX triplet: 05, 1E and A8. RGB value is (5,30,168). Sum of RGB (Red+Green+Blue) = 5+30+168=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 168 (66.02% from 255 or 82.76% from 203); Max value from RGB is 168 - color contains mainly: blue. Hex color #051EA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051EA8 is #FAE157. Grayscale: #252525. Windows color (decimal): -16441688 or 11017733. OLE color: 11017733.
HSL color Cylindrical-coordinate representation of color #051EA8: hue angle of 230.8º 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 #051EA8 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 30 | 168 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.34 |
| HSL | 230.8º | 0.94% | 0.34% | - |
| HSV(B) | 230.8º | 0.97% | 0.66% | - |
| XYZ | 7.59 | 3.79 | 37.38 | - |
| YUV | 38.26 | 201.22 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 168 | 0.97 | 0.82 | 0 | 0.34 | 230.8 | 0.94 | 0.34 |
| Hex | 5 | 1E | A8 | 61 | 52 | 0 | 22 | E7 | 5E | 22 |
| Octal | 5 | 36 | 250 | 141 | 122 | 0 | 42 | 347 | 136 | 42 |
| Binary | 101 | 11110 | 10101000 | 1100001 | 1010010 | 0 | 100010 | 11100111 | 1011110 | 100010 |
Color Harmonies of #051EA8
Complementary color
Monochromatic Colors of #051EA8
Black with #051EA8
Text Example
Text Example
White with #051EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051EA8; }
p { color: rgb(5,30,168); }
H1.HeaderClassName
{
color: #051EA8;
}
.AnyTagClassName
{
color: #051EA8;
}
</style>
background-color css
<style>
a { background-color: #051EA8; }
a { background-color: rgb(5,30,168); }
div.DivClassName
{
background-color: #051EA8;
}
.BgClassName
{
background-color: #051EA8;
}
</style>
border-color css
<style>
span { border-color: #051EA8; }
span { border-color: rgb(5,30,168); }
td.TdClassName
{
border-color: #051EA8;
}
.TagClassName
{
border-color: #051EA8;
}
</style>