Html Css Color HEX #051FA3 International Klein Blue
📋 copy color: '#051FA3'red 5 ◦ green 31 ◦ blue 163
Shades of International Klein Blue #051FA3
Tints of International Klein Blue #051FA3
RGB
CMYK
RGB Variations
Color information
#051FA3 (or 0x051FA3) is known color: International Klein Blue. HEX triplet: 05, 1F and A3. RGB value is (5,31,163). Sum of RGB (Red+Green+Blue) = 5+31+163=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 163 (64.06% from 255 or 81.91% from 199); Max value from RGB is 163 - color contains mainly: blue. Hex color #051FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051FA3 is #FAE05C. Grayscale: #252525. Windows color (decimal): -16441437 or 10690309. OLE color: 10690309.
HSL color Cylindrical-coordinate representation of color #051FA3: hue angle of 230.13º 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 #051FA3 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 31 | 163 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.36 |
| HSL | 230.13º | 0.94% | 0.33% | - |
| HSV(B) | 230.13º | 0.97% | 0.64% | - |
| XYZ | 7.16 | 3.66 | 34.98 | - |
| YUV | 38.27 | 198.39 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 163 | 0.97 | 0.81 | 0 | 0.36 | 230.13 | 0.94 | 0.33 |
| Hex | 5 | 1F | A3 | 61 | 51 | 0 | 24 | E6 | 5E | 21 |
| Octal | 5 | 37 | 243 | 141 | 121 | 0 | 44 | 346 | 136 | 41 |
| Binary | 101 | 11111 | 10100011 | 1100001 | 1010001 | 0 | 100100 | 11100110 | 1011110 | 100001 |
Color Harmonies of #051FA3
Complementary color
Monochromatic Colors of #051FA3
Black with #051FA3
Text Example
Text Example
White with #051FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FA3; }
p { color: rgb(5,31,163); }
H1.HeaderClassName
{
color: #051FA3;
}
.AnyTagClassName
{
color: #051FA3;
}
</style>
background-color css
<style>
a { background-color: #051FA3; }
a { background-color: rgb(5,31,163); }
div.DivClassName
{
background-color: #051FA3;
}
.BgClassName
{
background-color: #051FA3;
}
</style>
border-color css
<style>
span { border-color: #051FA3; }
span { border-color: rgb(5,31,163); }
td.TdClassName
{
border-color: #051FA3;
}
.TagClassName
{
border-color: #051FA3;
}
</style>