Html Css Color HEX #051AB8 International Klein Blue
📋 copy color: '#051AB8'red 5 ◦ green 26 ◦ blue 184
Shades of International Klein Blue #051AB8
Tints of International Klein Blue #051AB8
RGB
CMYK
RGB Variations
Color information
#051AB8 (or 0x051AB8) is known color: International Klein Blue. HEX triplet: 05, 1A and B8. RGB value is (5,26,184). Sum of RGB (Red+Green+Blue) = 5+26+184=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 184 (72.27% from 255 or 85.58% from 215); Max value from RGB is 184 - color contains mainly: blue. Hex color #051AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051AB8 is #FAE547. Grayscale: #252525. Windows color (decimal): -16442696 or 12065285. OLE color: 12065285.
HSL color Cylindrical-coordinate representation of color #051AB8: hue angle of 232.96º 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 #051AB8 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 26 | 184 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.28 |
| HSL | 232.96º | 0.95% | 0.37% | - |
| HSV(B) | 232.96º | 0.97% | 0.72% | - |
| XYZ | 9.08 | 4.23 | 45.69 | - |
| YUV | 37.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 184 | 0.97 | 0.86 | 0 | 0.28 | 232.96 | 0.95 | 0.37 |
| Hex | 5 | 1A | B8 | 61 | 56 | 0 | 1C | E9 | 5F | 25 |
| Octal | 5 | 32 | 270 | 141 | 126 | 0 | 34 | 351 | 137 | 45 |
| Binary | 101 | 11010 | 10111000 | 1100001 | 1010110 | 0 | 11100 | 11101001 | 1011111 | 100101 |
Color Harmonies of #051AB8
Complementary color
Monochromatic Colors of #051AB8
Black with #051AB8
Text Example
Text Example
White with #051AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051AB8; }
p { color: rgb(5,26,184); }
H1.HeaderClassName
{
color: #051AB8;
}
.AnyTagClassName
{
color: #051AB8;
}
</style>
background-color css
<style>
a { background-color: #051AB8; }
a { background-color: rgb(5,26,184); }
div.DivClassName
{
background-color: #051AB8;
}
.BgClassName
{
background-color: #051AB8;
}
</style>
border-color css
<style>
span { border-color: #051AB8; }
span { border-color: rgb(5,26,184); }
td.TdClassName
{
border-color: #051AB8;
}
.TagClassName
{
border-color: #051AB8;
}
</style>