Html Css Color HEX #051B97 International Klein Blue
📋 copy color: '#051B97'red 5 ◦ green 27 ◦ blue 151
Shades of International Klein Blue #051B97
Tints of International Klein Blue #051B97
RGB
CMYK
RGB Variations
Color information
#051B97 (or 0x051B97) is known color: International Klein Blue. HEX triplet: 05, 1B and 97. RGB value is (5,27,151). Sum of RGB (Red+Green+Blue) = 5+27+151=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 151 (59.38% from 255 or 82.51% from 183); Max value from RGB is 151 - color contains mainly: blue. Hex color #051B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B97 is #FAE468. Grayscale: #222222. Windows color (decimal): -16442473 or 9902853. OLE color: 9902853.
HSL color Cylindrical-coordinate representation of color #051B97: hue angle of 230.96º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051B97 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 27 | 151 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.41 |
| HSL | 230.96º | 0.94% | 0.31% | - |
| HSV(B) | 230.96º | 0.97% | 0.59% | - |
| XYZ | 6.04 | 3.05 | 29.55 | - |
| YUV | 34.56 | 193.71 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 151 | 0.97 | 0.82 | 0 | 0.41 | 230.96 | 0.94 | 0.31 |
| Hex | 5 | 1B | 97 | 61 | 52 | 0 | 29 | E7 | 5E | 1F |
| Octal | 5 | 33 | 227 | 141 | 122 | 0 | 51 | 347 | 136 | 37 |
| Binary | 101 | 11011 | 10010111 | 1100001 | 1010010 | 0 | 101001 | 11100111 | 1011110 | 11111 |
Color Harmonies of #051B97
Complementary color
Monochromatic Colors of #051B97
Black with #051B97
Text Example
Text Example
White with #051B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B97; }
p { color: rgb(5,27,151); }
H1.HeaderClassName
{
color: #051B97;
}
.AnyTagClassName
{
color: #051B97;
}
</style>
background-color css
<style>
a { background-color: #051B97; }
a { background-color: rgb(5,27,151); }
div.DivClassName
{
background-color: #051B97;
}
.BgClassName
{
background-color: #051B97;
}
</style>
border-color css
<style>
span { border-color: #051B97; }
span { border-color: rgb(5,27,151); }
td.TdClassName
{
border-color: #051B97;
}
.TagClassName
{
border-color: #051B97;
}
</style>