Html Css Color HEX #051D9A International Klein Blue
📋 copy color: '#051D9A'red 5 ◦ green 29 ◦ blue 154
Shades of International Klein Blue #051D9A
Tints of International Klein Blue #051D9A
RGB
CMYK
RGB Variations
Color information
#051D9A (or 0x051D9A) is known color: International Klein Blue. HEX triplet: 05, 1D and 9A. RGB value is (5,29,154). Sum of RGB (Red+Green+Blue) = 5+29+154=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 154 (60.55% from 255 or 81.91% from 188); Max value from RGB is 154 - color contains mainly: blue. Hex color #051D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051D9A is #FAE265. Grayscale: #232323. Windows color (decimal): -16441958 or 10099973. OLE color: 10099973.
HSL color Cylindrical-coordinate representation of color #051D9A: hue angle of 230.34º 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 #051D9A is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 29 | 154 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.40 |
| HSL | 230.34º | 0.94% | 0.31% | - |
| HSV(B) | 230.34º | 0.97% | 0.6% | - |
| XYZ | 6.33 | 3.24 | 30.86 | - |
| YUV | 36.07 | 194.55 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 154 | 0.97 | 0.81 | 0 | 0.40 | 230.34 | 0.94 | 0.31 |
| Hex | 5 | 1D | 9A | 61 | 51 | 0 | 28 | E6 | 5E | 1F |
| Octal | 5 | 35 | 232 | 141 | 121 | 0 | 50 | 346 | 136 | 37 |
| Binary | 101 | 11101 | 10011010 | 1100001 | 1010001 | 0 | 101000 | 11100110 | 1011110 | 11111 |
Color Harmonies of #051D9A
Complementary color
Monochromatic Colors of #051D9A
Black with #051D9A
Text Example
Text Example
White with #051D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D9A; }
p { color: rgb(5,29,154); }
H1.HeaderClassName
{
color: #051D9A;
}
.AnyTagClassName
{
color: #051D9A;
}
</style>
background-color css
<style>
a { background-color: #051D9A; }
a { background-color: rgb(5,29,154); }
div.DivClassName
{
background-color: #051D9A;
}
.BgClassName
{
background-color: #051D9A;
}
</style>
border-color css
<style>
span { border-color: #051D9A; }
span { border-color: rgb(5,29,154); }
td.TdClassName
{
border-color: #051D9A;
}
.TagClassName
{
border-color: #051D9A;
}
</style>