Html Css Color HEX #051DA0 International Klein Blue
📋 copy color: '#051DA0'red 5 ◦ green 29 ◦ blue 160
Shades of International Klein Blue #051DA0
Tints of International Klein Blue #051DA0
RGB
CMYK
RGB Variations
Color information
#051DA0 (or 0x051DA0) is known color: International Klein Blue. HEX triplet: 05, 1D and A0. RGB value is (5,29,160). Sum of RGB (Red+Green+Blue) = 5+29+160=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 160 (62.89% from 255 or 82.47% from 194); Max value from RGB is 160 - color contains mainly: blue. Hex color #051DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DA0 is #FAE25F. Grayscale: #242424. Windows color (decimal): -16441952 or 10493189. OLE color: 10493189.
HSL color Cylindrical-coordinate representation of color #051DA0: hue angle of 230.71º 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 #051DA0 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 29 | 160 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.37 |
| HSL | 230.71º | 0.94% | 0.32% | - |
| HSV(B) | 230.71º | 0.97% | 0.63% | - |
| XYZ | 6.85 | 3.45 | 33.56 | - |
| YUV | 36.76 | 197.55 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 160 | 0.97 | 0.82 | 0 | 0.37 | 230.71 | 0.94 | 0.32 |
| Hex | 5 | 1D | A0 | 61 | 52 | 0 | 25 | E7 | 5E | 20 |
| Octal | 5 | 35 | 240 | 141 | 122 | 0 | 45 | 347 | 136 | 40 |
| Binary | 101 | 11101 | 10100000 | 1100001 | 1010010 | 0 | 100101 | 11100111 | 1011110 | 100000 |
Color Harmonies of #051DA0
Complementary color
Monochromatic Colors of #051DA0
Black with #051DA0
Text Example
Text Example
White with #051DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DA0; }
p { color: rgb(5,29,160); }
H1.HeaderClassName
{
color: #051DA0;
}
.AnyTagClassName
{
color: #051DA0;
}
</style>
background-color css
<style>
a { background-color: #051DA0; }
a { background-color: rgb(5,29,160); }
div.DivClassName
{
background-color: #051DA0;
}
.BgClassName
{
background-color: #051DA0;
}
</style>
border-color css
<style>
span { border-color: #051DA0; }
span { border-color: rgb(5,29,160); }
td.TdClassName
{
border-color: #051DA0;
}
.TagClassName
{
border-color: #051DA0;
}
</style>