Html Css Color HEX #051C9F International Klein Blue
📋 copy color: '#051C9F'red 5 ◦ green 28 ◦ blue 159
Shades of International Klein Blue #051C9F
Tints of International Klein Blue #051C9F
RGB
CMYK
RGB Variations
Color information
#051C9F (or 0x051C9F) is known color: International Klein Blue. HEX triplet: 05, 1C and 9F. RGB value is (5,28,159). Sum of RGB (Red+Green+Blue) = 5+28+159=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 159 (62.5% from 255 or 82.81% from 192); Max value from RGB is 159 - color contains mainly: blue. Hex color #051C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C9F is #FAE360. Grayscale: #232323. Windows color (decimal): -16442209 or 10427397. OLE color: 10427397.
HSL color Cylindrical-coordinate representation of color #051C9F: hue angle of 231.04º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051C9F is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 28 | 159 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.38 |
| HSL | 231.04º | 0.94% | 0.32% | - |
| HSV(B) | 231.04º | 0.97% | 0.62% | - |
| XYZ | 6.74 | 3.37 | 33.1 | - |
| YUV | 36.06 | 197.38 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 159 | 0.97 | 0.82 | 0 | 0.38 | 231.04 | 0.94 | 0.32 |
| Hex | 5 | 1C | 9F | 61 | 52 | 0 | 26 | E7 | 5E | 20 |
| Octal | 5 | 34 | 237 | 141 | 122 | 0 | 46 | 347 | 136 | 40 |
| Binary | 101 | 11100 | 10011111 | 1100001 | 1010010 | 0 | 100110 | 11100111 | 1011110 | 100000 |
Color Harmonies of #051C9F
Complementary color
Monochromatic Colors of #051C9F
Black with #051C9F
Text Example
Text Example
White with #051C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C9F; }
p { color: rgb(5,28,159); }
H1.HeaderClassName
{
color: #051C9F;
}
.AnyTagClassName
{
color: #051C9F;
}
</style>
background-color css
<style>
a { background-color: #051C9F; }
a { background-color: rgb(5,28,159); }
div.DivClassName
{
background-color: #051C9F;
}
.BgClassName
{
background-color: #051C9F;
}
</style>
border-color css
<style>
span { border-color: #051C9F; }
span { border-color: rgb(5,28,159); }
td.TdClassName
{
border-color: #051C9F;
}
.TagClassName
{
border-color: #051C9F;
}
</style>