Html Css Color HEX #0119AD International Klein Blue
📋 copy color: '#0119AD'red 1 ◦ green 25 ◦ blue 173
Shades of International Klein Blue #0119AD
Tints of International Klein Blue #0119AD
RGB
CMYK
RGB Variations
Color information
#0119AD (or 0x0119AD) is known color: International Klein Blue. HEX triplet: 01, 19 and AD. RGB value is (1,25,173). Sum of RGB (Red+Green+Blue) = 1+25+173=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 173 (67.97% from 255 or 86.93% from 199); Max value from RGB is 173 - color contains mainly: blue. Hex color #0119AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0119AD is #FEE652. Grayscale: #222222. Windows color (decimal): -16705107 or 11344129. OLE color: 11344129.
HSL color Cylindrical-coordinate representation of color #0119AD: hue angle of 231.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0119AD is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 25 | 173 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.32 |
| HSL | 231.63º | 0.99% | 0.34% | - |
| HSV(B) | 231.63º | 0.99% | 0.68% | - |
| XYZ | 7.9 | 3.72 | 39.84 | - |
| YUV | 34.7 | 206.05 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 173 | 0.99 | 0.86 | 0 | 0.32 | 231.63 | 0.99 | 0.34 |
| Hex | 1 | 19 | AD | 63 | 56 | 0 | 20 | E8 | 63 | 22 |
| Octal | 1 | 31 | 255 | 143 | 126 | 0 | 40 | 350 | 143 | 42 |
| Binary | 1 | 11001 | 10101101 | 1100011 | 1010110 | 0 | 100000 | 11101000 | 1100011 | 100010 |
Color Harmonies of #0119AD
Complementary color
Monochromatic Colors of #0119AD
Black with #0119AD
Text Example
Text Example
White with #0119AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0119AD; }
p { color: rgb(1,25,173); }
H1.HeaderClassName
{
color: #0119AD;
}
.AnyTagClassName
{
color: #0119AD;
}
</style>
background-color css
<style>
a { background-color: #0119AD; }
a { background-color: rgb(1,25,173); }
div.DivClassName
{
background-color: #0119AD;
}
.BgClassName
{
background-color: #0119AD;
}
</style>
border-color css
<style>
span { border-color: #0119AD; }
span { border-color: rgb(1,25,173); }
td.TdClassName
{
border-color: #0119AD;
}
.TagClassName
{
border-color: #0119AD;
}
</style>