Html Css Color HEX #051D99 International Klein Blue
📋 copy color: '#051D99'red 5 ◦ green 29 ◦ blue 153
Shades of International Klein Blue #051D99
Tints of International Klein Blue #051D99
RGB
CMYK
RGB Variations
Color information
#051D99 (or 0x051D99) is known color: International Klein Blue. HEX triplet: 05, 1D and 99. RGB value is (5,29,153). Sum of RGB (Red+Green+Blue) = 5+29+153=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #051D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051D99 is #FAE266. Grayscale: #232323. Windows color (decimal): -16441959 or 10034437. OLE color: 10034437.
HSL color Cylindrical-coordinate representation of color #051D99: hue angle of 230.27º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051D99 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 29 | 153 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.4 |
| HSL | 230.27º | 0.94% | 0.31% | - |
| HSV(B) | 230.27º | 0.97% | 0.6% | - |
| XYZ | 6.25 | 3.21 | 30.43 | - |
| YUV | 35.96 | 194.05 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 153 | 0.97 | 0.81 | 0 | 0.4 | 230.27 | 0.94 | 0.31 |
| Hex | 5 | 1D | 99 | 61 | 51 | 0 | 28 | E6 | 5E | 1F |
| Octal | 5 | 35 | 231 | 141 | 121 | 0 | 50 | 346 | 136 | 37 |
| Binary | 101 | 11101 | 10011001 | 1100001 | 1010001 | 0 | 101000 | 11100110 | 1011110 | 11111 |
Color Harmonies of #051D99
Complementary color
Monochromatic Colors of #051D99
Black with #051D99
Text Example
Text Example
White with #051D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D99; }
p { color: rgb(5,29,153); }
H1.HeaderClassName
{
color: #051D99;
}
.AnyTagClassName
{
color: #051D99;
}
</style>
background-color css
<style>
a { background-color: #051D99; }
a { background-color: rgb(5,29,153); }
div.DivClassName
{
background-color: #051D99;
}
.BgClassName
{
background-color: #051D99;
}
</style>
border-color css
<style>
span { border-color: #051D99; }
span { border-color: rgb(5,29,153); }
td.TdClassName
{
border-color: #051D99;
}
.TagClassName
{
border-color: #051D99;
}
</style>