Html Css Color HEX #051FC1 International Klein Blue
📋 copy color: '#051FC1'red 5 ◦ green 31 ◦ blue 193
Shades of International Klein Blue #051FC1
Tints of International Klein Blue #051FC1
RGB
CMYK
RGB Variations
Color information
#051FC1 (or 0x051FC1) is known color: International Klein Blue. HEX triplet: 05, 1F and C1. RGB value is (5,31,193). Sum of RGB (Red+Green+Blue) = 5+31+193=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 193 (75.78% from 255 or 84.28% from 229); Max value from RGB is 193 - color contains mainly: blue. Hex color #051FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FC1 is #FAE03E. Grayscale: #292929. Windows color (decimal): -16441407 or 12656389. OLE color: 12656389.
HSL color Cylindrical-coordinate representation of color #051FC1: hue angle of 231.7º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051FC1 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 31 | 193 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.24 |
| HSL | 231.7º | 0.95% | 0.39% | - |
| HSV(B) | 231.7º | 0.97% | 0.76% | - |
| XYZ | 10.18 | 4.86 | 50.85 | - |
| YUV | 41.69 | 213.39 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 193 | 0.97 | 0.84 | 0 | 0.24 | 231.7 | 0.95 | 0.39 |
| Hex | 5 | 1F | C1 | 61 | 54 | 0 | 18 | E8 | 5F | 27 |
| Octal | 5 | 37 | 301 | 141 | 124 | 0 | 30 | 350 | 137 | 47 |
| Binary | 101 | 11111 | 11000001 | 1100001 | 1010100 | 0 | 11000 | 11101000 | 1011111 | 100111 |
Color Harmonies of #051FC1
Complementary color
Monochromatic Colors of #051FC1
Black with #051FC1
Text Example
Text Example
White with #051FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051FC1; }
p { color: rgb(5,31,193); }
H1.HeaderClassName
{
color: #051FC1;
}
.AnyTagClassName
{
color: #051FC1;
}
</style>
background-color css
<style>
a { background-color: #051FC1; }
a { background-color: rgb(5,31,193); }
div.DivClassName
{
background-color: #051FC1;
}
.BgClassName
{
background-color: #051FC1;
}
</style>
border-color css
<style>
span { border-color: #051FC1; }
span { border-color: rgb(5,31,193); }
td.TdClassName
{
border-color: #051FC1;
}
.TagClassName
{
border-color: #051FC1;
}
</style>