Html Css Color HEX #051FA0 International Klein Blue
📋 copy color: '#051FA0'red 5 ◦ green 31 ◦ blue 160
Shades of International Klein Blue #051FA0
Tints of International Klein Blue #051FA0
RGB
CMYK
RGB Variations
Color information
#051FA0 (or 0x051FA0) is known color: International Klein Blue. HEX triplet: 05, 1F and A0. RGB value is (5,31,160). Sum of RGB (Red+Green+Blue) = 5+31+160=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 160 (62.89% from 255 or 81.63% from 196); Max value from RGB is 160 - color contains mainly: blue. Hex color #051FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051FA0 is #FAE05F. Grayscale: #252525. Windows color (decimal): -16441440 or 10493701. OLE color: 10493701.
HSL color Cylindrical-coordinate representation of color #051FA0: hue angle of 229.94º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051FA0 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 31 | 160 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.37 |
| HSL | 229.94º | 0.94% | 0.32% | - |
| HSV(B) | 229.94º | 0.97% | 0.63% | - |
| XYZ | 6.9 | 3.55 | 33.58 | - |
| YUV | 37.93 | 196.89 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 160 | 0.97 | 0.81 | 0 | 0.37 | 229.94 | 0.94 | 0.32 |
| Hex | 5 | 1F | A0 | 61 | 51 | 0 | 25 | E6 | 5E | 20 |
| Octal | 5 | 37 | 240 | 141 | 121 | 0 | 45 | 346 | 136 | 40 |
| Binary | 101 | 11111 | 10100000 | 1100001 | 1010001 | 0 | 100101 | 11100110 | 1011110 | 100000 |
Color Harmonies of #051FA0
Complementary color
Monochromatic Colors of #051FA0
Black with #051FA0
Text Example
Text Example
White with #051FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FA0; }
p { color: rgb(5,31,160); }
H1.HeaderClassName
{
color: #051FA0;
}
.AnyTagClassName
{
color: #051FA0;
}
</style>
background-color css
<style>
a { background-color: #051FA0; }
a { background-color: rgb(5,31,160); }
div.DivClassName
{
background-color: #051FA0;
}
.BgClassName
{
background-color: #051FA0;
}
</style>
border-color css
<style>
span { border-color: #051FA0; }
span { border-color: rgb(5,31,160); }
td.TdClassName
{
border-color: #051FA0;
}
.TagClassName
{
border-color: #051FA0;
}
</style>