Html Css Color HEX #0131AA International Klein Blue
📋 copy color: '#0131AA'red 1 ◦ green 49 ◦ blue 170
Shades of International Klein Blue #0131AA
Tints of International Klein Blue #0131AA
RGB
CMYK
RGB Variations
Color information
#0131AA (or 0x0131AA) is known color: International Klein Blue. HEX triplet: 01, 31 and AA. RGB value is (1,49,170). Sum of RGB (Red+Green+Blue) = 1+49+170=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #0131AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0131AA is #FECE55. Grayscale: #2F2F2F. Windows color (decimal): -16698966 or 11153665. OLE color: 11153665.
HSL color Cylindrical-coordinate representation of color #0131AA: hue angle of 222.96º 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 #0131AA is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 49 | 170 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.33 |
| HSL | 222.96º | 0.99% | 0.34% | - |
| HSV(B) | 222.96º | 0.99% | 0.67% | - |
| XYZ | 8.37 | 5.11 | 38.57 | - |
| YUV | 48.44 | 196.6 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 170 | 0.99 | 0.71 | 0 | 0.33 | 222.96 | 0.99 | 0.34 |
| Hex | 1 | 31 | AA | 63 | 47 | 0 | 21 | DF | 63 | 22 |
| Octal | 1 | 61 | 252 | 143 | 107 | 0 | 41 | 337 | 143 | 42 |
| Binary | 1 | 110001 | 10101010 | 1100011 | 1000111 | 0 | 100001 | 11011111 | 1100011 | 100010 |
Color Harmonies of #0131AA
Complementary color
Monochromatic Colors of #0131AA
Black with #0131AA
Text Example
Text Example
White with #0131AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0131AA; }
p { color: rgb(1,49,170); }
H1.HeaderClassName
{
color: #0131AA;
}
.AnyTagClassName
{
color: #0131AA;
}
</style>
background-color css
<style>
a { background-color: #0131AA; }
a { background-color: rgb(1,49,170); }
div.DivClassName
{
background-color: #0131AA;
}
.BgClassName
{
background-color: #0131AA;
}
</style>
border-color css
<style>
span { border-color: #0131AA; }
span { border-color: rgb(1,49,170); }
td.TdClassName
{
border-color: #0131AA;
}
.TagClassName
{
border-color: #0131AA;
}
</style>