Html Css Color HEX #0519AD International Klein Blue
📋 copy color: '#0519AD'red 5 ◦ green 25 ◦ blue 173
Shades of International Klein Blue #0519AD
Tints of International Klein Blue #0519AD
RGB
CMYK
RGB Variations
Color information
#0519AD (or 0x0519AD) is known color: International Klein Blue. HEX triplet: 05, 19 and AD. RGB value is (5,25,173). Sum of RGB (Red+Green+Blue) = 5+25+173=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 173 (67.97% from 255 or 85.22% from 203); Max value from RGB is 173 - color contains mainly: blue. Hex color #0519AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0519AD is #FAE652. Grayscale: #232323. Windows color (decimal): -16442963 or 11344133. OLE color: 11344133.
HSL color Cylindrical-coordinate representation of color #0519AD: hue angle of 232.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0519AD is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 25 | 173 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.32 |
| HSL | 232.86º | 0.94% | 0.35% | - |
| HSV(B) | 232.86º | 0.97% | 0.68% | - |
| XYZ | 7.95 | 3.74 | 39.84 | - |
| YUV | 35.89 | 205.37 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 173 | 0.97 | 0.86 | 0 | 0.32 | 232.86 | 0.94 | 0.35 |
| Hex | 5 | 19 | AD | 61 | 56 | 0 | 20 | E9 | 5E | 23 |
| Octal | 5 | 31 | 255 | 141 | 126 | 0 | 40 | 351 | 136 | 43 |
| Binary | 101 | 11001 | 10101101 | 1100001 | 1010110 | 0 | 100000 | 11101001 | 1011110 | 100011 |
Color Harmonies of #0519AD
Complementary color
Monochromatic Colors of #0519AD
Black with #0519AD
Text Example
Text Example
White with #0519AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0519AD; }
p { color: rgb(5,25,173); }
H1.HeaderClassName
{
color: #0519AD;
}
.AnyTagClassName
{
color: #0519AD;
}
</style>
background-color css
<style>
a { background-color: #0519AD; }
a { background-color: rgb(5,25,173); }
div.DivClassName
{
background-color: #0519AD;
}
.BgClassName
{
background-color: #0519AD;
}
</style>
border-color css
<style>
span { border-color: #0519AD; }
span { border-color: rgb(5,25,173); }
td.TdClassName
{
border-color: #0519AD;
}
.TagClassName
{
border-color: #0519AD;
}
</style>