Html Css Color HEX #0126AA International Klein Blue
📋 copy color: '#0126AA'red 1 ◦ green 38 ◦ blue 170
Shades of International Klein Blue #0126AA
Tints of International Klein Blue #0126AA
RGB
CMYK
RGB Variations
Color information
#0126AA (or 0x0126AA) is known color: International Klein Blue. HEX triplet: 01, 26 and AA. RGB value is (1,38,170). Sum of RGB (Red+Green+Blue) = 1+38+170=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #0126AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0126AA is #FED955. Grayscale: #292929. Windows color (decimal): -16701782 or 11150849. OLE color: 11150849.
HSL color Cylindrical-coordinate representation of color #0126AA: hue angle of 226.86º 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 #0126AA is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 38 | 170 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.33 |
| HSL | 226.86º | 0.99% | 0.34% | - |
| HSV(B) | 226.86º | 0.99% | 0.67% | - |
| XYZ | 7.96 | 4.29 | 38.44 | - |
| YUV | 41.99 | 200.24 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 170 | 0.99 | 0.78 | 0 | 0.33 | 226.86 | 0.99 | 0.34 |
| Hex | 1 | 26 | AA | 63 | 4E | 0 | 21 | E3 | 63 | 22 |
| Octal | 1 | 46 | 252 | 143 | 116 | 0 | 41 | 343 | 143 | 42 |
| Binary | 1 | 100110 | 10101010 | 1100011 | 1001110 | 0 | 100001 | 11100011 | 1100011 | 100010 |
Color Harmonies of #0126AA
Complementary color
Monochromatic Colors of #0126AA
Black with #0126AA
Text Example
Text Example
White with #0126AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0126AA; }
p { color: rgb(1,38,170); }
H1.HeaderClassName
{
color: #0126AA;
}
.AnyTagClassName
{
color: #0126AA;
}
</style>
background-color css
<style>
a { background-color: #0126AA; }
a { background-color: rgb(1,38,170); }
div.DivClassName
{
background-color: #0126AA;
}
.BgClassName
{
background-color: #0126AA;
}
</style>
border-color css
<style>
span { border-color: #0126AA; }
span { border-color: rgb(1,38,170); }
td.TdClassName
{
border-color: #0126AA;
}
.TagClassName
{
border-color: #0126AA;
}
</style>