Html Css Color HEX #0118AB International Klein Blue
📋 copy color: '#0118AB'red 1 ◦ green 24 ◦ blue 171
Shades of International Klein Blue #0118AB
Tints of International Klein Blue #0118AB
RGB
CMYK
RGB Variations
Color information
#0118AB (or 0x0118AB) is known color: International Klein Blue. HEX triplet: 01, 18 and AB. RGB value is (1,24,171). Sum of RGB (Red+Green+Blue) = 1+24+171=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 171 (67.19% from 255 or 87.24% from 196); Max value from RGB is 171 - color contains mainly: blue. Hex color #0118AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0118AB is #FEE754. Grayscale: #212121. Windows color (decimal): -16705365 or 11212801. OLE color: 11212801.
HSL color Cylindrical-coordinate representation of color #0118AB: hue angle of 231.88º 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 #0118AB is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 24 | 171 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.33 |
| HSL | 231.88º | 0.99% | 0.34% | - |
| HSV(B) | 231.88º | 0.99% | 0.67% | - |
| XYZ | 7.69 | 3.6 | 38.82 | - |
| YUV | 33.88 | 205.38 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 171 | 0.99 | 0.86 | 0 | 0.33 | 231.88 | 0.99 | 0.34 |
| Hex | 1 | 18 | AB | 63 | 56 | 0 | 21 | E8 | 63 | 22 |
| Octal | 1 | 30 | 253 | 143 | 126 | 0 | 41 | 350 | 143 | 42 |
| Binary | 1 | 11000 | 10101011 | 1100011 | 1010110 | 0 | 100001 | 11101000 | 1100011 | 100010 |
Color Harmonies of #0118AB
Complementary color
Monochromatic Colors of #0118AB
Black with #0118AB
Text Example
Text Example
White with #0118AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118AB; }
p { color: rgb(1,24,171); }
H1.HeaderClassName
{
color: #0118AB;
}
.AnyTagClassName
{
color: #0118AB;
}
</style>
background-color css
<style>
a { background-color: #0118AB; }
a { background-color: rgb(1,24,171); }
div.DivClassName
{
background-color: #0118AB;
}
.BgClassName
{
background-color: #0118AB;
}
</style>
border-color css
<style>
span { border-color: #0118AB; }
span { border-color: rgb(1,24,171); }
td.TdClassName
{
border-color: #0118AB;
}
.TagClassName
{
border-color: #0118AB;
}
</style>