Html Css Color HEX #051CA1 International Klein Blue
📋 copy color: '#051CA1'red 5 ◦ green 28 ◦ blue 161
Shades of International Klein Blue #051CA1
Tints of International Klein Blue #051CA1
RGB
CMYK
RGB Variations
Color information
#051CA1 (or 0x051CA1) is known color: International Klein Blue. HEX triplet: 05, 1C and A1. RGB value is (5,28,161). Sum of RGB (Red+Green+Blue) = 5+28+161=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 161 (63.28% from 255 or 82.99% from 194); Max value from RGB is 161 - color contains mainly: blue. Hex color #051CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051CA1 is #FAE35E. Grayscale: #232323. Windows color (decimal): -16442207 or 10558469. OLE color: 10558469.
HSL color Cylindrical-coordinate representation of color #051CA1: hue angle of 231.15º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051CA1 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 28 | 161 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.37 |
| HSL | 231.15º | 0.94% | 0.33% | - |
| HSV(B) | 231.15º | 0.97% | 0.63% | - |
| XYZ | 6.91 | 3.44 | 34.02 | - |
| YUV | 36.29 | 198.38 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 161 | 0.97 | 0.83 | 0 | 0.37 | 231.15 | 0.94 | 0.33 |
| Hex | 5 | 1C | A1 | 61 | 53 | 0 | 25 | E7 | 5E | 21 |
| Octal | 5 | 34 | 241 | 141 | 123 | 0 | 45 | 347 | 136 | 41 |
| Binary | 101 | 11100 | 10100001 | 1100001 | 1010011 | 0 | 100101 | 11100111 | 1011110 | 100001 |
Color Harmonies of #051CA1
Complementary color
Monochromatic Colors of #051CA1
Black with #051CA1
Text Example
Text Example
White with #051CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051CA1; }
p { color: rgb(5,28,161); }
H1.HeaderClassName
{
color: #051CA1;
}
.AnyTagClassName
{
color: #051CA1;
}
</style>
background-color css
<style>
a { background-color: #051CA1; }
a { background-color: rgb(5,28,161); }
div.DivClassName
{
background-color: #051CA1;
}
.BgClassName
{
background-color: #051CA1;
}
</style>
border-color css
<style>
span { border-color: #051CA1; }
span { border-color: rgb(5,28,161); }
td.TdClassName
{
border-color: #051CA1;
}
.TagClassName
{
border-color: #051CA1;
}
</style>