Html Css Color HEX #0031AE International Klein Blue
📋 copy color: '#0031AE'red 0 ◦ green 49 ◦ blue 174
Shades of International Klein Blue #0031AE
Tints of International Klein Blue #0031AE
RGB
CMYK
RGB Variations
Color information
#0031AE (or 0x0031AE) is known color: International Klein Blue. HEX triplet: 00, 31 and AE. RGB value is (0,49,174). Sum of RGB (Red+Green+Blue) = 0+49+174=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #0031AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0031AE is #FFCE51. Grayscale: #303030. Windows color (decimal): -16764498 or 11415808. OLE color: 11415808.
HSL color Cylindrical-coordinate representation of color #0031AE: hue angle of 223.1º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031AE is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 49 | 174 | - |
| CMYK | 1 | 0.72 | 0 | 0.32 |
| HSL | 223.1º | 1% | 0.34% | - |
| HSV(B) | 223.1º | 1% | 0.68% | - |
| XYZ | 8.74 | 5.25 | 40.6 | - |
| YUV | 48.6 | 198.77 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 174 | 1 | 0.72 | 0 | 0.32 | 223.1 | 1 | 0.34 |
| Hex | 0 | 31 | AE | 64 | 48 | 0 | 20 | DF | 64 | 22 |
| Octal | 0 | 61 | 256 | 144 | 110 | 0 | 40 | 337 | 144 | 42 |
| Binary | 0 | 110001 | 10101110 | 1100100 | 1001000 | 0 | 100000 | 11011111 | 1100100 | 100010 |
Color Harmonies of #0031AE
Complementary color
Monochromatic Colors of #0031AE
Black with #0031AE
Text Example
Text Example
White with #0031AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0031AE; }
p { color: rgb(0,49,174); }
H1.HeaderClassName
{
color: #0031AE;
}
.AnyTagClassName
{
color: #0031AE;
}
</style>
background-color css
<style>
a { background-color: #0031AE; }
a { background-color: rgb(0,49,174); }
div.DivClassName
{
background-color: #0031AE;
}
.BgClassName
{
background-color: #0031AE;
}
</style>
border-color css
<style>
span { border-color: #0031AE; }
span { border-color: rgb(0,49,174); }
td.TdClassName
{
border-color: #0031AE;
}
.TagClassName
{
border-color: #0031AE;
}
</style>