Html Css Color HEX #051E9C International Klein Blue
📋 copy color: '#051E9C'red 5 ◦ green 30 ◦ blue 156
Shades of International Klein Blue #051E9C
Tints of International Klein Blue #051E9C
RGB
CMYK
RGB Variations
Color information
#051E9C (or 0x051E9C) is known color: International Klein Blue. HEX triplet: 05, 1E and 9C. RGB value is (5,30,156). Sum of RGB (Red+Green+Blue) = 5+30+156=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 156 (61.33% from 255 or 81.68% from 191); Max value from RGB is 156 - color contains mainly: blue. Hex color #051E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E9C is #FAE163. Grayscale: #242424. Windows color (decimal): -16441700 or 10231301. OLE color: 10231301.
HSL color Cylindrical-coordinate representation of color #051E9C: hue angle of 230.07º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051E9C is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 30 | 156 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.39 |
| HSL | 230.07º | 0.94% | 0.32% | - |
| HSV(B) | 230.07º | 0.97% | 0.61% | - |
| XYZ | 6.53 | 3.36 | 31.76 | - |
| YUV | 36.89 | 195.22 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 156 | 0.97 | 0.81 | 0 | 0.39 | 230.07 | 0.94 | 0.32 |
| Hex | 5 | 1E | 9C | 61 | 51 | 0 | 27 | E6 | 5E | 20 |
| Octal | 5 | 36 | 234 | 141 | 121 | 0 | 47 | 346 | 136 | 40 |
| Binary | 101 | 11110 | 10011100 | 1100001 | 1010001 | 0 | 100111 | 11100110 | 1011110 | 100000 |
Color Harmonies of #051E9C
Complementary color
Monochromatic Colors of #051E9C
Black with #051E9C
Text Example
Text Example
White with #051E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E9C; }
p { color: rgb(5,30,156); }
H1.HeaderClassName
{
color: #051E9C;
}
.AnyTagClassName
{
color: #051E9C;
}
</style>
background-color css
<style>
a { background-color: #051E9C; }
a { background-color: rgb(5,30,156); }
div.DivClassName
{
background-color: #051E9C;
}
.BgClassName
{
background-color: #051E9C;
}
</style>
border-color css
<style>
span { border-color: #051E9C; }
span { border-color: rgb(5,30,156); }
td.TdClassName
{
border-color: #051E9C;
}
.TagClassName
{
border-color: #051E9C;
}
</style>