Html Css Color HEX #051FA4 International Klein Blue
📋 copy color: '#051FA4'red 5 ◦ green 31 ◦ blue 164
Shades of International Klein Blue #051FA4
Tints of International Klein Blue #051FA4
RGB
CMYK
RGB Variations
Color information
#051FA4 (or 0x051FA4) is known color: International Klein Blue. HEX triplet: 05, 1F and A4. RGB value is (5,31,164). Sum of RGB (Red+Green+Blue) = 5+31+164=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 164 (64.45% from 255 or 82% from 200); Max value from RGB is 164 - color contains mainly: blue. Hex color #051FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051FA4 is #FAE05B. Grayscale: #252525. Windows color (decimal): -16441436 or 10755845. OLE color: 10755845.
HSL color Cylindrical-coordinate representation of color #051FA4: hue angle of 230.19º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051FA4 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 31 | 164 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.36 |
| HSL | 230.19º | 0.94% | 0.33% | - |
| HSV(B) | 230.19º | 0.97% | 0.64% | - |
| XYZ | 7.25 | 3.69 | 35.45 | - |
| YUV | 38.39 | 198.89 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 164 | 0.97 | 0.81 | 0 | 0.36 | 230.19 | 0.94 | 0.33 |
| Hex | 5 | 1F | A4 | 61 | 51 | 0 | 24 | E6 | 5E | 21 |
| Octal | 5 | 37 | 244 | 141 | 121 | 0 | 44 | 346 | 136 | 41 |
| Binary | 101 | 11111 | 10100100 | 1100001 | 1010001 | 0 | 100100 | 11100110 | 1011110 | 100001 |
Color Harmonies of #051FA4
Complementary color
Monochromatic Colors of #051FA4
Black with #051FA4
Text Example
Text Example
White with #051FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FA4; }
p { color: rgb(5,31,164); }
H1.HeaderClassName
{
color: #051FA4;
}
.AnyTagClassName
{
color: #051FA4;
}
</style>
background-color css
<style>
a { background-color: #051FA4; }
a { background-color: rgb(5,31,164); }
div.DivClassName
{
background-color: #051FA4;
}
.BgClassName
{
background-color: #051FA4;
}
</style>
border-color css
<style>
span { border-color: #051FA4; }
span { border-color: rgb(5,31,164); }
td.TdClassName
{
border-color: #051FA4;
}
.TagClassName
{
border-color: #051FA4;
}
</style>