Html Css Color HEX #0517AB International Klein Blue
📋 copy color: '#0517AB'red 5 ◦ green 23 ◦ blue 171
Shades of International Klein Blue #0517AB
Tints of International Klein Blue #0517AB
RGB
CMYK
RGB Variations
Color information
#0517AB (or 0x0517AB) is known color: International Klein Blue. HEX triplet: 05, 17 and AB. RGB value is (5,23,171). Sum of RGB (Red+Green+Blue) = 5+23+171=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #0517AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0517AB is #FAE854. Grayscale: #212121. Windows color (decimal): -16443477 or 11212549. OLE color: 11212549.
HSL color Cylindrical-coordinate representation of color #0517AB: hue angle of 233.49º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0517AB is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 23 | 171 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.33 |
| HSL | 233.49º | 0.94% | 0.35% | - |
| HSV(B) | 233.49º | 0.97% | 0.67% | - |
| XYZ | 7.72 | 3.59 | 38.81 | - |
| YUV | 34.49 | 205.04 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 171 | 0.97 | 0.87 | 0 | 0.33 | 233.49 | 0.94 | 0.35 |
| Hex | 5 | 17 | AB | 61 | 57 | 0 | 21 | E9 | 5E | 23 |
| Octal | 5 | 27 | 253 | 141 | 127 | 0 | 41 | 351 | 136 | 43 |
| Binary | 101 | 10111 | 10101011 | 1100001 | 1010111 | 0 | 100001 | 11101001 | 1011110 | 100011 |
Color Harmonies of #0517AB
Complementary color
Monochromatic Colors of #0517AB
Black with #0517AB
Text Example
Text Example
White with #0517AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0517AB; }
p { color: rgb(5,23,171); }
H1.HeaderClassName
{
color: #0517AB;
}
.AnyTagClassName
{
color: #0517AB;
}
</style>
background-color css
<style>
a { background-color: #0517AB; }
a { background-color: rgb(5,23,171); }
div.DivClassName
{
background-color: #0517AB;
}
.BgClassName
{
background-color: #0517AB;
}
</style>
border-color css
<style>
span { border-color: #0517AB; }
span { border-color: rgb(5,23,171); }
td.TdClassName
{
border-color: #0517AB;
}
.TagClassName
{
border-color: #0517AB;
}
</style>