Html Css Color HEX #051BA8 International Klein Blue
📋 copy color: '#051BA8'red 5 ◦ green 27 ◦ blue 168
Shades of International Klein Blue #051BA8
Tints of International Klein Blue #051BA8
RGB
CMYK
RGB Variations
Color information
#051BA8 (or 0x051BA8) is known color: International Klein Blue. HEX triplet: 05, 1B and A8. RGB value is (5,27,168). Sum of RGB (Red+Green+Blue) = 5+27+168=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 168 (66.02% from 255 or 84% from 200); Max value from RGB is 168 - color contains mainly: blue. Hex color #051BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051BA8 is #FAE457. Grayscale: #232323. Windows color (decimal): -16442456 or 11016965. OLE color: 11016965.
HSL color Cylindrical-coordinate representation of color #051BA8: hue angle of 231.9º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051BA8 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 27 | 168 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.34 |
| HSL | 231.9º | 0.94% | 0.34% | - |
| HSV(B) | 231.9º | 0.97% | 0.66% | - |
| XYZ | 7.52 | 3.64 | 37.35 | - |
| YUV | 36.5 | 202.21 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 168 | 0.97 | 0.84 | 0 | 0.34 | 231.9 | 0.94 | 0.34 |
| Hex | 5 | 1B | A8 | 61 | 54 | 0 | 22 | E8 | 5E | 22 |
| Octal | 5 | 33 | 250 | 141 | 124 | 0 | 42 | 350 | 136 | 42 |
| Binary | 101 | 11011 | 10101000 | 1100001 | 1010100 | 0 | 100010 | 11101000 | 1011110 | 100010 |
Color Harmonies of #051BA8
Complementary color
Monochromatic Colors of #051BA8
Black with #051BA8
Text Example
Text Example
White with #051BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BA8; }
p { color: rgb(5,27,168); }
H1.HeaderClassName
{
color: #051BA8;
}
.AnyTagClassName
{
color: #051BA8;
}
</style>
background-color css
<style>
a { background-color: #051BA8; }
a { background-color: rgb(5,27,168); }
div.DivClassName
{
background-color: #051BA8;
}
.BgClassName
{
background-color: #051BA8;
}
</style>
border-color css
<style>
span { border-color: #051BA8; }
span { border-color: rgb(5,27,168); }
td.TdClassName
{
border-color: #051BA8;
}
.TagClassName
{
border-color: #051BA8;
}
</style>