Html Css Color HEX #0031A6 International Klein Blue
📋 copy color: '#0031A6'red 0 ◦ green 49 ◦ blue 166
Shades of International Klein Blue #0031A6
Tints of International Klein Blue #0031A6
RGB
CMYK
RGB Variations
Color information
#0031A6 (or 0x0031A6) is known color: International Klein Blue. HEX triplet: 00, 31 and A6. RGB value is (0,49,166). Sum of RGB (Red+Green+Blue) = 0+49+166=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 166 (65.23% from 255 or 77.21% from 215); Max value from RGB is 166 - color contains mainly: blue. Hex color #0031A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0031A6 is #FFCE59. Grayscale: #2F2F2F. Windows color (decimal): -16764506 or 10891520. OLE color: 10891520.
HSL color Cylindrical-coordinate representation of color #0031A6: hue angle of 222.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031A6 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 49 | 166 | - |
| CMYK | 1 | 0.70 | 0 | 0.35 |
| HSL | 222.29º | 1% | 0.33% | - |
| HSV(B) | 222.29º | 1% | 0.65% | - |
| XYZ | 7.98 | 4.95 | 36.61 | - |
| YUV | 47.69 | 194.77 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 166 | 1 | 0.70 | 0 | 0.35 | 222.29 | 1 | 0.33 |
| Hex | 0 | 31 | A6 | 64 | 46 | 0 | 23 | DE | 64 | 21 |
| Octal | 0 | 61 | 246 | 144 | 106 | 0 | 43 | 336 | 144 | 41 |
| Binary | 0 | 110001 | 10100110 | 1100100 | 1000110 | 0 | 100011 | 11011110 | 1100100 | 100001 |
Color Harmonies of #0031A6
Complementary color
Monochromatic Colors of #0031A6
Black with #0031A6
Text Example
Text Example
White with #0031A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0031A6; }
p { color: rgb(0,49,166); }
H1.HeaderClassName
{
color: #0031A6;
}
.AnyTagClassName
{
color: #0031A6;
}
</style>
background-color css
<style>
a { background-color: #0031A6; }
a { background-color: rgb(0,49,166); }
div.DivClassName
{
background-color: #0031A6;
}
.BgClassName
{
background-color: #0031A6;
}
</style>
border-color css
<style>
span { border-color: #0031A6; }
span { border-color: rgb(0,49,166); }
td.TdClassName
{
border-color: #0031A6;
}
.TagClassName
{
border-color: #0031A6;
}
</style>