Html Css Color HEX #0117AF International Klein Blue
📋 copy color: '#0117AF'red 1 ◦ green 23 ◦ blue 175
Shades of International Klein Blue #0117AF
Tints of International Klein Blue #0117AF
RGB
CMYK
RGB Variations
Color information
#0117AF (or 0x0117AF) is known color: International Klein Blue. HEX triplet: 01, 17 and AF. RGB value is (1,23,175). Sum of RGB (Red+Green+Blue) = 1+23+175=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 175 (68.75% from 255 or 87.94% from 199); Max value from RGB is 175 - color contains mainly: blue. Hex color #0117AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0117AF is #FEE850. Grayscale: #212121. Windows color (decimal): -16705617 or 11474689. OLE color: 11474689.
HSL color Cylindrical-coordinate representation of color #0117AF: hue angle of 232.41º 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 #0117AF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 23 | 175 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.31 |
| HSL | 232.41º | 0.99% | 0.35% | - |
| HSV(B) | 232.41º | 0.99% | 0.69% | - |
| XYZ | 8.06 | 3.71 | 40.85 | - |
| YUV | 33.75 | 207.71 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 175 | 0.99 | 0.87 | 0 | 0.31 | 232.41 | 0.99 | 0.35 |
| Hex | 1 | 17 | AF | 63 | 57 | 0 | 1F | E8 | 63 | 23 |
| Octal | 1 | 27 | 257 | 143 | 127 | 0 | 37 | 350 | 143 | 43 |
| Binary | 1 | 10111 | 10101111 | 1100011 | 1010111 | 0 | 11111 | 11101000 | 1100011 | 100011 |
Color Harmonies of #0117AF
Complementary color
Monochromatic Colors of #0117AF
Black with #0117AF
Text Example
Text Example
White with #0117AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0117AF; }
p { color: rgb(1,23,175); }
H1.HeaderClassName
{
color: #0117AF;
}
.AnyTagClassName
{
color: #0117AF;
}
</style>
background-color css
<style>
a { background-color: #0117AF; }
a { background-color: rgb(1,23,175); }
div.DivClassName
{
background-color: #0117AF;
}
.BgClassName
{
background-color: #0117AF;
}
</style>
border-color css
<style>
span { border-color: #0117AF; }
span { border-color: rgb(1,23,175); }
td.TdClassName
{
border-color: #0117AF;
}
.TagClassName
{
border-color: #0117AF;
}
</style>