Html Css Color HEX #051DB6 International Klein Blue
📋 copy color: '#051DB6'red 5 ◦ green 29 ◦ blue 182
Shades of International Klein Blue #051DB6
Tints of International Klein Blue #051DB6
RGB
CMYK
RGB Variations
Color information
#051DB6 (or 0x051DB6) is known color: International Klein Blue. HEX triplet: 05, 1D and B6. RGB value is (5,29,182). Sum of RGB (Red+Green+Blue) = 5+29+182=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 182 (71.48% from 255 or 84.26% from 216); Max value from RGB is 182 - color contains mainly: blue. Hex color #051DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DB6 is #FAE249. Grayscale: #262626. Windows color (decimal): -16441930 or 11934981. OLE color: 11934981.
HSL color Cylindrical-coordinate representation of color #051DB6: hue angle of 231.86º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051DB6 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 29 | 182 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.29 |
| HSL | 231.86º | 0.95% | 0.37% | - |
| HSV(B) | 231.86º | 0.97% | 0.71% | - |
| XYZ | 8.95 | 4.29 | 44.61 | - |
| YUV | 39.27 | 208.55 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 182 | 0.97 | 0.84 | 0 | 0.29 | 231.86 | 0.95 | 0.37 |
| Hex | 5 | 1D | B6 | 61 | 54 | 0 | 1D | E8 | 5F | 25 |
| Octal | 5 | 35 | 266 | 141 | 124 | 0 | 35 | 350 | 137 | 45 |
| Binary | 101 | 11101 | 10110110 | 1100001 | 1010100 | 0 | 11101 | 11101000 | 1011111 | 100101 |
Color Harmonies of #051DB6
Complementary color
Monochromatic Colors of #051DB6
Black with #051DB6
Text Example
Text Example
White with #051DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051DB6; }
p { color: rgb(5,29,182); }
H1.HeaderClassName
{
color: #051DB6;
}
.AnyTagClassName
{
color: #051DB6;
}
</style>
background-color css
<style>
a { background-color: #051DB6; }
a { background-color: rgb(5,29,182); }
div.DivClassName
{
background-color: #051DB6;
}
.BgClassName
{
background-color: #051DB6;
}
</style>
border-color css
<style>
span { border-color: #051DB6; }
span { border-color: rgb(5,29,182); }
td.TdClassName
{
border-color: #051DB6;
}
.TagClassName
{
border-color: #051DB6;
}
</style>