Html Css Color HEX #0118A1 International Klein Blue
📋 copy color: '#0118A1'red 1 ◦ green 24 ◦ blue 161
Shades of International Klein Blue #0118A1
Tints of International Klein Blue #0118A1
RGB
CMYK
RGB Variations
Color information
#0118A1 (or 0x0118A1) is known color: International Klein Blue. HEX triplet: 01, 18 and A1. RGB value is (1,24,161). Sum of RGB (Red+Green+Blue) = 1+24+161=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 161 (63.28% from 255 or 86.56% from 186); Max value from RGB is 161 - color contains mainly: blue. Hex color #0118A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0118A1 is #FEE75E. Grayscale: #202020. Windows color (decimal): -16705375 or 10557441. OLE color: 10557441.
HSL color Cylindrical-coordinate representation of color #0118A1: hue angle of 231.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0118A1 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 24 | 161 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.37 |
| HSL | 231.38º | 0.99% | 0.32% | - |
| HSV(B) | 231.38º | 0.99% | 0.63% | - |
| XYZ | 6.77 | 3.23 | 33.99 | - |
| YUV | 32.74 | 200.38 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 161 | 0.99 | 0.85 | 0 | 0.37 | 231.38 | 0.99 | 0.32 |
| Hex | 1 | 18 | A1 | 63 | 55 | 0 | 25 | E7 | 63 | 20 |
| Octal | 1 | 30 | 241 | 143 | 125 | 0 | 45 | 347 | 143 | 40 |
| Binary | 1 | 11000 | 10100001 | 1100011 | 1010101 | 0 | 100101 | 11100111 | 1100011 | 100000 |
Color Harmonies of #0118A1
Complementary color
Monochromatic Colors of #0118A1
Black with #0118A1
Text Example
Text Example
White with #0118A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118A1; }
p { color: rgb(1,24,161); }
H1.HeaderClassName
{
color: #0118A1;
}
.AnyTagClassName
{
color: #0118A1;
}
</style>
background-color css
<style>
a { background-color: #0118A1; }
a { background-color: rgb(1,24,161); }
div.DivClassName
{
background-color: #0118A1;
}
.BgClassName
{
background-color: #0118A1;
}
</style>
border-color css
<style>
span { border-color: #0118A1; }
span { border-color: rgb(1,24,161); }
td.TdClassName
{
border-color: #0118A1;
}
.TagClassName
{
border-color: #0118A1;
}
</style>