Html Css Color HEX #0518AC International Klein Blue
📋 copy color: '#0518AC'red 5 ◦ green 24 ◦ blue 172
Shades of International Klein Blue #0518AC
Tints of International Klein Blue #0518AC
RGB
CMYK
RGB Variations
Color information
#0518AC (or 0x0518AC) is known color: International Klein Blue. HEX triplet: 05, 18 and AC. RGB value is (5,24,172). Sum of RGB (Red+Green+Blue) = 5+24+172=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #0518AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0518AC is #FAE753. Grayscale: #222222. Windows color (decimal): -16443220 or 11278341. OLE color: 11278341.
HSL color Cylindrical-coordinate representation of color #0518AC: hue angle of 233.17º 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 #0518AC is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 24 | 172 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.33 |
| HSL | 233.17º | 0.94% | 0.35% | - |
| HSV(B) | 233.17º | 0.97% | 0.67% | - |
| XYZ | 7.84 | 3.66 | 39.32 | - |
| YUV | 35.19 | 205.21 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 172 | 0.97 | 0.86 | 0 | 0.33 | 233.17 | 0.94 | 0.35 |
| Hex | 5 | 18 | AC | 61 | 56 | 0 | 21 | E9 | 5E | 23 |
| Octal | 5 | 30 | 254 | 141 | 126 | 0 | 41 | 351 | 136 | 43 |
| Binary | 101 | 11000 | 10101100 | 1100001 | 1010110 | 0 | 100001 | 11101001 | 1011110 | 100011 |
Color Harmonies of #0518AC
Complementary color
Monochromatic Colors of #0518AC
Black with #0518AC
Text Example
Text Example
White with #0518AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0518AC; }
p { color: rgb(5,24,172); }
H1.HeaderClassName
{
color: #0518AC;
}
.AnyTagClassName
{
color: #0518AC;
}
</style>
background-color css
<style>
a { background-color: #0518AC; }
a { background-color: rgb(5,24,172); }
div.DivClassName
{
background-color: #0518AC;
}
.BgClassName
{
background-color: #0518AC;
}
</style>
border-color css
<style>
span { border-color: #0518AC; }
span { border-color: rgb(5,24,172); }
td.TdClassName
{
border-color: #0518AC;
}
.TagClassName
{
border-color: #0518AC;
}
</style>