Html Css Color HEX #0117AA International Klein Blue
📋 copy color: '#0117AA'red 1 ◦ green 23 ◦ blue 170
Shades of International Klein Blue #0117AA
Tints of International Klein Blue #0117AA
RGB
CMYK
RGB Variations
Color information
#0117AA (or 0x0117AA) is known color: International Klein Blue. HEX triplet: 01, 17 and AA. RGB value is (1,23,170). Sum of RGB (Red+Green+Blue) = 1+23+170=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #0117AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0117AA is #FEE855. Grayscale: #202020. Windows color (decimal): -16705622 or 11147009. OLE color: 11147009.
HSL color Cylindrical-coordinate representation of color #0117AA: hue angle of 232.19º 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 #0117AA is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 23 | 170 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.33 |
| HSL | 232.19º | 0.99% | 0.34% | - |
| HSV(B) | 232.19º | 0.99% | 0.67% | - |
| XYZ | 7.57 | 3.52 | 38.31 | - |
| YUV | 33.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 170 | 0.99 | 0.86 | 0 | 0.33 | 232.19 | 0.99 | 0.34 |
| Hex | 1 | 17 | AA | 63 | 56 | 0 | 21 | E8 | 63 | 22 |
| Octal | 1 | 27 | 252 | 143 | 126 | 0 | 41 | 350 | 143 | 42 |
| Binary | 1 | 10111 | 10101010 | 1100011 | 1010110 | 0 | 100001 | 11101000 | 1100011 | 100010 |
Color Harmonies of #0117AA
Complementary color
Monochromatic Colors of #0117AA
Black with #0117AA
Text Example
Text Example
White with #0117AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0117AA; }
p { color: rgb(1,23,170); }
H1.HeaderClassName
{
color: #0117AA;
}
.AnyTagClassName
{
color: #0117AA;
}
</style>
background-color css
<style>
a { background-color: #0117AA; }
a { background-color: rgb(1,23,170); }
div.DivClassName
{
background-color: #0117AA;
}
.BgClassName
{
background-color: #0117AA;
}
</style>
border-color css
<style>
span { border-color: #0117AA; }
span { border-color: rgb(1,23,170); }
td.TdClassName
{
border-color: #0117AA;
}
.TagClassName
{
border-color: #0117AA;
}
</style>