Html Css Color HEX #0519BA International Klein Blue
📋 copy color: '#0519BA'red 5 ◦ green 25 ◦ blue 186
Shades of International Klein Blue #0519BA
Tints of International Klein Blue #0519BA
RGB
CMYK
RGB Variations
Color information
#0519BA (or 0x0519BA) is known color: International Klein Blue. HEX triplet: 05, 19 and BA. RGB value is (5,25,186). Sum of RGB (Red+Green+Blue) = 5+25+186=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #0519BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0519BA is #FAE645. Grayscale: #242424. Windows color (decimal): -16442950 or 12196101. OLE color: 12196101.
HSL color Cylindrical-coordinate representation of color #0519BA: hue angle of 233.37º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0519BA is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 25 | 186 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.27 |
| HSL | 233.37º | 0.95% | 0.37% | - |
| HSV(B) | 233.37º | 0.97% | 0.73% | - |
| XYZ | 9.27 | 4.27 | 46.79 | - |
| YUV | 37.37 | 211.87 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 186 | 0.97 | 0.87 | 0 | 0.27 | 233.37 | 0.95 | 0.37 |
| Hex | 5 | 19 | BA | 61 | 57 | 0 | 1B | E9 | 5F | 25 |
| Octal | 5 | 31 | 272 | 141 | 127 | 0 | 33 | 351 | 137 | 45 |
| Binary | 101 | 11001 | 10111010 | 1100001 | 1010111 | 0 | 11011 | 11101001 | 1011111 | 100101 |
Color Harmonies of #0519BA
Complementary color
Monochromatic Colors of #0519BA
Black with #0519BA
Text Example
Text Example
White with #0519BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519BA; }
p { color: rgb(5,25,186); }
H1.HeaderClassName
{
color: #0519BA;
}
.AnyTagClassName
{
color: #0519BA;
}
</style>
background-color css
<style>
a { background-color: #0519BA; }
a { background-color: rgb(5,25,186); }
div.DivClassName
{
background-color: #0519BA;
}
.BgClassName
{
background-color: #0519BA;
}
</style>
border-color css
<style>
span { border-color: #0519BA; }
span { border-color: rgb(5,25,186); }
td.TdClassName
{
border-color: #0519BA;
}
.TagClassName
{
border-color: #0519BA;
}
</style>