Html Css Color HEX #0118AC International Klein Blue
📋 copy color: '#0118AC'red 1 ◦ green 24 ◦ blue 172
Shades of International Klein Blue #0118AC
Tints of International Klein Blue #0118AC
RGB
CMYK
RGB Variations
Color information
#0118AC (or 0x0118AC) is known color: International Klein Blue. HEX triplet: 01, 18 and AC. RGB value is (1,24,172). Sum of RGB (Red+Green+Blue) = 1+24+172=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 172 (67.58% from 255 or 87.31% from 197); Max value from RGB is 172 - color contains mainly: blue. Hex color #0118AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0118AC is #FEE753. Grayscale: #212121. Windows color (decimal): -16705364 or 11278337. OLE color: 11278337.
HSL color Cylindrical-coordinate representation of color #0118AC: hue angle of 231.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0118AC is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 24 | 172 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.33 |
| HSL | 231.93º | 0.99% | 0.34% | - |
| HSV(B) | 231.93º | 0.99% | 0.67% | - |
| XYZ | 7.79 | 3.64 | 39.32 | - |
| YUV | 34 | 205.88 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 172 | 0.99 | 0.86 | 0 | 0.33 | 231.93 | 0.99 | 0.34 |
| Hex | 1 | 18 | AC | 63 | 56 | 0 | 21 | E8 | 63 | 22 |
| Octal | 1 | 30 | 254 | 143 | 126 | 0 | 41 | 350 | 143 | 42 |
| Binary | 1 | 11000 | 10101100 | 1100011 | 1010110 | 0 | 100001 | 11101000 | 1100011 | 100010 |
Color Harmonies of #0118AC
Complementary color
Monochromatic Colors of #0118AC
Black with #0118AC
Text Example
Text Example
White with #0118AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118AC; }
p { color: rgb(1,24,172); }
H1.HeaderClassName
{
color: #0118AC;
}
.AnyTagClassName
{
color: #0118AC;
}
</style>
background-color css
<style>
a { background-color: #0118AC; }
a { background-color: rgb(1,24,172); }
div.DivClassName
{
background-color: #0118AC;
}
.BgClassName
{
background-color: #0118AC;
}
</style>
border-color css
<style>
span { border-color: #0118AC; }
span { border-color: rgb(1,24,172); }
td.TdClassName
{
border-color: #0118AC;
}
.TagClassName
{
border-color: #0118AC;
}
</style>