Html Css Color HEX #051BB7 International Klein Blue
📋 copy color: '#051BB7'red 5 ◦ green 27 ◦ blue 183
Shades of International Klein Blue #051BB7
Tints of International Klein Blue #051BB7
RGB
CMYK
RGB Variations
Color information
#051BB7 (or 0x051BB7) is known color: International Klein Blue. HEX triplet: 05, 1B and B7. RGB value is (5,27,183). Sum of RGB (Red+Green+Blue) = 5+27+183=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 183 (71.88% from 255 or 85.12% from 215); Max value from RGB is 183 - color contains mainly: blue. Hex color #051BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BB7 is #FAE448. Grayscale: #252525. Windows color (decimal): -16442441 or 12000005. OLE color: 12000005.
HSL color Cylindrical-coordinate representation of color #051BB7: hue angle of 232.58º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051BB7 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 27 | 183 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.28 |
| HSL | 232.58º | 0.95% | 0.37% | - |
| HSV(B) | 232.58º | 0.97% | 0.72% | - |
| XYZ | 9 | 4.24 | 45.14 | - |
| YUV | 38.21 | 209.71 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 183 | 0.97 | 0.85 | 0 | 0.28 | 232.58 | 0.95 | 0.37 |
| Hex | 5 | 1B | B7 | 61 | 55 | 0 | 1C | E9 | 5F | 25 |
| Octal | 5 | 33 | 267 | 141 | 125 | 0 | 34 | 351 | 137 | 45 |
| Binary | 101 | 11011 | 10110111 | 1100001 | 1010101 | 0 | 11100 | 11101001 | 1011111 | 100101 |
Color Harmonies of #051BB7
Complementary color
Monochromatic Colors of #051BB7
Black with #051BB7
Text Example
Text Example
White with #051BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BB7; }
p { color: rgb(5,27,183); }
H1.HeaderClassName
{
color: #051BB7;
}
.AnyTagClassName
{
color: #051BB7;
}
</style>
background-color css
<style>
a { background-color: #051BB7; }
a { background-color: rgb(5,27,183); }
div.DivClassName
{
background-color: #051BB7;
}
.BgClassName
{
background-color: #051BB7;
}
</style>
border-color css
<style>
span { border-color: #051BB7; }
span { border-color: rgb(5,27,183); }
td.TdClassName
{
border-color: #051BB7;
}
.TagClassName
{
border-color: #051BB7;
}
</style>