Html Css Color HEX #0118A3 International Klein Blue
📋 copy color: '#0118A3'red 1 ◦ green 24 ◦ blue 163
Shades of International Klein Blue #0118A3
Tints of International Klein Blue #0118A3
RGB
CMYK
RGB Variations
Color information
#0118A3 (or 0x0118A3) is known color: International Klein Blue. HEX triplet: 01, 18 and A3. RGB value is (1,24,163). Sum of RGB (Red+Green+Blue) = 1+24+163=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 163 (64.06% from 255 or 86.70% from 188); Max value from RGB is 163 - color contains mainly: blue. Hex color #0118A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0118A3 is #FEE75C. Grayscale: #202020. Windows color (decimal): -16705373 or 10688513. OLE color: 10688513.
HSL color Cylindrical-coordinate representation of color #0118A3: hue angle of 231.48º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0118A3 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 24 | 163 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.36 |
| HSL | 231.48º | 0.99% | 0.32% | - |
| HSV(B) | 231.48º | 0.99% | 0.64% | - |
| XYZ | 6.95 | 3.3 | 34.92 | - |
| YUV | 32.97 | 201.38 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 163 | 0.99 | 0.85 | 0 | 0.36 | 231.48 | 0.99 | 0.32 |
| Hex | 1 | 18 | A3 | 63 | 55 | 0 | 24 | E7 | 63 | 20 |
| Octal | 1 | 30 | 243 | 143 | 125 | 0 | 44 | 347 | 143 | 40 |
| Binary | 1 | 11000 | 10100011 | 1100011 | 1010101 | 0 | 100100 | 11100111 | 1100011 | 100000 |
Color Harmonies of #0118A3
Complementary color
Monochromatic Colors of #0118A3
Black with #0118A3
Text Example
Text Example
White with #0118A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118A3; }
p { color: rgb(1,24,163); }
H1.HeaderClassName
{
color: #0118A3;
}
.AnyTagClassName
{
color: #0118A3;
}
</style>
background-color css
<style>
a { background-color: #0118A3; }
a { background-color: rgb(1,24,163); }
div.DivClassName
{
background-color: #0118A3;
}
.BgClassName
{
background-color: #0118A3;
}
</style>
border-color css
<style>
span { border-color: #0118A3; }
span { border-color: rgb(1,24,163); }
td.TdClassName
{
border-color: #0118A3;
}
.TagClassName
{
border-color: #0118A3;
}
</style>