Html Css Color HEX #051BA7 International Klein Blue
📋 copy color: '#051BA7'red 5 ◦ green 27 ◦ blue 167
Shades of International Klein Blue #051BA7
Tints of International Klein Blue #051BA7
RGB
CMYK
RGB Variations
Color information
#051BA7 (or 0x051BA7) is known color: International Klein Blue. HEX triplet: 05, 1B and A7. RGB value is (5,27,167). Sum of RGB (Red+Green+Blue) = 5+27+167=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 167 (65.62% from 255 or 83.92% from 199); Max value from RGB is 167 - color contains mainly: blue. Hex color #051BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051BA7 is #FAE458. Grayscale: #232323. Windows color (decimal): -16442457 or 10951429. OLE color: 10951429.
HSL color Cylindrical-coordinate representation of color #051BA7: hue angle of 231.85º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051BA7 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 27 | 167 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.35 |
| HSL | 231.85º | 0.94% | 0.34% | - |
| HSV(B) | 231.85º | 0.97% | 0.65% | - |
| XYZ | 7.43 | 3.61 | 36.86 | - |
| YUV | 36.38 | 201.71 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 167 | 0.97 | 0.84 | 0 | 0.35 | 231.85 | 0.94 | 0.34 |
| Hex | 5 | 1B | A7 | 61 | 54 | 0 | 23 | E8 | 5E | 22 |
| Octal | 5 | 33 | 247 | 141 | 124 | 0 | 43 | 350 | 136 | 42 |
| Binary | 101 | 11011 | 10100111 | 1100001 | 1010100 | 0 | 100011 | 11101000 | 1011110 | 100010 |
Color Harmonies of #051BA7
Complementary color
Monochromatic Colors of #051BA7
Black with #051BA7
Text Example
Text Example
White with #051BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051BA7; }
p { color: rgb(5,27,167); }
H1.HeaderClassName
{
color: #051BA7;
}
.AnyTagClassName
{
color: #051BA7;
}
</style>
background-color css
<style>
a { background-color: #051BA7; }
a { background-color: rgb(5,27,167); }
div.DivClassName
{
background-color: #051BA7;
}
.BgClassName
{
background-color: #051BA7;
}
</style>
border-color css
<style>
span { border-color: #051BA7; }
span { border-color: rgb(5,27,167); }
td.TdClassName
{
border-color: #051BA7;
}
.TagClassName
{
border-color: #051BA7;
}
</style>