Html Css Color HEX #0119AE International Klein Blue
📋 copy color: '#0119AE'red 1 ◦ green 25 ◦ blue 174
Shades of International Klein Blue #0119AE
Tints of International Klein Blue #0119AE
RGB
CMYK
RGB Variations
Color information
#0119AE (or 0x0119AE) is known color: International Klein Blue. HEX triplet: 01, 19 and AE. RGB value is (1,25,174). Sum of RGB (Red+Green+Blue) = 1+25+174=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 174 (68.36% from 255 or 87% from 200); Max value from RGB is 174 - color contains mainly: blue. Hex color #0119AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0119AE is #FEE651. Grayscale: #222222. Windows color (decimal): -16705106 or 11409665. OLE color: 11409665.
HSL color Cylindrical-coordinate representation of color #0119AE: hue angle of 231.68º 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 #0119AE is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 25 | 174 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.32 |
| HSL | 231.68º | 0.99% | 0.34% | - |
| HSV(B) | 231.68º | 0.99% | 0.68% | - |
| XYZ | 8 | 3.76 | 40.35 | - |
| YUV | 34.81 | 206.55 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 174 | 0.99 | 0.86 | 0 | 0.32 | 231.68 | 0.99 | 0.34 |
| Hex | 1 | 19 | AE | 63 | 56 | 0 | 20 | E8 | 63 | 22 |
| Octal | 1 | 31 | 256 | 143 | 126 | 0 | 40 | 350 | 143 | 42 |
| Binary | 1 | 11001 | 10101110 | 1100011 | 1010110 | 0 | 100000 | 11101000 | 1100011 | 100010 |
Color Harmonies of #0119AE
Complementary color
Monochromatic Colors of #0119AE
Black with #0119AE
Text Example
Text Example
White with #0119AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0119AE; }
p { color: rgb(1,25,174); }
H1.HeaderClassName
{
color: #0119AE;
}
.AnyTagClassName
{
color: #0119AE;
}
</style>
background-color css
<style>
a { background-color: #0119AE; }
a { background-color: rgb(1,25,174); }
div.DivClassName
{
background-color: #0119AE;
}
.BgClassName
{
background-color: #0119AE;
}
</style>
border-color css
<style>
span { border-color: #0119AE; }
span { border-color: rgb(1,25,174); }
td.TdClassName
{
border-color: #0119AE;
}
.TagClassName
{
border-color: #0119AE;
}
</style>