Html Css Color HEX #051FA2 International Klein Blue
📋 copy color: '#051FA2'red 5 ◦ green 31 ◦ blue 162
Shades of International Klein Blue #051FA2
Tints of International Klein Blue #051FA2
RGB
CMYK
RGB Variations
Color information
#051FA2 (or 0x051FA2) is known color: International Klein Blue. HEX triplet: 05, 1F and A2. RGB value is (5,31,162). Sum of RGB (Red+Green+Blue) = 5+31+162=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 162 (63.67% from 255 or 81.82% from 198); Max value from RGB is 162 - color contains mainly: blue. Hex color #051FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051FA2 is #FAE05D. Grayscale: #252525. Windows color (decimal): -16441438 or 10624773. OLE color: 10624773.
HSL color Cylindrical-coordinate representation of color #051FA2: hue angle of 230.06º 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 #051FA2 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 31 | 162 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.36 |
| HSL | 230.06º | 0.94% | 0.33% | - |
| HSV(B) | 230.06º | 0.97% | 0.64% | - |
| XYZ | 7.07 | 3.62 | 34.51 | - |
| YUV | 38.16 | 197.89 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 162 | 0.97 | 0.81 | 0 | 0.36 | 230.06 | 0.94 | 0.33 |
| Hex | 5 | 1F | A2 | 61 | 51 | 0 | 24 | E6 | 5E | 21 |
| Octal | 5 | 37 | 242 | 141 | 121 | 0 | 44 | 346 | 136 | 41 |
| Binary | 101 | 11111 | 10100010 | 1100001 | 1010001 | 0 | 100100 | 11100110 | 1011110 | 100001 |
Color Harmonies of #051FA2
Complementary color
Monochromatic Colors of #051FA2
Black with #051FA2
Text Example
Text Example
White with #051FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FA2; }
p { color: rgb(5,31,162); }
H1.HeaderClassName
{
color: #051FA2;
}
.AnyTagClassName
{
color: #051FA2;
}
</style>
background-color css
<style>
a { background-color: #051FA2; }
a { background-color: rgb(5,31,162); }
div.DivClassName
{
background-color: #051FA2;
}
.BgClassName
{
background-color: #051FA2;
}
</style>
border-color css
<style>
span { border-color: #051FA2; }
span { border-color: rgb(5,31,162); }
td.TdClassName
{
border-color: #051FA2;
}
.TagClassName
{
border-color: #051FA2;
}
</style>