Html Css Color HEX #051F9C International Klein Blue
📋 copy color: '#051F9C'red 5 ◦ green 31 ◦ blue 156
Shades of International Klein Blue #051F9C
Tints of International Klein Blue #051F9C
RGB
CMYK
RGB Variations
Color information
#051F9C (or 0x051F9C) is known color: International Klein Blue. HEX triplet: 05, 1F and 9C. RGB value is (5,31,156). Sum of RGB (Red+Green+Blue) = 5+31+156=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #051F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051F9C is #FAE063. Grayscale: #242424. Windows color (decimal): -16441444 or 10231557. OLE color: 10231557.
HSL color Cylindrical-coordinate representation of color #051F9C: hue angle of 229.67º 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 #051F9C is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 31 | 156 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.39 |
| HSL | 229.67º | 0.94% | 0.32% | - |
| HSV(B) | 229.67º | 0.97% | 0.61% | - |
| XYZ | 6.55 | 3.41 | 31.77 | - |
| YUV | 37.48 | 194.89 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 156 | 0.97 | 0.80 | 0 | 0.39 | 229.67 | 0.94 | 0.32 |
| Hex | 5 | 1F | 9C | 61 | 50 | 0 | 27 | E6 | 5E | 20 |
| Octal | 5 | 37 | 234 | 141 | 120 | 0 | 47 | 346 | 136 | 40 |
| Binary | 101 | 11111 | 10011100 | 1100001 | 1010000 | 0 | 100111 | 11100110 | 1011110 | 100000 |
Color Harmonies of #051F9C
Complementary color
Monochromatic Colors of #051F9C
Black with #051F9C
Text Example
Text Example
White with #051F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F9C; }
p { color: rgb(5,31,156); }
H1.HeaderClassName
{
color: #051F9C;
}
.AnyTagClassName
{
color: #051F9C;
}
</style>
background-color css
<style>
a { background-color: #051F9C; }
a { background-color: rgb(5,31,156); }
div.DivClassName
{
background-color: #051F9C;
}
.BgClassName
{
background-color: #051F9C;
}
</style>
border-color css
<style>
span { border-color: #051F9C; }
span { border-color: rgb(5,31,156); }
td.TdClassName
{
border-color: #051F9C;
}
.TagClassName
{
border-color: #051F9C;
}
</style>