Html Css Color HEX #0017AC International Klein Blue
📋 copy color: '#0017AC'red 0 ◦ green 23 ◦ blue 172
Shades of International Klein Blue #0017AC
Tints of International Klein Blue #0017AC
RGB
CMYK
RGB Variations
Color information
#0017AC (or 0x0017AC) is known color: International Klein Blue. HEX triplet: 00, 17 and AC. RGB value is (0,23,172). Sum of RGB (Red+Green+Blue) = 0+23+172=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #0017AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0017AC is #FFE853. Grayscale: #202020. Windows color (decimal): -16771156 or 11278080. OLE color: 11278080.
HSL color Cylindrical-coordinate representation of color #0017AC: hue angle of 231.98º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0017AC is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 23 | 172 | - |
| CMYK | 1 | 0.87 | 0 | 0.33 |
| HSL | 231.98º | 1% | 0.34% | - |
| HSV(B) | 231.98º | 1% | 0.67% | - |
| XYZ | 7.75 | 3.59 | 39.31 | - |
| YUV | 33.11 | 206.38 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 172 | 1 | 0.87 | 0 | 0.33 | 231.98 | 1 | 0.34 |
| Hex | 0 | 17 | AC | 64 | 57 | 0 | 21 | E8 | 64 | 22 |
| Octal | 0 | 27 | 254 | 144 | 127 | 0 | 41 | 350 | 144 | 42 |
| Binary | 0 | 10111 | 10101100 | 1100100 | 1010111 | 0 | 100001 | 11101000 | 1100100 | 100010 |
Color Harmonies of #0017AC
Complementary color
Monochromatic Colors of #0017AC
Black with #0017AC
Text Example
Text Example
White with #0017AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0017AC; }
p { color: rgb(0,23,172); }
H1.HeaderClassName
{
color: #0017AC;
}
.AnyTagClassName
{
color: #0017AC;
}
</style>
background-color css
<style>
a { background-color: #0017AC; }
a { background-color: rgb(0,23,172); }
div.DivClassName
{
background-color: #0017AC;
}
.BgClassName
{
background-color: #0017AC;
}
</style>
border-color css
<style>
span { border-color: #0017AC; }
span { border-color: rgb(0,23,172); }
td.TdClassName
{
border-color: #0017AC;
}
.TagClassName
{
border-color: #0017AC;
}
</style>