Html Css Color HEX #051BAE International Klein Blue
📋 copy color: '#051BAE'red 5 ◦ green 27 ◦ blue 174
Shades of International Klein Blue #051BAE
Tints of International Klein Blue #051BAE
RGB
CMYK
RGB Variations
Color information
#051BAE (or 0x051BAE) is known color: International Klein Blue. HEX triplet: 05, 1B and AE. RGB value is (5,27,174). Sum of RGB (Red+Green+Blue) = 5+27+174=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 174 (68.36% from 255 or 84.47% from 206); Max value from RGB is 174 - color contains mainly: blue. Hex color #051BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051BAE is #FAE451. Grayscale: #242424. Windows color (decimal): -16442450 or 11410181. OLE color: 11410181.
HSL color Cylindrical-coordinate representation of color #051BAE: hue angle of 232.19º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051BAE is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 27 | 174 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.32 |
| HSL | 232.19º | 0.94% | 0.35% | - |
| HSV(B) | 232.19º | 0.97% | 0.68% | - |
| XYZ | 8.09 | 3.87 | 40.37 | - |
| YUV | 37.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 174 | 0.97 | 0.84 | 0 | 0.32 | 232.19 | 0.94 | 0.35 |
| Hex | 5 | 1B | AE | 61 | 54 | 0 | 20 | E8 | 5E | 23 |
| Octal | 5 | 33 | 256 | 141 | 124 | 0 | 40 | 350 | 136 | 43 |
| Binary | 101 | 11011 | 10101110 | 1100001 | 1010100 | 0 | 100000 | 11101000 | 1011110 | 100011 |
Color Harmonies of #051BAE
Complementary color
Monochromatic Colors of #051BAE
Black with #051BAE
Text Example
Text Example
White with #051BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BAE; }
p { color: rgb(5,27,174); }
H1.HeaderClassName
{
color: #051BAE;
}
.AnyTagClassName
{
color: #051BAE;
}
</style>
background-color css
<style>
a { background-color: #051BAE; }
a { background-color: rgb(5,27,174); }
div.DivClassName
{
background-color: #051BAE;
}
.BgClassName
{
background-color: #051BAE;
}
</style>
border-color css
<style>
span { border-color: #051BAE; }
span { border-color: rgb(5,27,174); }
td.TdClassName
{
border-color: #051BAE;
}
.TagClassName
{
border-color: #051BAE;
}
</style>