Html Css Color HEX #0118AF International Klein Blue
📋 copy color: '#0118AF'red 1 ◦ green 24 ◦ blue 175
Shades of International Klein Blue #0118AF
Tints of International Klein Blue #0118AF
RGB
CMYK
RGB Variations
Color information
#0118AF (or 0x0118AF) is known color: International Klein Blue. HEX triplet: 01, 18 and AF. RGB value is (1,24,175). Sum of RGB (Red+Green+Blue) = 1+24+175=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 175 (68.75% from 255 or 87.5% from 200); Max value from RGB is 175 - color contains mainly: blue. Hex color #0118AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0118AF is #FEE750. Grayscale: #212121. Windows color (decimal): -16705361 or 11474945. OLE color: 11474945.
HSL color Cylindrical-coordinate representation of color #0118AF: hue angle of 232.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0118AF is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 24 | 175 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.31 |
| HSL | 232.07º | 0.99% | 0.35% | - |
| HSV(B) | 232.07º | 0.99% | 0.69% | - |
| XYZ | 8.08 | 3.75 | 40.86 | - |
| YUV | 34.34 | 207.38 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 175 | 0.99 | 0.86 | 0 | 0.31 | 232.07 | 0.99 | 0.35 |
| Hex | 1 | 18 | AF | 63 | 56 | 0 | 1F | E8 | 63 | 23 |
| Octal | 1 | 30 | 257 | 143 | 126 | 0 | 37 | 350 | 143 | 43 |
| Binary | 1 | 11000 | 10101111 | 1100011 | 1010110 | 0 | 11111 | 11101000 | 1100011 | 100011 |
Color Harmonies of #0118AF
Complementary color
Monochromatic Colors of #0118AF
Black with #0118AF
Text Example
Text Example
White with #0118AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0118AF; }
p { color: rgb(1,24,175); }
H1.HeaderClassName
{
color: #0118AF;
}
.AnyTagClassName
{
color: #0118AF;
}
</style>
background-color css
<style>
a { background-color: #0118AF; }
a { background-color: rgb(1,24,175); }
div.DivClassName
{
background-color: #0118AF;
}
.BgClassName
{
background-color: #0118AF;
}
</style>
border-color css
<style>
span { border-color: #0118AF; }
span { border-color: rgb(1,24,175); }
td.TdClassName
{
border-color: #0118AF;
}
.TagClassName
{
border-color: #0118AF;
}
</style>