Html Css Color HEX #051BAA International Klein Blue
📋 copy color: '#051BAA'red 5 ◦ green 27 ◦ blue 170
Shades of International Klein Blue #051BAA
Tints of International Klein Blue #051BAA
RGB
CMYK
RGB Variations
Color information
#051BAA (or 0x051BAA) is known color: International Klein Blue. HEX triplet: 05, 1B and AA. RGB value is (5,27,170). Sum of RGB (Red+Green+Blue) = 5+27+170=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 170 (66.80% from 255 or 84.16% from 202); Max value from RGB is 170 - color contains mainly: blue. Hex color #051BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051BAA is #FAE455. Grayscale: #242424. Windows color (decimal): -16442454 or 11148037. OLE color: 11148037.
HSL color Cylindrical-coordinate representation of color #051BAA: hue angle of 232º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051BAA is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 27 | 170 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.33 |
| HSL | 232º | 0.94% | 0.34% | - |
| HSV(B) | 232º | 0.97% | 0.67% | - |
| XYZ | 7.71 | 3.72 | 38.34 | - |
| YUV | 36.72 | 203.21 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 170 | 0.97 | 0.84 | 0 | 0.33 | 232 | 0.94 | 0.34 |
| Hex | 5 | 1B | AA | 61 | 54 | 0 | 21 | E8 | 5E | 22 |
| Octal | 5 | 33 | 252 | 141 | 124 | 0 | 41 | 350 | 136 | 42 |
| Binary | 101 | 11011 | 10101010 | 1100001 | 1010100 | 0 | 100001 | 11101000 | 1011110 | 100010 |
Color Harmonies of #051BAA
Complementary color
Monochromatic Colors of #051BAA
Black with #051BAA
Text Example
Text Example
White with #051BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BAA; }
p { color: rgb(5,27,170); }
H1.HeaderClassName
{
color: #051BAA;
}
.AnyTagClassName
{
color: #051BAA;
}
</style>
background-color css
<style>
a { background-color: #051BAA; }
a { background-color: rgb(5,27,170); }
div.DivClassName
{
background-color: #051BAA;
}
.BgClassName
{
background-color: #051BAA;
}
</style>
border-color css
<style>
span { border-color: #051BAA; }
span { border-color: rgb(5,27,170); }
td.TdClassName
{
border-color: #051BAA;
}
.TagClassName
{
border-color: #051BAA;
}
</style>